From: Harsha Priya Date: Fri, 28 Jan 2011 16:58:32 +0000 (+0530) Subject: ASoC: mid-x86: Add support for capture in machine driver X-Git-Tag: 2.1b_release~4275^2~32^2~146 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d316553a0cb4569a9b6260e870cab8b9c102eace;p=platform%2Fkernel%2Fkernel-mfld-blackbay.git ASoC: mid-x86: Add support for capture in machine driver This configures the capture unused pins Signed-off-by: Vinod Koul Signed-off-by: Harsha Priya Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- diff --git a/sound/soc/mid-x86/mfld_machine.c b/sound/soc/mid-x86/mfld_machine.c index 1a330be..7925851 100644 --- a/sound/soc/mid-x86/mfld_machine.c +++ b/sound/soc/mid-x86/mfld_machine.c @@ -182,6 +182,9 @@ static int mfld_init(struct snd_soc_pcm_runtime *runtime) snd_soc_dapm_disable_pin(dapm, "LINEOUTR"); lo_dac = 3; hs_switch = 0; + /* we dont use linein in this so set to NC */ + snd_soc_dapm_disable_pin(dapm, "LINEINL"); + snd_soc_dapm_disable_pin(dapm, "LINEINR"); return snd_soc_dapm_sync(dapm); }