Merge "Add more allowed frame counts to be configured"
diff --git a/hal/audio_hw.c b/hal/audio_hw.c
index 992dc76..4e4be71 100644
--- a/hal/audio_hw.c
+++ b/hal/audio_hw.c
@@ -2606,7 +2606,11 @@
 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: