summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorVinod G <vinodg@nvidia.com>2011-03-17 17:11:58 -0700
committerVarun Colbert <vcolbert@nvidia.com>2011-03-21 16:57:22 -0800
commitb2322737dfcf2a0e8a2f95c375e4d57d0bac8a2d (patch)
treef0655bd1932193a0b7ff00454d5c684812b912ee /sound
parentf19b5db486e24a2a6520807126723073dd7028e5 (diff)
arm: tegra: Fix the right channel audio issue.
Bug 803444 Corrected the missing code to enable the Right channel with headset mode. Change-Id: I2728b9d5a07ad9dad9cc64517ef3f4bc4990a8df Reviewed-on: http://git-master/r/23418 Reviewed-by: Vinod Gopalakrishnakurup <vinodg@nvidia.com> Tested-by: Vinod Gopalakrishnakurup <vinodg@nvidia.com> Reviewed-by: Scott Williams <scwilliams@nvidia.com> Reviewed-by: Scott Peterson <speterson@nvidia.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/tegra/tegra_soc_controls.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra_soc_controls.c b/sound/soc/tegra/tegra_soc_controls.c
index eb22a85af493..202fbc964024 100644
--- a/sound/soc/tegra/tegra_soc_controls.c
+++ b/sound/soc/tegra/tegra_soc_controls.c
@@ -208,9 +208,11 @@ static const struct snd_soc_dapm_route audio_map[] = {
/* headset Jack - in = micin, out = LHPOUT*/
{"Headset Jack", NULL, "HPOUTL"},
+ {"Headset Jack", NULL, "HPOUTR"},
/* headphone connected to LHPOUT1, RHPOUT1 */
- {"Headphone Jack", NULL, "HPOUTR"}, {"Headphone Jack", NULL, "HPOUTL"},
+ {"Headphone Jack", NULL, "HPOUTR"},
+ {"Headphone Jack", NULL, "HPOUTL"},
/* build-in speaker connected to LON/P RON/P */
{"Int Spk", NULL, "RON"},