vserver 1.9.3
[linux-2.6.git] / include / sound / ymfpci.h
index 67afeca..1f4db1d 100644 (file)
@@ -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