summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorRahul Mittal <rmittal@nvidia.com>2012-11-07 21:27:42 +0530
committerSimone Willett <swillett@nvidia.com>2012-11-12 18:45:30 -0800
commit23368396085322ce88ef54d47cb22da2c6b812c0 (patch)
treeb9d36aa2895d745cc4677f7d6189e02a05dff99b /sound
parente286b8788507b94ddc3ca02af5ee0eb642bca2db (diff)
asoc: tegra: Fix DAPM route for headset recording
Fixes headset recording issue Fixes no playback issue after headset recording ends Bug 1057667 Change-Id: Icb7378021d2fa00fef4300c4c3e38063caf0a9b6 Signed-off-by: Rahul Mittal <rmittal@nvidia.com> Reviewed-on: http://git-master/r/162000 Reviewed-by: Simone Willett <swillett@nvidia.com> Tested-by: Simone Willett <swillett@nvidia.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/tegra/tegra_cs42l73.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra_cs42l73.c b/sound/soc/tegra/tegra_cs42l73.c
index b62cbf8e3277..0a29bcff18d2 100644
--- a/sound/soc/tegra/tegra_cs42l73.c
+++ b/sound/soc/tegra/tegra_cs42l73.c
@@ -983,7 +983,7 @@ static const struct snd_soc_dapm_widget tegra_cs42l73_dapm_widgets[] = {
/* cs42l73 Audio Map */
static const struct snd_soc_dapm_route tegra_cs42l73_audio_map[] = {
{"Int Spk", NULL, "SPKOUT"},
- {"MIC1", NULL, "Headset Mic"},
+ {"MIC2", NULL, "Headset Mic"},
/* Headphone (L+R)-> HPOUTA, HPOUTB */
{"Headphone", NULL, "HPOUTA"},
{"Headphone", NULL, "HPOUTB"},