Lines Matching refs:snd_emu8000

35 void snd_emu8000_poke(struct snd_emu8000 *emu, unsigned int port, unsigned int reg, unsigned int va…  in snd_emu8000_poke()
48 unsigned short snd_emu8000_peek(struct snd_emu8000 *emu, unsigned int port, unsigned int reg) in snd_emu8000_peek()
63 void snd_emu8000_poke_dw(struct snd_emu8000 *emu, unsigned int port, unsigned int reg, unsigned int… in snd_emu8000_poke_dw()
77 unsigned int snd_emu8000_peek_dw(struct snd_emu8000 *emu, unsigned int port, unsigned int reg) in snd_emu8000_peek_dw()
97 snd_emu8000_dma_chan(struct snd_emu8000 *emu, int ch, int mode) in snd_emu8000_dma_chan()
122 snd_emu8000_read_wait(struct snd_emu8000 *emu) in snd_emu8000_read_wait()
134 snd_emu8000_write_wait(struct snd_emu8000 *emu) in snd_emu8000_write_wait()
147 snd_emu8000_detect(struct snd_emu8000 *emu) in snd_emu8000_detect()
173 init_audio(struct snd_emu8000 *emu) in init_audio()
214 init_dma(struct snd_emu8000 *emu) in init_dma()
318 send_array(struct snd_emu8000 *emu, const unsigned short *data, int size) in send_array()
340 init_arrays(struct snd_emu8000 *emu) in init_arrays()
366 size_dram(struct snd_emu8000 *emu) in size_dram()
456 snd_emu8000_init_fm(struct snd_emu8000 *emu) in snd_emu8000_init_fm()
502 snd_emu8000_init_hw(struct snd_emu8000 *emu) in snd_emu8000_init_hw()
586 snd_emu8000_update_equalizer(struct snd_emu8000 *emu) in snd_emu8000_update_equalizer()
651 snd_emu8000_load_chorus_fx(struct snd_emu8000 *emu, int mode, const void __user *buf, long len) in snd_emu8000_load_chorus_fx()
666 snd_emu8000_update_chorus_mode(struct snd_emu8000 *emu) in snd_emu8000_update_chorus_mode()
778 snd_emu8000_load_reverb_fx(struct snd_emu8000 *emu, int mode, const void __user *buf, long len) in snd_emu8000_load_reverb_fx()
794 snd_emu8000_update_reverb_mode(struct snd_emu8000 *emu) in snd_emu8000_update_reverb_mode()
831 struct snd_emu8000 *emu = snd_kcontrol_chip(kcontrol); in mixer_bass_treble_get()
839 struct snd_emu8000 *emu = snd_kcontrol_chip(kcontrol); in mixer_bass_treble_put()
892 struct snd_emu8000 *emu = snd_kcontrol_chip(kcontrol); in mixer_chorus_reverb_get()
900 struct snd_emu8000 *emu = snd_kcontrol_chip(kcontrol); in mixer_chorus_reverb_put()
959 struct snd_emu8000 *emu = snd_kcontrol_chip(kcontrol); in mixer_fm_depth_get()
967 struct snd_emu8000 *emu = snd_kcontrol_chip(kcontrol); in mixer_fm_depth_put()
1021 snd_emu8000_create_mixer(struct snd_card *card, struct snd_emu8000 *emu) in snd_emu8000_create_mixer()
1057 struct snd_emu8000 *hw; in snd_emu8000_new()
1099 sizeof(struct snd_emu8000*), &awe) >= 0) { in snd_emu8000_new()
1101 *(struct snd_emu8000 **)SNDRV_SEQ_DEVICE_ARGPTR(awe) = hw; in snd_emu8000_new()