Searched refs:snd_emu8000 (Results 1 – 5 of 5) sorted by relevance
| /linux/include/sound/ |
| H A D | emu8000.h | 46 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 D | emu8000_callback.c | 32 static void set_pitch(struct snd_emu8000 *hw, struct snd_emux_voice *vp); 33 static void set_volume(struct snd_emu8000 *hw, struct snd_emux_voice *vp); 34 static void set_pan(struct snd_emu8000 *hw, struct snd_emux_voice *vp); 35 static void set_fmmod(struct snd_emu8000 *hw, struct snd_emux_voice *vp); 36 static void set_tremfreq(struct snd_emu8000 *hw, struct snd_emux_voice *vp); 37 static void set_fm2frq2(struct snd_emu8000 *hw, struct snd_emux_voice *vp); 38 static void set_filterQ(struct snd_emu8000 *hw, struct snd_emux_voice *vp); 39 static void snd_emu8000_tweak_voice(struct snd_emu8000 *emu, int ch); 72 snd_emu8000_ops_setup(struct snd_emu8000 *hw) in snd_emu8000_ops_setup() 86 struct snd_emu8000 *hw; in release_voice() [all …]
|
| H A D | emu8000_synth.c | 27 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 D | emu8000_patch.c | 24 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 D | emu8000_local.h | 27 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);
|