summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorLionel Xu <Lionel.Xu@freescale.com>2010-10-13 15:24:19 +0800
committerLionel Xu <Lionel.Xu@freescale.com>2010-10-15 16:16:50 +0800
commitf6b55e9492db231b1442eb468aaf8ac0a0d352a2 (patch)
treeeb65cf58fa411c40e8532e47659b1a47dcf0ed37 /sound
parentd6c3005c574a277e2e24333b53d05e9deba87ff0 (diff)
ENGR00132169 MX28 ALSA: arecord from LINE IN has no sound
To fix the problem of no sound when recording from line in. Signed-off-by: Lionel Xu <r63889@freescale.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/mxs/mxs-devb.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/mxs/mxs-devb.c b/sound/soc/mxs/mxs-devb.c
index 1c73d72466e5..66520b709819 100644
--- a/sound/soc/mxs/mxs-devb.c
+++ b/sound/soc/mxs/mxs-devb.c
@@ -181,8 +181,6 @@ static int mxs_evk_sgtl5000_init(struct snd_soc_codec *codec)
/* Set up mxs_evk specific audio path audio_map */
snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));
- snd_soc_dapm_disable_pin(codec, "Line In Jack");
-
snd_soc_dapm_sync(codec);
return 0;