diff options
author | Rahul Mittal <rmittal@nvidia.com> | 2012-11-27 16:13:21 +0530 |
---|---|---|
committer | Simone Willett <swillett@nvidia.com> | 2012-11-27 15:56:08 -0800 |
commit | c6822763c65d9d78c3594d08b90e1cf89d05d628 (patch) | |
tree | 910c7551f0b7e5e43650e5975e3ec2cecc02e9fb /sound | |
parent | a8a0b76c98e4f7772b24fc907544b8b7b09cc5c2 (diff) |
asoc: tegra: Add DAPM routes for onboard DMIC
Add DAPM routes for onboard DMIC
Bug 1162834
Change-Id: I7fc4f3d847e6953cdc87d39800b343876759af62
Signed-off-by: Rahul Mittal <rmittal@nvidia.com>
Reviewed-on: http://git-master/r/161084
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Scott Peterson <speterson@nvidia.com>
Diffstat (limited to 'sound')
-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[] = { |