X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=include%2Fsound%2Fymfpci.h;h=b87453365f79ebc24fd1adbd51805ea3036388be;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=1f4db1df156ea693888ddc6732c158839a094b4d;hpb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;p=linux-2.6.git diff --git a/include/sound/ymfpci.h b/include/sound/ymfpci.h index 1f4db1df1..b87453365 100644 --- a/include/sound/ymfpci.h +++ b/include/sound/ymfpci.h @@ -305,7 +305,7 @@ struct _snd_ymfpci { unsigned int device_id; /* PCI device ID */ unsigned int rev; /* PCI revision */ unsigned long reg_area_phys; - unsigned long reg_area_virt; + void __iomem *reg_area_virt; struct resource *res_reg_area; struct resource *fm_res; struct resource *mpu_res; @@ -389,9 +389,6 @@ int snd_ymfpci_pcm_4ch(ymfpci_t *chip, int device, snd_pcm_t **rpcm); int snd_ymfpci_mixer(ymfpci_t *chip, int rear_switch); 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); - #if defined(CONFIG_GAMEPORT) || (defined(MODULE) && defined(CONFIG_GAMEPORT_MODULE)) #define SUPPORT_JOYSTICK #endif