diff options
-rw-r--r-- | sound/soc/codecs/wm8985.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm8985.c b/sound/soc/codecs/wm8985.c index 6658c9440e04..6116b4203a23 100644 --- a/sound/soc/codecs/wm8985.c +++ b/sound/soc/codecs/wm8985.c | |||
@@ -185,8 +185,8 @@ static const SOC_ENUM_SINGLE_DECL(filter_mode, WM8985_ADC_CONTROL, 7, | |||
185 | 185 | ||
186 | static const char *eq_bw_text[] = { "Narrow", "Wide" }; | 186 | static const char *eq_bw_text[] = { "Narrow", "Wide" }; |
187 | static const char *eqmode_text[] = { "Capture", "Playback" }; | 187 | static const char *eqmode_text[] = { "Capture", "Playback" }; |
188 | static const SOC_ENUM_SINGLE_DECL(eqmode, WM8985_EQ1_LOW_SHELF, 8, | 188 | static const SOC_ENUM_SINGLE_EXT_DECL(eqmode, eqmode_text); |
189 | eqmode_text); | 189 | |
190 | static const char *eq1_cutoff_text[] = { | 190 | static const char *eq1_cutoff_text[] = { |
191 | "80Hz", "105Hz", "135Hz", "175Hz" | 191 | "80Hz", "105Hz", "135Hz", "175Hz" |
192 | }; | 192 | }; |