summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorLionel.Xu <r63889@freescale.com>2009-07-28 16:06:06 +0800
committerJustin Waters <justin.waters@timesys.com>2009-10-13 11:04:42 -0400
commitf477996e6a3b465630093f05214a389bc2ee96b4 (patch)
tree36f283359c161d06692b9a19d0f241ba22731844 /sound
parentcbdcacf519439d5ee1ca00d2a1e99c38df496ed8 (diff)
ENGR00113470 MX37 ALSA ADC: Resolve the issue that arecord can't work
Arecord can't work on mx37 28kernel, due to an improper widget setting of audio patch. Configure this widget properly can resolve this issue. Signed-off-by: Lionel Xu <r63889@freescale.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/wm8350.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm8350.c b/sound/soc/codecs/wm8350.c
index b15a4f0fbed7..5657b4d9a870 100644
--- a/sound/soc/codecs/wm8350.c
+++ b/sound/soc/codecs/wm8350.c
@@ -589,7 +589,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 */
@@ -599,7 +599,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 */