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>
此提交包含在:
@@ -94,10 +94,7 @@ struct cs5535audio {
|
||||
struct cs5535audio_dma dmas[NUM_CS5535AUDIO_DMAS];
|
||||
};
|
||||
|
||||
#ifdef CONFIG_PM
|
||||
int snd_cs5535audio_suspend(struct pci_dev *pci, pm_message_t state);
|
||||
int snd_cs5535audio_resume(struct pci_dev *pci);
|
||||
#endif
|
||||
extern const struct dev_pm_ops snd_cs5535audio_pm;
|
||||
|
||||
#ifdef CONFIG_OLPC
|
||||
void __devinit olpc_prequirks(struct snd_card *card,
|
||||
|
新增問題並參考
封鎖使用者