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

This commit is contained in:
qctecmdr 2019-11-08 04:41:22 -08:00 committed by Gerrit - the friendly Code Review server
commit 20795f6bb5
1 changed files with 2 additions and 0 deletions

View File

@ -490,6 +490,8 @@ static const struct string_to_enum out_sample_rates_name_to_enum_table[] = {
STRING_TO_ENUM(96000), STRING_TO_ENUM(96000),
STRING_TO_ENUM(176400), STRING_TO_ENUM(176400),
STRING_TO_ENUM(192000), STRING_TO_ENUM(192000),
STRING_TO_ENUM(352800),
STRING_TO_ENUM(384000),
}; };
struct in_effect_list { struct in_effect_list {