ALSA: pdaudiocf: Remove superfluous pm_message_t argument from suspend
[deliverable/linux.git] / sound / pcmcia / pdaudiocf / pdaudiocf.h
index 6ce9ad700290d02f6358b9e6f0f4509b5ba1bcc1..ea41e57d71794974559318d7aea7a8c46dfca5c9 100644 (file)
@@ -131,7 +131,7 @@ struct snd_pdacf *snd_pdacf_create(struct snd_card *card);
 int snd_pdacf_ak4117_create(struct snd_pdacf *pdacf);
 void snd_pdacf_powerdown(struct snd_pdacf *chip);
 #ifdef CONFIG_PM
-int snd_pdacf_suspend(struct snd_pdacf *chip, pm_message_t state);
+int snd_pdacf_suspend(struct snd_pdacf *chip);
 int snd_pdacf_resume(struct snd_pdacf *chip);
 #endif
 int snd_pdacf_pcm_new(struct snd_pdacf *chip);
This page took 0.022889 seconds and 5 git commands to generate.