projects
/
wrapfs-3.14.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83a6b58
)
ASoC: WM8350 capture PGA mutes are inverted
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Mon, 29 Jun 2009 10:17:10 +0000
(11:17 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 12 Oct 2009 19:40:16 +0000
(12:40 -0700)
commit
5b7dde346881b12246669ae97b3a2793c27b32b6
upstream.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/soc/codecs/wm8350.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm8350.c
b/sound/soc/codecs/wm8350.c
index b3a2de8114e60d1ce223a421e26830edf076528e..003b742cc19384c9667881255eaca6187fce8a29 100644
(file)
--- a/
sound/soc/codecs/wm8350.c
+++ b/
sound/soc/codecs/wm8350.c
@@
-580,7
+580,7
@@
static const struct snd_kcontrol_new wm8350_left_capt_mixer_controls[] = {
SOC_DAPM_SINGLE_TLV("L3 Capture Volume",
WM8350_INPUT_MIXER_VOLUME_L, 9, 7, 0, out_mix_tlv),
SOC_DAPM_SINGLE("PGA Capture Switch",
- WM8350_LEFT_INPUT_VOLUME, 14, 1,
0
),
+ WM8350_LEFT_INPUT_VOLUME, 14, 1,
1
),
};
/* Right Input Mixer */
@@
-590,7
+590,7
@@
static const struct snd_kcontrol_new wm8350_right_capt_mixer_controls[] = {
SOC_DAPM_SINGLE_TLV("L3 Capture Volume",
WM8350_INPUT_MIXER_VOLUME_R, 13, 7, 0, out_mix_tlv),
SOC_DAPM_SINGLE("PGA Capture Switch",
- WM8350_RIGHT_INPUT_VOLUME, 14, 1,
0
),
+ WM8350_RIGHT_INPUT_VOLUME, 14, 1,
1
),
};
/* Left Mic Mixer */