diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-07-02 09:20:37 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-07-03 02:23:03 -0400 |
commit | 68cb2b559278858ef9f3a7722f95df88797c7840 (patch) | |
tree | 3dd568aac5e1004ffd1e8400aa5a50ca6a11ad01 /include/sound/cs46xx.h | |
parent | 284e7ca75f96a18f182cce38ba76ee724fb97e16 (diff) |
ALSA: Convert to new pm_ops for PCI drivers
Straightforward conversion to the new pm_ops from the legacy
suspend/resume ops.
Since we change vx222, vx_core and vxpocket have to be converted,
too.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound/cs46xx.h')
-rw-r--r-- | include/sound/cs46xx.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sound/cs46xx.h b/include/sound/cs46xx.h index e3005a674a2..34a2dd1614f 100644 --- a/include/sound/cs46xx.h +++ b/include/sound/cs46xx.h | |||
@@ -1730,8 +1730,7 @@ int snd_cs46xx_create(struct snd_card *card, | |||
1730 | struct pci_dev *pci, | 1730 | struct pci_dev *pci, |
1731 | int external_amp, int thinkpad, | 1731 | int external_amp, int thinkpad, |
1732 | struct snd_cs46xx **rcodec); | 1732 | struct snd_cs46xx **rcodec); |
1733 | int snd_cs46xx_suspend(struct pci_dev *pci, pm_message_t state); | 1733 | extern const struct dev_pm_ops snd_cs46xx_pm; |
1734 | int snd_cs46xx_resume(struct pci_dev *pci); | ||
1735 | 1734 | ||
1736 | int snd_cs46xx_pcm(struct snd_cs46xx *chip, int device, struct snd_pcm **rpcm); | 1735 | int snd_cs46xx_pcm(struct snd_cs46xx *chip, int device, struct snd_pcm **rpcm); |
1737 | int snd_cs46xx_pcm_rear(struct snd_cs46xx *chip, int device, struct snd_pcm **rpcm); | 1736 | int snd_cs46xx_pcm_rear(struct snd_cs46xx *chip, int device, struct snd_pcm **rpcm); |