Add more allowed frame counts to be configured

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

Change-Id: Id0d5f336e1cb892d8e27aace70d8135034c5677e
diff --git a/hal/audio_hw.c b/hal/audio_hw.c
index 864ab5c..3e5a5e1 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: