Lines Matching refs:snd_emu8000
53 struct snd_emu8000 *emu;
81 emu8k_open_dram_for_pcm(struct snd_emu8000 *emu, int channels) in emu8k_open_dram_for_pcm()
117 snd_emu8000_write_wait(struct snd_emu8000 *emu, int can_schedule) in snd_emu8000_write_wait()
132 emu8k_close_dram(struct snd_emu8000 *emu) in emu8k_close_dram()
231 struct snd_emu8000 *emu = snd_pcm_substream_chip(subs); in emu8k_pcm_open()
284 struct snd_emu8000 *hw = rec->emu; in setup_voice()
338 struct snd_emu8000 *hw = rec->emu; in start_voice()
373 struct snd_emu8000 *hw = rec->emu; in stop_voice()
450 struct snd_emu8000 *emu = (rec)->emu; \
507 struct snd_emu8000 *emu = rec->emu; \
690 struct snd_emu8000 *emu = pcm->private_data; in snd_emu8000_pcm_free()
694 int snd_emu8000_pcm_new(struct snd_card *card, struct snd_emu8000 *emu, int index) in snd_emu8000_pcm_new()