diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-11-17 10:09:43 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-01-03 06:27:38 -0500 |
commit | ded462356886e5f80f6a20b227f7e5cf7cfc5159 (patch) | |
tree | d060b0f123a3bf844246823174bddd7dcfba0a6e /include/sound | |
parent | fb0700b4debbf45fb0465b40188bdc5396947bda (diff) |
[ALSA] ymfpci - Fix PM support
Modules: YMFPCI driver
Fix PM support on YMFPCI driver.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/ymfpci.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sound/ymfpci.h b/include/sound/ymfpci.h index ec790a9c496f..d567bfdbf513 100644 --- a/include/sound/ymfpci.h +++ b/include/sound/ymfpci.h | |||
@@ -369,6 +369,9 @@ int snd_ymfpci_create(struct snd_card *card, | |||
369 | struct snd_ymfpci ** rcodec); | 369 | struct snd_ymfpci ** rcodec); |
370 | void snd_ymfpci_free_gameport(struct snd_ymfpci *chip); | 370 | void snd_ymfpci_free_gameport(struct snd_ymfpci *chip); |
371 | 371 | ||
372 | int snd_ymfpci_suspend(struct pci_dev *pci, pm_message_t state); | ||
373 | int snd_ymfpci_resume(struct pci_dev *pci); | ||
374 | |||
372 | int snd_ymfpci_pcm(struct snd_ymfpci *chip, int device, struct snd_pcm **rpcm); | 375 | int snd_ymfpci_pcm(struct snd_ymfpci *chip, int device, struct snd_pcm **rpcm); |
373 | int snd_ymfpci_pcm2(struct snd_ymfpci *chip, int device, struct snd_pcm **rpcm); | 376 | int snd_ymfpci_pcm2(struct snd_ymfpci *chip, int device, struct snd_pcm **rpcm); |
374 | int snd_ymfpci_pcm_spdif(struct snd_ymfpci *chip, int device, struct snd_pcm **rpcm); | 377 | int snd_ymfpci_pcm_spdif(struct snd_ymfpci *chip, int device, struct snd_pcm **rpcm); |