Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 3c9aa566 authored by Glenn Kasten's avatar Glenn Kasten Committed by Michael Bestas
Browse files

Add more allowed frame counts to be configured

These frame counts don't necessarily work, but they can be tested.

Change-Id: Id0d5f336e1cb892d8e27aace70d8135034c5677e
parent 409e52bc
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3716,7 +3716,11 @@ static int adev_close(hw_device_t *device)
static int period_size_is_plausible_for_low_latency(int period_size)
{
    switch (period_size) {
    case 48:
    case 96:
    case 144:
    case 160:
    case 192:
    case 240:
    case 320:
    case 480: