]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/sound/ak4531_codec.h
[ALSA] ak4531 - Add PM support
[karo-tx-linux.git] / include / sound / ak4531_codec.h
index 4e7c661af484126f91213a5f1bd1ae21507a076b..edf04070ce7c44e98606fa2e68003ac1bd64a5e8 100644 (file)
@@ -77,4 +77,9 @@ struct snd_ak4531 {
 int snd_ak4531_mixer(struct snd_card *card, struct snd_ak4531 *_ak4531,
                     struct snd_ak4531 **rak4531);
 
+#ifdef CONFIG_PM
+void snd_ak4531_suspend(struct snd_ak4531 *ak4531);
+void snd_ak4531_resume(struct snd_ak4531 *ak4531);
+#endif
+
 #endif /* __SOUND_AK4531_CODEC_H */