summaryrefslogtreecommitdiffstats
path: root/hal
diff options
context:
space:
mode:
authorMingshu pang <mpang@codeaurora.org>2019-10-25 15:38:27 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2019-11-11 22:42:36 -0800
commit9915e02e5e70d12750a2c51590d70db7c780507c (patch)
tree4db5a6aec574856c5988f70ed9cd88a5f6c2f493 /hal
parent4a6aff442eb253a0ef28fb68af6ff62ea02d26bc (diff)
downloadandroid_hardware_qcom_audio-9915e02e5e70d12750a2c51590d70db7c780507c.tar.gz
android_hardware_qcom_audio-9915e02e5e70d12750a2c51590d70db7c780507c.tar.bz2
android_hardware_qcom_audio-9915e02e5e70d12750a2c51590d70db7c780507c.zip
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
Diffstat (limited to 'hal')
-rw-r--r--hal/audio_hw.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hal/audio_hw.c b/hal/audio_hw.c
index 7a2c2b95..ae801608 100644
--- a/hal/audio_hw.c
+++ b/hal/audio_hw.c
@@ -487,6 +487,8 @@ static const struct string_to_enum out_sample_rates_name_to_enum_table[] = {
STRING_TO_ENUM(96000),
STRING_TO_ENUM(176400),
STRING_TO_ENUM(192000),
+ STRING_TO_ENUM(352800),
+ STRING_TO_ENUM(384000),
};
struct in_effect_list {