diff options
Diffstat (limited to 'sound/soc/codecs/wm8940.c')
-rw-r--r-- | sound/soc/codecs/wm8940.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8940.c b/sound/soc/codecs/wm8940.c index 9f1cce8d105d..0fe4545eef89 100644 --- a/sound/soc/codecs/wm8940.c +++ b/sound/soc/codecs/wm8940.c | |||
@@ -672,7 +672,7 @@ static struct snd_soc_dai_driver wm8940_dai = { | |||
672 | .symmetric_rates = 1, | 672 | .symmetric_rates = 1, |
673 | }; | 673 | }; |
674 | 674 | ||
675 | static int wm8940_suspend(struct snd_soc_codec *codec, pm_message_t state) | 675 | static int wm8940_suspend(struct snd_soc_codec *codec) |
676 | { | 676 | { |
677 | return wm8940_set_bias_level(codec, SND_SOC_BIAS_OFF); | 677 | return wm8940_set_bias_level(codec, SND_SOC_BIAS_OFF); |
678 | } | 678 | } |