diff options
Diffstat (limited to 'sound/soc/codecs/wm8983.c')
-rw-r--r-- | sound/soc/codecs/wm8983.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/soc/codecs/wm8983.c b/sound/soc/codecs/wm8983.c index cebde568d191..367388fdc486 100644 --- a/sound/soc/codecs/wm8983.c +++ b/sound/soc/codecs/wm8983.c | |||
@@ -249,9 +249,6 @@ static const char *eq5_cutoff_text[] = { | |||
249 | static const SOC_ENUM_SINGLE_DECL(eq5_cutoff, WM8983_EQ5_HIGH_SHELF, 5, | 249 | static const SOC_ENUM_SINGLE_DECL(eq5_cutoff, WM8983_EQ5_HIGH_SHELF, 5, |
250 | eq5_cutoff_text); | 250 | eq5_cutoff_text); |
251 | 251 | ||
252 | static const char *speaker_mode_text[] = { "Class A/B", "Class D" }; | ||
253 | static const SOC_ENUM_SINGLE_DECL(speaker_mode, 0x17, 8, speaker_mode_text); | ||
254 | |||
255 | static const char *depth_3d_text[] = { | 252 | static const char *depth_3d_text[] = { |
256 | "Off", | 253 | "Off", |
257 | "6.67%", | 254 | "6.67%", |
@@ -369,8 +366,6 @@ static const struct snd_kcontrol_new wm8983_snd_controls[] = { | |||
369 | SOC_SINGLE_TLV("EQ5 Volume", WM8983_EQ5_HIGH_SHELF, 0, 24, 1, eq_tlv), | 366 | SOC_SINGLE_TLV("EQ5 Volume", WM8983_EQ5_HIGH_SHELF, 0, 24, 1, eq_tlv), |
370 | 367 | ||
371 | SOC_ENUM("3D Depth", depth_3d), | 368 | SOC_ENUM("3D Depth", depth_3d), |
372 | |||
373 | SOC_ENUM("Speaker Mode", speaker_mode) | ||
374 | }; | 369 | }; |
375 | 370 | ||
376 | static const struct snd_kcontrol_new left_out_mixer[] = { | 371 | static const struct snd_kcontrol_new left_out_mixer[] = { |