summaryrefslogtreecommitdiff
path: root/sound/soc/tegra/tegra_soc_wm8753.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/tegra/tegra_soc_wm8753.c')
-rw-r--r--sound/soc/tegra/tegra_soc_wm8753.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/tegra/tegra_soc_wm8753.c b/sound/soc/tegra/tegra_soc_wm8753.c
index c661a62c2169..a17c70f98158 100644
--- a/sound/soc/tegra/tegra_soc_wm8753.c
+++ b/sound/soc/tegra/tegra_soc_wm8753.c
@@ -410,7 +410,7 @@ void tegra_codec_shutdown(struct snd_pcm_substream *substream)
int tegra_soc_suspend_pre(struct platform_device *pdev, pm_message_t state)
{
- tegra_jack_suspend();
+ disable_irq(gpio_to_irq(wm8753_jack->gpio));
return 0;
}
@@ -436,7 +436,7 @@ int tegra_soc_resume_pre(struct platform_device *pdev)
int tegra_soc_resume_post(struct platform_device *pdev)
{
- tegra_jack_resume();
+ enable_irq(gpio_to_irq(wm8753_jack->gpio));
return 0;
}