summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorNikesh Oswal <noswal@nvidia.com>2012-02-07 10:24:53 -0800
committerLokesh Pathak <lpathak@nvidia.com>2012-02-23 05:05:51 -0800
commit30524e7f48265f977d034296b926469c341d6a38 (patch)
tree22a6c600060f7a5b032892414e022add0ae328bb /sound
parentd0c65ee048cda592ca6518cacf2b0cb534f6febe (diff)
asoc: tegra: aic326x: turn the mic bias on for headset detction
Change-Id: I3d2bb9de12f72fe7c860bdfe740a2d55676a8aa3 Signed-off-by: Nikesh Oswal <noswal@nvidia.com> Reviewed-on: http://git-master/r/84533 Reviewed-by: Scott Peterson <speterson@nvidia.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/tegra/tegra_aic326x.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sound/soc/tegra/tegra_aic326x.c b/sound/soc/tegra/tegra_aic326x.c
index 78dc3fb47add..80ef3abc1de0 100644
--- a/sound/soc/tegra/tegra_aic326x.c
+++ b/sound/soc/tegra/tegra_aic326x.c
@@ -931,8 +931,9 @@ static int tegra_aic326x_init(struct snd_soc_pcm_runtime *rtd)
if (ret < 0)
return ret;
- snd_soc_dapm_nc_pin(dapm, "IN2L");
- snd_soc_dapm_nc_pin(dapm, "IN2R");
+ //snd_soc_dapm_nc_pin(dapm, "IN2L");
+ //snd_soc_dapm_nc_pin(dapm, "IN2R");
+ snd_soc_dapm_force_enable_pin(dapm, "MICBIAS_EXT ON");
snd_soc_dapm_sync(dapm);
return 0;