summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoj Gangwal <mgangwal@nvidia.com>2012-03-02 12:16:47 +0530
committerSimone Willett <swillett@nvidia.com>2012-03-02 20:38:14 -0800
commit6733c2ef36184451f9de9f7c700a4e4ebd19e5e7 (patch)
treefe2917211b98e3876d50d61c1f7821548937ba28
parentb2a6deea89fb70f28191ceb8d751a0dd043706cf (diff)
asoc: tegra: ALC5640 machine: Fix switch name
Fix headset switch name for kai. Bug 945640 Change-Id: I61b0a7c58a97bd3f2b976d521a5298a48a27798c Signed-off-by: Manoj Gangwal <mgangwal@nvidia.com> Reviewed-on: http://git-master/r/87136 Reviewed-by: Simone Willett <swillett@nvidia.com> Tested-by: Simone Willett <swillett@nvidia.com>
-rw-r--r--sound/soc/tegra/tegra_rt5640.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra_rt5640.c b/sound/soc/tegra/tegra_rt5640.c
index 60d1837c2e60..268228ea6999 100644
--- a/sound/soc/tegra/tegra_rt5640.c
+++ b/sound/soc/tegra/tegra_rt5640.c
@@ -267,7 +267,7 @@ enum headset_state {
};
static struct switch_dev tegra_rt5640_headset_switch = {
- .name = "h2w1",
+ .name = "h2w",
};
static int tegra_rt5640_jack_notifier(struct notifier_block *self,