summaryrefslogtreecommitdiff
path: root/sound/soc/tegra/tegra_aic326x.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/tegra/tegra_aic326x.c')
-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;