ASoC: Drop unused state parameter from CODEC suspend callback
[deliverable/linux.git] / sound / soc / codecs / alc5623.c
index 6a5c001e8ba8ae6ab2390e2e643effbf2373f12a..da97f024ec74891048921d70eea88dbf3dc3623c 100644 (file)
@@ -868,7 +868,7 @@ static struct snd_soc_dai_driver alc5623_dai = {
        .ops = &alc5623_dai_ops,
 };
 
-static int alc5623_suspend(struct snd_soc_codec *codec, pm_message_t mesg)
+static int alc5623_suspend(struct snd_soc_codec *codec)
 {
        alc5623_set_bias_level(codec, SND_SOC_BIAS_OFF);
        return 0;
This page took 0.023564 seconds and 5 git commands to generate.