diff options
Diffstat (limited to 'sound/soc/codecs/wm8523.c')
-rw-r--r-- | sound/soc/codecs/wm8523.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8523.c b/sound/soc/codecs/wm8523.c index 0c89f8e2daaf..7fea2c3bf7e7 100644 --- a/sound/soc/codecs/wm8523.c +++ b/sound/soc/codecs/wm8523.c | |||
@@ -384,7 +384,7 @@ static struct snd_soc_dai_driver wm8523_dai = { | |||
384 | }; | 384 | }; |
385 | 385 | ||
386 | #ifdef CONFIG_PM | 386 | #ifdef CONFIG_PM |
387 | static int wm8523_suspend(struct snd_soc_codec *codec, pm_message_t state) | 387 | static int wm8523_suspend(struct snd_soc_codec *codec) |
388 | { | 388 | { |
389 | wm8523_set_bias_level(codec, SND_SOC_BIAS_OFF); | 389 | wm8523_set_bias_level(codec, SND_SOC_BIAS_OFF); |
390 | return 0; | 390 | return 0; |