mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
ASoC: Correct element count for WM8996 sidetone HPF
I can count. Honest. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@ti.com>
This commit is contained in:
parent
ee1a4d4b7f
commit
18036b5866
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@ static const char *sidetone_hpf_text[] = {
|
|||
};
|
||||
|
||||
static const struct soc_enum sidetone_hpf =
|
||||
SOC_ENUM_SINGLE(WM8996_SIDETONE, 7, 6, sidetone_hpf_text);
|
||||
SOC_ENUM_SINGLE(WM8996_SIDETONE, 7, 7, sidetone_hpf_text);
|
||||
|
||||
static const char *hpf_mode_text[] = {
|
||||
"HiFi", "Custom", "Voice"
|
||||
|
|
Loading…
Add table
Reference in a new issue