Home
last modified time | relevance | path

Searched refs:snd_emu8000 (Results 1 – 7 of 7) sorted by relevance

/linux/include/sound/
H A Demu8000.h46 struct snd_emu8000 { struct
87 void snd_emu8000_poke(struct snd_emu8000 *emu, unsigned int port, unsigned int reg, argument
89 unsigned short snd_emu8000_peek(struct snd_emu8000 *emu, unsigned int port,
91 void snd_emu8000_poke_dw(struct snd_emu8000 *emu, unsigned int port, unsigned int reg,
93 unsigned int snd_emu8000_peek_dw(struct snd_emu8000 *emu, unsigned int port,
95 void snd_emu8000_dma_chan(struct snd_emu8000 *emu, int ch, int mode);
97 void snd_emu8000_init_fm(struct snd_emu8000 *emu);
99 void snd_emu8000_update_chorus_mode(struct snd_emu8000 *emu);
100 void snd_emu8000_update_reverb_mode(struct snd_emu8000 *emu);
101 void snd_emu8000_update_equalizer(struct snd_emu8000 *emu);
[all …]
/linux/sound/isa/sb/
H A Demu8000_callback.c72 snd_emu8000_ops_setup(struct snd_emu8000 *hw) in snd_emu8000_ops_setup()
86 struct snd_emu8000 *hw; in release_voice()
101 struct snd_emu8000 *hw; in terminate_voice()
113 struct snd_emu8000 *hw; in update_voice()
148 struct snd_emu8000 *hw; in get_voice()
227 struct snd_emu8000 *hw; in start_voice()
305 struct snd_emu8000 *hw; in trigger_voice()
325 struct snd_emu8000 *hw; in reset_voice()
449 struct snd_emu8000 *hw; in sysex()
474 struct snd_emu8000 *hw; in oss_ioctl()
[all …]
H A Demu8000.c122 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()
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()
1057 struct snd_emu8000 *hw; in snd_emu8000_new()
[all …]
H A Demu8000_synth.c27 struct snd_emu8000 *hw; in snd_emu8000_probe()
30 hw = *(struct snd_emu8000**)SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_emu8000_probe()
87 struct snd_emu8000 *hw; in snd_emu8000_remove()
113 .argsize = sizeof(struct snd_emu8000 *),
H A Demu8000_pcm.c40 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()
424 struct snd_emu8000 *emu = (rec)->emu; \
467 struct snd_emu8000 *emu = rec->emu; \
[all …]
H A Demu8000_patch.c24 snd_emu8000_open_dma(struct snd_emu8000 *emu, int write) in snd_emu8000_open_dma()
51 snd_emu8000_close_dma(struct snd_emu8000 *emu) in snd_emu8000_close_dma()
98 snd_emu8000_write_wait(struct snd_emu8000 *emu) in snd_emu8000_write_wait()
120 write_word(struct snd_emu8000 *emu, int *offset, unsigned short data) in write_word()
145 struct snd_emu8000 *emu; in snd_emu8000_sample_new()
H A Demu8000_local.h27 void snd_emu8000_ops_setup(struct snd_emu8000 *emu);
30 int snd_emu8000_pcm_new(struct snd_card *card, struct snd_emu8000 *emu, int index);