]> err.no Git - linux-2.6/blobdiff - sound/pci/cs46xx/cs46xx_lib.h
[ALSA] sound/pci/cs46xx/: fix an off-by-one
[linux-2.6] / sound / pci / cs46xx / cs46xx_lib.h
index f75750c2bd245c31bbe30a22107c7ea804c52add..20dcd72f06c1fd7c168991a92478ccf23dc4f252 100644 (file)
@@ -86,6 +86,9 @@ static inline unsigned int snd_cs46xx_peekBA0(struct snd_cs46xx *chip, unsigned
 struct dsp_spos_instance *cs46xx_dsp_spos_create (struct snd_cs46xx * chip);
 void cs46xx_dsp_spos_destroy (struct snd_cs46xx * chip);
 int cs46xx_dsp_load_module (struct snd_cs46xx * chip, struct dsp_module_desc * module);
+#ifdef CONFIG_PM
+int cs46xx_dsp_resume(struct snd_cs46xx * chip);
+#endif
 struct dsp_symbol_entry *cs46xx_dsp_lookup_symbol (struct snd_cs46xx * chip, char * symbol_name,
                                                   int symbol_type);
 #ifdef CONFIG_PROC_FS