diff options
Diffstat (limited to 'sound/soc/codecs/max9850.c')
-rw-r--r-- | sound/soc/codecs/max9850.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/max9850.c b/sound/soc/codecs/max9850.c index 94c2b586ed5d..7dfd6e84796d 100644 --- a/sound/soc/codecs/max9850.c +++ b/sound/soc/codecs/max9850.c | |||
@@ -273,7 +273,7 @@ static struct snd_soc_dai_driver max9850_dai = { | |||
273 | }; | 273 | }; |
274 | 274 | ||
275 | #ifdef CONFIG_PM | 275 | #ifdef CONFIG_PM |
276 | static int max9850_suspend(struct snd_soc_codec *codec, pm_message_t state) | 276 | static int max9850_suspend(struct snd_soc_codec *codec) |
277 | { | 277 | { |
278 | max9850_set_bias_level(codec, SND_SOC_BIAS_OFF); | 278 | max9850_set_bias_level(codec, SND_SOC_BIAS_OFF); |
279 | 279 | ||