X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fsound%2Fymfpci.h;h=1f4db1df156ea693888ddc6732c158839a094b4d;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=67afeca0c2c583e9d74f921298a7fcfc6d9d0229;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/include/sound/ymfpci.h b/include/sound/ymfpci.h index 67afeca0c..1f4db1df1 100644 --- a/include/sound/ymfpci.h +++ b/include/sound/ymfpci.h @@ -316,7 +316,6 @@ struct _snd_ymfpci { struct gameport gameport; #endif - struct snd_dma_device dma_dev; struct snd_dma_buffer work_ptr; unsigned int bank_size_playback; @@ -393,11 +392,6 @@ int snd_ymfpci_timer(ymfpci_t *chip, int device); int snd_ymfpci_voice_alloc(ymfpci_t *chip, ymfpci_voice_type_t type, int pair, ymfpci_voice_t **rvoice); int snd_ymfpci_voice_free(ymfpci_t *chip, ymfpci_voice_t *pvoice); -#ifdef CONFIG_PM -void snd_ymfpci_suspend(ymfpci_t *chip); -void snd_ymfpci_resume(ymfpci_t *chip); -#endif - #if defined(CONFIG_GAMEPORT) || (defined(MODULE) && defined(CONFIG_GAMEPORT_MODULE)) #define SUPPORT_JOYSTICK #endif