]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - sitara-epos/sitara-epos-kernel.git/commitdiff
ASoC: mid-x86: Add support for capture in machine driver
authorHarsha Priya <priya.harsha@intel.com>
Fri, 28 Jan 2011 16:58:32 +0000 (22:28 +0530)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 31 Jan 2011 12:11:06 +0000 (12:11 +0000)
This configures the capture unused pins

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Harsha Priya <priya.harsha@intel.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/mid-x86/mfld_machine.c

index 1a330be1a01e301dfb50b42af7a446e62d75c240..7925851a5de14a3600b91453d78e22f49f095118 100644 (file)
@@ -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);
 }