aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/codecs/wm9713.c3
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"};
75static const char *wm9713_rec_gain[] = {"+1.5dB Steps", "+0.75dB Steps"}; 75static const char *wm9713_rec_gain[] = {"+1.5dB Steps", "+0.75dB Steps"};
76static const char *wm9713_alc_select[] = {"None", "Left", "Right", "Stereo"}; 76static const char *wm9713_alc_select[] = {"None", "Left", "Right", "Stereo"};
77static const char *wm9713_mono_pga[] = {"Vmid", "Zh", "Mono", "Inv", 77static const char *wm9713_mono_pga[] = {"Vmid", "Zh", "Mono", "Inv"};
78 "Mono Vmid", "Inv Vmid"};
79static const char *wm9713_spk_pga[] = 78static 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"};