diff options
-rw-r--r-- | sound/soc/codecs/wm9713.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm9713.c b/sound/soc/codecs/wm9713.c index acea8927905b..2a9c6d11330c 100644 --- a/sound/soc/codecs/wm9713.c +++ b/sound/soc/codecs/wm9713.c | |||
@@ -74,8 +74,7 @@ static const char *wm9713_rec_src[] = | |||
74 | "Mono Out", "Zh"}; | 74 | "Mono Out", "Zh"}; |
75 | static const char *wm9713_rec_gain[] = {"+1.5dB Steps", "+0.75dB Steps"}; | 75 | static const char *wm9713_rec_gain[] = {"+1.5dB Steps", "+0.75dB Steps"}; |
76 | static const char *wm9713_alc_select[] = {"None", "Left", "Right", "Stereo"}; | 76 | static const char *wm9713_alc_select[] = {"None", "Left", "Right", "Stereo"}; |
77 | static const char *wm9713_mono_pga[] = {"Vmid", "Zh", "Mono", "Inv", | 77 | static const char *wm9713_mono_pga[] = {"Vmid", "Zh", "Mono", "Inv"}; |
78 | "Mono Vmid", "Inv Vmid"}; | ||
79 | static const char *wm9713_spk_pga[] = | 78 | static const char *wm9713_spk_pga[] = |
80 | {"Vmid", "Zh", "Headphone", "Speaker", "Inv", "Headphone Vmid", | 79 | {"Vmid", "Zh", "Headphone", "Speaker", "Inv", "Headphone Vmid", |
81 | "Speaker Vmid", "Inv Vmid"}; | 80 | "Speaker Vmid", "Inv Vmid"}; |