Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
ASoC: Add KHZ_8 and KHZ_16 for BTSCO
Browse files Browse the repository at this point in the history
Change-Id: Iff0edf84f4ea3851c96f53e86078211e7249e862
  • Loading branch information
steadfasterX committed Jul 19, 2018
1 parent 3406b39 commit 52c2911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/msm/msm8994.c
Expand Up @@ -246,7 +246,7 @@ static char const *hdmi_rx_ch_text[] = {"Two", "Three", "Four", "Five",
"Six", "Seven", "Eight"};
static char const *rx_bit_format_text[] = {"S16_LE", "S24_LE", "S24_3LE"};
static char const *slim5_rx_bit_format_text[] = {"S16_LE", "S24_LE", "S24_3LE"};
static char const *slim0_rx_sample_rate_text[] = {"KHZ_48", "KHZ_96",
static char const *slim0_rx_sample_rate_text[] = {"KHZ_8", "KHZ_16", "KHZ_48", "KHZ_96",
"KHZ_192"};
static char const *slim5_rx_sample_rate_text[] = {"KHZ_48", "KHZ_96",
"KHZ_192"};
Expand Down

0 comments on commit 52c2911

Please sign in to comment.