diff options
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/cs46xx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/cs46xx.h b/include/sound/cs46xx.h index b33ca2a36300..199b5098ff7e 100644 --- a/include/sound/cs46xx.h +++ b/include/sound/cs46xx.h | |||
@@ -1728,6 +1728,8 @@ int snd_cs46xx_create(struct snd_card *card, | |||
1728 | struct pci_dev *pci, | 1728 | struct pci_dev *pci, |
1729 | int external_amp, int thinkpad, | 1729 | int external_amp, int thinkpad, |
1730 | struct snd_cs46xx **rcodec); | 1730 | struct snd_cs46xx **rcodec); |
1731 | int snd_cs46xx_suspend(struct pci_dev *pci, pm_message_t state); | ||
1732 | int snd_cs46xx_resume(struct pci_dev *pci); | ||
1731 | 1733 | ||
1732 | int snd_cs46xx_pcm(struct snd_cs46xx *chip, int device, struct snd_pcm **rpcm); | 1734 | int snd_cs46xx_pcm(struct snd_cs46xx *chip, int device, struct snd_pcm **rpcm); |
1733 | int snd_cs46xx_pcm_rear(struct snd_cs46xx *chip, int device, struct snd_pcm **rpcm); | 1735 | int snd_cs46xx_pcm_rear(struct snd_cs46xx *chip, int device, struct snd_pcm **rpcm); |