diff options
author | Ian Molton <ian@mnementh.co.uk> | 2009-01-19 12:23:11 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-01-20 15:36:52 -0500 |
commit | 927b0aea93bb324d743e575659e10d6d76818e4b (patch) | |
tree | dfe95ce5fb9b05717cfdbaf0d362928664a9b768 /sound/soc/codecs/wm9705.c | |
parent | 75d91f9bc6d36b8d0ceef1cb75a4ac2b5c8a51d0 (diff) |
ASoC: Fix WM9705 capture switch name
This patch fixes the acpture switch name so that it better reflects its
purpose.
Signed-off-by: Ian Molton <iann@mnementh.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm9705.c')
-rw-r--r-- | sound/soc/codecs/wm9705.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm9705.c b/sound/soc/codecs/wm9705.c index cb26b6a77ffb..5e1937ac0b5e 100644 --- a/sound/soc/codecs/wm9705.c +++ b/sound/soc/codecs/wm9705.c | |||
@@ -57,8 +57,8 @@ static const struct snd_kcontrol_new wm9705_snd_ac97_controls[] = { | |||
57 | SOC_DOUBLE("CD Playback Volume", AC97_CD, 8, 0, 31, 1), | 57 | SOC_DOUBLE("CD Playback Volume", AC97_CD, 8, 0, 31, 1), |
58 | SOC_SINGLE("Mic Playback Volume", AC97_MIC, 0, 31, 1), | 58 | SOC_SINGLE("Mic Playback Volume", AC97_MIC, 0, 31, 1), |
59 | SOC_SINGLE("Mic 20dB Boost Switch", AC97_MIC, 6, 1, 0), | 59 | SOC_SINGLE("Mic 20dB Boost Switch", AC97_MIC, 6, 1, 0), |
60 | SOC_DOUBLE("PCM Capture Volume", AC97_REC_GAIN, 8, 0, 15, 0), | 60 | SOC_DOUBLE("Capture Volume", AC97_REC_GAIN, 8, 0, 15, 0), |
61 | SOC_SINGLE("PCM Capture Switch", AC97_REC_GAIN, 15, 1, 1), | 61 | SOC_SINGLE("Capture Switch", AC97_REC_GAIN, 15, 1, 1), |
62 | }; | 62 | }; |
63 | 63 | ||
64 | static const char *wm9705_mic[] = {"Mic 1", "Mic 2"}; | 64 | static const char *wm9705_mic[] = {"Mic 1", "Mic 2"}; |