diff options
| author | Matt Reimer <mreimer@sdgsystems.com> | 2014-05-19 12:35:47 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@linaro.org> | 2014-06-01 08:52:51 -0400 |
| commit | a7f0b839cb5cb50d6ca5a567930ae039ed83cb2a (patch) | |
| tree | 55a8b6bdd5fd493e166f45ea4edf57dceb594c74 | |
| parent | c9eaa447e77efe77b7fa4c953bd62de8297fd6c5 (diff) | |
ASoC: wm9713: correct mono out PGA sources
The mono output PGA input only has four possible sources, so
omit the rest.
Signed-off-by: Matt Reimer <mreimer@sdgsystems.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
| -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"}; |
