Hal: Add 384K and 352.8K in the USB supported sample rate table

Add 384K and 352.8K in the USB supported sample rate table in the hal.

CRs-Fixed: 2553139
Change-Id: I09110ca4745fafe83ffd6bad26aecc5dd1497928
diff --git a/hal/audio_hw.c b/hal/audio_hw.c
index 7a2c2b9..ae80160 100644
--- a/hal/audio_hw.c
+++ b/hal/audio_hw.c
@@ -487,6 +487,8 @@
     STRING_TO_ENUM(96000),
     STRING_TO_ENUM(176400),
     STRING_TO_ENUM(192000),
+    STRING_TO_ENUM(352800),
+    STRING_TO_ENUM(384000),
 };
 
 struct in_effect_list {