aboutsummaryrefslogtreecommitdiffstats
path: root/sound/ppc/pmac.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/ppc/pmac.h')
-rw-r--r--sound/ppc/pmac.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/ppc/pmac.h b/sound/ppc/pmac.h
index e223884ccb20..086da7a18909 100644
--- a/sound/ppc/pmac.h
+++ b/sound/ppc/pmac.h
@@ -176,6 +176,11 @@ unsigned int snd_pmac_rate_index(struct snd_pmac *chip, struct pmac_stream *rec,
176void snd_pmac_beep_dma_start(struct snd_pmac *chip, int bytes, unsigned long addr, int speed); 176void snd_pmac_beep_dma_start(struct snd_pmac *chip, int bytes, unsigned long addr, int speed);
177void snd_pmac_beep_dma_stop(struct snd_pmac *chip); 177void snd_pmac_beep_dma_stop(struct snd_pmac *chip);
178 178
179#ifdef CONFIG_PM
180void snd_pmac_suspend(struct snd_pmac *chip);
181void snd_pmac_resume(struct snd_pmac *chip);
182#endif
183
179/* initialize mixer */ 184/* initialize mixer */
180int snd_pmac_awacs_init(struct snd_pmac *chip); 185int snd_pmac_awacs_init(struct snd_pmac *chip);
181int snd_pmac_burgundy_init(struct snd_pmac *chip); 186int snd_pmac_burgundy_init(struct snd_pmac *chip);