mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-20 16:46:23 +08: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
@ -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…
Reference in New Issue
Block a user