projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75d91f9
)
ASoC: Fix WM9705 capture switch name
author
Ian Molton
<ian@mnementh.co.uk>
Mon, 19 Jan 2009 17:23:11 +0000
(17:23 +0000)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Tue, 20 Jan 2009 20:36:52 +0000
(20:36 +0000)
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>
sound/soc/codecs/wm9705.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/wm9705.c
b/sound/soc/codecs/wm9705.c
index cb26b6a77ffb4f66bf8ebec2d541553aacf7fd75..5e1937ac0b5e4c2a7e825932fd87ee550c36cc56 100644
(file)
--- 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[] = {
SOC_DOUBLE("CD Playback Volume", AC97_CD, 8, 0, 31, 1),
SOC_SINGLE("Mic Playback Volume", AC97_MIC, 0, 31, 1),
SOC_SINGLE("Mic 20dB Boost Switch", AC97_MIC, 6, 1, 0),
- SOC_DOUBLE("
PCM
Capture Volume", AC97_REC_GAIN, 8, 0, 15, 0),
- SOC_SINGLE("
PCM
Capture Switch", AC97_REC_GAIN, 15, 1, 1),
+ SOC_DOUBLE("Capture Volume", AC97_REC_GAIN, 8, 0, 15, 0),
+ SOC_SINGLE("Capture Switch", AC97_REC_GAIN, 15, 1, 1),
};
static const char *wm9705_mic[] = {"Mic 1", "Mic 2"};