diff options
Diffstat (limited to 'sound/soc/tegra/tegra_rt5640.c')
-rw-r--r-- | sound/soc/tegra/tegra_rt5640.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/tegra/tegra_rt5640.c b/sound/soc/tegra/tegra_rt5640.c index 1cd89d97196e..ded47398b10b 100644 --- a/sound/soc/tegra/tegra_rt5640.c +++ b/sound/soc/tegra/tegra_rt5640.c @@ -501,6 +501,10 @@ static const struct snd_soc_dapm_route cardhu_audio_map[] = { {"IN1N", NULL, "micbias1"}, {"micbias1", NULL, "Int Mic"}, {"IN2P", NULL, "micbias1"}, + {"DMIC L1", NULL, "Int Mic"}, + {"DMIC L2", NULL, "Int Mic"}, + {"DMIC R1", NULL, "Int Mic"}, + {"DMIC R2", NULL, "Int Mic"}, }; static const struct snd_kcontrol_new cardhu_controls[] = { |