diff options
author | Manoj Gangwal <mgangwal@nvidia.com> | 2011-07-19 18:41:11 +0530 |
---|---|---|
committer | Varun Colbert <vcolbert@nvidia.com> | 2011-07-20 16:55:20 -0700 |
commit | 915668553ea48d54de41b4bbc08c63120aa3e0b7 (patch) | |
tree | 2c0e9b7768ff19eef3a9ce94dc63cbd5c434fe35 /sound | |
parent | dd228608f81dee4ae1e9d35c7221264bd82bd415 (diff) |
ASOC: tegra: cardhu: Enable stereo recording through mic
Fix issue of right channel remains silent while stereo
recording through camera app.
Bug 851206
Change-Id: Ia6e4410ad9fea8ed14b7891ee6f66e602f782d47
Reviewed-on: http://git-master/r/41821
Tested-by: Manoj Gangwal <mgangwal@nvidia.com>
Reviewed-by: Viraj Karandikar <vkarandikar@nvidia.com>
Reviewed-by: Scott Peterson <speterson@nvidia.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/tegra/tegra_soc_wm8903.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra_soc_wm8903.c b/sound/soc/tegra/tegra_soc_wm8903.c index 4aeb4418f411..0ef8e7f009ee 100644 --- a/sound/soc/tegra/tegra_soc_wm8903.c +++ b/sound/soc/tegra/tegra_soc_wm8903.c @@ -457,8 +457,9 @@ static const struct snd_soc_dapm_route audio_map[] = { {"Int Spk", NULL, "LON"}, {"Int Spk", NULL, "LOP"}, - /* internal mic is mono */ + /* internal mic is stereo */ {"IN1L", NULL, "Int Mic"}, + {"IN1R", NULL, "Int Mic"}, /* external mic is stero */ {"IN1L", NULL, "Ext Mic"}, |