From e8aedf1744125f28c948fc85d4639734922fa684 Mon Sep 17 00:00:00 2001 From: Mingshu pang Date: Fri, 25 Oct 2019 15:38:27 +0800 Subject: [PATCH] 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 --- hal/audio_hw.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hal/audio_hw.c b/hal/audio_hw.c index 0df19810..44dc883e 100644 --- a/hal/audio_hw.c +++ b/hal/audio_hw.c @@ -490,6 +490,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 {