Lines Matching refs:snd_emu8000
40 struct snd_emu8000 *emu;
68 emu8k_open_dram_for_pcm(struct snd_emu8000 *emu, int channels) in emu8k_open_dram_for_pcm()
104 snd_emu8000_write_wait(struct snd_emu8000 *emu, int can_schedule) in snd_emu8000_write_wait()
119 emu8k_close_dram(struct snd_emu8000 *emu) in emu8k_close_dram()
218 struct snd_emu8000 *emu = snd_pcm_substream_chip(subs); in emu8k_pcm_open()
271 struct snd_emu8000 *hw = rec->emu; in setup_voice()
325 struct snd_emu8000 *hw = rec->emu; in start_voice()
360 struct snd_emu8000 *hw = rec->emu; in stop_voice()
437 struct snd_emu8000 *emu = (rec)->emu; \
494 struct snd_emu8000 *emu = rec->emu; \
676 struct snd_emu8000 *emu = pcm->private_data; in snd_emu8000_pcm_free()
680 int snd_emu8000_pcm_new(struct snd_card *card, struct snd_emu8000 *emu, int index) in snd_emu8000_pcm_new()