Loading hal/audio_hw.c +4 −0 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
hal/audio_hw.c +4 −0 Original line number Diff line number Diff line Loading @@ -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: Loading