aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8994.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/wm8994.c')
-rw-r--r--sound/soc/codecs/wm8994.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c
index 0699ed2fb793..d9faa39d826d 100644
--- a/sound/soc/codecs/wm8994.c
+++ b/sound/soc/codecs/wm8994.c
@@ -2801,7 +2801,7 @@ static struct snd_soc_dai_driver wm8994_dai[] = {
2801}; 2801};
2802 2802
2803#ifdef CONFIG_PM 2803#ifdef CONFIG_PM
2804static int wm8994_suspend(struct snd_soc_codec *codec, pm_message_t state) 2804static int wm8994_suspend(struct snd_soc_codec *codec)
2805{ 2805{
2806 struct wm8994_priv *wm8994 = snd_soc_codec_get_drvdata(codec); 2806 struct wm8994_priv *wm8994 = snd_soc_codec_get_drvdata(codec);
2807 struct wm8994 *control = wm8994->wm8994; 2807 struct wm8994 *control = wm8994->wm8994;