diff options
author | Takashi Iwai | 2005-11-17 16:09:04 +0100 |
---|---|---|
committer | Jaroslav Kysela | 2006-01-03 12:27:35 +0100 |
commit | cb28e45ba2aa42393596a364d4f947027db8a1b5 (patch) | |
tree | 8a9dbc18b5d4c2820fedf1ec27ec25c578ddee8c /include/sound/cs46xx.h | |
parent | [ALSA] es1968 - Fix PM support (diff) | |
download | kernel-qcow2-linux-cb28e45ba2aa42393596a364d4f947027db8a1b5.tar.gz kernel-qcow2-linux-cb28e45ba2aa42393596a364d4f947027db8a1b5.tar.xz kernel-qcow2-linux-cb28e45ba2aa42393596a364d4f947027db8a1b5.zip |
[ALSA] cs46xx - Fix PM support
Modules: CS46xx driver
Fix PM support on CS46xx driver.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound/cs46xx.h')
-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, struct pci_dev *pci, int external_amp, int thinkpad, struct snd_cs46xx **rcodec); +int snd_cs46xx_suspend(struct pci_dev *pci, pm_message_t state); +int snd_cs46xx_resume(struct pci_dev *pci); int snd_cs46xx_pcm(struct snd_cs46xx *chip, int device, struct snd_pcm **rpcm); int snd_cs46xx_pcm_rear(struct snd_cs46xx *chip, int device, struct snd_pcm **rpcm); |