Home | History | Annotate | Download | only in sound

Lines Matching refs:emu

61 	struct snd_emux *emu;
103 void snd_emu8000_poke(struct snd_emu8000 *emu, unsigned int port, unsigned int reg,
105 unsigned short snd_emu8000_peek(struct snd_emu8000 *emu, unsigned int port,
107 void snd_emu8000_poke_dw(struct snd_emu8000 *emu, unsigned int port, unsigned int reg,
109 unsigned int snd_emu8000_peek_dw(struct snd_emu8000 *emu, unsigned int port,
111 void snd_emu8000_dma_chan(struct snd_emu8000 *emu, int ch, int mode);
113 void snd_emu8000_init_fm(struct snd_emu8000 *emu);
115 void snd_emu8000_update_chorus_mode(struct snd_emu8000 *emu);
116 void snd_emu8000_update_reverb_mode(struct snd_emu8000 *emu);
117 void snd_emu8000_update_equalizer(struct snd_emu8000 *emu);
118 int snd_emu8000_load_chorus_fx(struct snd_emu8000 *emu, int mode, const void __user *buf, long len);
119 int snd_emu8000_load_reverb_fx(struct snd_emu8000 *emu, int mode, const void __user *buf, long len);