Skip to content

Commit 18036b5

Browse files
committed
ASoC: Correct element count for WM8996 sidetone HPF
I can count. Honest. Signed-off-by: Mark Brown <[email protected]> Acked-by: Liam Girdwood <[email protected]>
1 parent ee1a4d4 commit 18036b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/codecs/wm8996.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ static const char *sidetone_hpf_text[] = {
420420
};
421421

422422
static const struct soc_enum sidetone_hpf =
423-
SOC_ENUM_SINGLE(WM8996_SIDETONE, 7, 6, sidetone_hpf_text);
423+
SOC_ENUM_SINGLE(WM8996_SIDETONE, 7, 7, sidetone_hpf_text);
424424

425425
static const char *hpf_mode_text[] = {
426426
"HiFi", "Custom", "Voice"

0 commit comments

Comments
 (0)