ASoC: Drop unused state parameter from CODEC suspend callback
[deliverable/linux.git] / sound / soc / codecs / wm8510.c
index 3a655719ba2c40e16098f03559b059e96ec98da5..5e847506138e68b3a809ca23a239433a08010aa3 100644 (file)
@@ -534,7 +534,7 @@ static struct snd_soc_dai_driver wm8510_dai = {
        .symmetric_rates = 1,
 };
 
-static int wm8510_suspend(struct snd_soc_codec *codec, pm_message_t state)
+static int wm8510_suspend(struct snd_soc_codec *codec)
 {
        wm8510_set_bias_level(codec, SND_SOC_BIAS_OFF);
        return 0;
This page took 0.040536 seconds and 5 git commands to generate.