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

Commit 5b5d04e4 authored by Glenn Kasten's avatar Glenn Kasten
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 eecfa9ad
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2606,7 +2606,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: