X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=sound%2Fsoc%2Fcodecs%2Fadav80x.c;h=ebd7b37b902bb4019dee2059a633c120d20cc4f7;hb=a7697b945e6e5025f184d6762e7285f1c498411d;hp=f9f08948e5e878f12d40a1f337d6d40c7247119e;hpb=d756bd2d9339447c29bde950910586df8f8941ec;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git diff --git a/sound/soc/codecs/adav80x.c b/sound/soc/codecs/adav80x.c index f9f08948e5e8..ebd7b37b902b 100644 --- a/sound/soc/codecs/adav80x.c +++ b/sound/soc/codecs/adav80x.c @@ -798,7 +798,7 @@ static int adav80x_probe(struct snd_soc_codec *codec) return adav80x_set_bias_level(codec, SND_SOC_BIAS_STANDBY); } -static int adav80x_suspend(struct snd_soc_codec *codec, pm_message_t state) +static int adav80x_suspend(struct snd_soc_codec *codec) { return adav80x_set_bias_level(codec, SND_SOC_BIAS_OFF); }