/linux-6.3-rc2/sound/synth/emux/ |
A D | emux_voice.h | 19 void snd_emux_detach_seq(struct snd_emux *emu); 26 int snd_emux_inc_count(struct snd_emux *emu); 27 void snd_emux_dec_count(struct snd_emux *emu); 29 int snd_emux_delete_virmidi(struct snd_emux *emu); 32 void snd_emux_init_voices(struct snd_emux *emu); 68 void snd_emux_init_seq_oss(struct snd_emux *emu); 69 void snd_emux_detach_seq_oss(struct snd_emux *emu); 74 void snd_emux_proc_free(struct snd_emux *emu); 76 static inline void snd_emux_proc_init(struct snd_emux *emu, in snd_emux_proc_init() 84 int snd_emux_init_hwdep(struct snd_emux *emu); [all …]
|
A D | emux.c | 24 int snd_emux_new(struct snd_emux **remu) in snd_emux_new() 26 struct snd_emux *emu; in snd_emux_new() 58 struct snd_emux *emu = private_data; in sf_sample_new() 66 struct snd_emux *emu = private_data; in sf_sample_free() 73 struct snd_emux *emu = private_data; in sf_sample_reset() 77 int snd_emux_register(struct snd_emux *emu, struct snd_card *card, int index, char *name) in snd_emux_register() 127 int snd_emux_free(struct snd_emux *emu) in snd_emux_free()
|
A D | emux_oss.c | 29 static void emuspec_control(struct snd_emux *emu, struct snd_emux_port *port, 31 static void gusspec_control(struct snd_emux *emu, struct snd_emux_port *port, 33 static void fake_event(struct snd_emux *emu, struct snd_emux_port *port, 52 snd_emux_init_seq_oss(struct snd_emux *emu) in snd_emux_init_seq_oss() 80 snd_emux_detach_seq_oss(struct snd_emux *emu) in snd_emux_detach_seq_oss() 98 struct snd_emux *emu; in snd_emux_open_seq_oss() 164 struct snd_emux *emu; in snd_emux_close_seq_oss() 193 struct snd_emux *emu; in snd_emux_load_patch_seq_oss() 238 struct snd_emux *emu; in snd_emux_ioctl_seq_oss() 290 struct snd_emux *emu; in snd_emux_event_oss_input() [all …]
|
A D | emux_seq.c | 55 snd_emux_init_seq(struct snd_emux *emu, struct snd_card *card, int index) in snd_emux_init_seq() 109 snd_emux_detach_seq(struct snd_emux *emu) in snd_emux_detach_seq() 126 snd_emux_create_port(struct snd_emux *emu, char *name, in snd_emux_create_port() 258 __snd_emux_inc_count(struct snd_emux *emu) in __snd_emux_inc_count() 272 int snd_emux_inc_count(struct snd_emux *emu) in snd_emux_inc_count() 286 __snd_emux_dec_count(struct snd_emux *emu) in __snd_emux_dec_count() 295 void snd_emux_dec_count(struct snd_emux *emu) in snd_emux_dec_count() 309 struct snd_emux *emu; in snd_emux_use() 332 struct snd_emux *emu; in snd_emux_unuse() 352 int snd_emux_init_virmidi(struct snd_emux *emu, struct snd_card *card) in snd_emux_init_virmidi() [all …]
|
A D | emux_synth.c | 30 static void terminate_note1(struct snd_emux *emu, int note, 48 struct snd_emux *emu; in snd_emux_note_on() 148 struct snd_emux *emu; in snd_emux_note_off() 193 struct snd_emux *emu = from_timer(emu, t, tlist); in snd_emux_timer_callback() 225 struct snd_emux *emu; in snd_emux_key_press() 257 struct snd_emux *emu; in snd_emux_update_channel() 284 struct snd_emux *emu; in snd_emux_update_port() 387 struct snd_emux *emu; in snd_emux_terminate_note() 406 snd_emux_terminate_all(struct snd_emux *emu) in snd_emux_terminate_all() 439 struct snd_emux *emu; in snd_emux_sounds_off_all() [all …]
|
A D | emux_hwdep.c | 20 snd_emux_hwdep_load_patch(struct snd_emux *emu, void __user *arg) in snd_emux_hwdep_load_patch() 51 snd_emux_hwdep_misc_mode(struct snd_emux *emu, void __user *arg) in snd_emux_hwdep_misc_mode() 82 struct snd_emux *emu = hw->private_data; in snd_emux_hwdep_ioctl() 114 snd_emux_init_hwdep(struct snd_emux *emu) in snd_emux_init_hwdep() 143 snd_emux_delete_hwdep(struct snd_emux *emu) in snd_emux_delete_hwdep()
|
A D | emux_proc.c | 18 struct snd_emux *emu; in snd_emux_proc_info_read() 92 void snd_emux_proc_init(struct snd_emux *emu, struct snd_card *card, int device) in snd_emux_proc_init() 107 void snd_emux_proc_free(struct snd_emux *emu) in snd_emux_proc_free()
|
A D | emux_nrpn.c | 369 struct snd_emux *emu; in snd_emux_sysex()
|
A D | emux_effect.c | 169 struct snd_emux *emu; in snd_emux_send_effect()
|
/linux-6.3-rc2/include/sound/ |
A D | emux_synth.h | 24 struct snd_emux; 34 struct snd_emux_voice *(*get_voice)(struct snd_emux *emu, 42 void (*reset)(struct snd_emux *emu, int ch); 49 void (*sample_reset)(struct snd_emux *emu); 50 int (*load_fx)(struct snd_emux *emu, int type, int arg, 77 struct snd_emux { struct 129 struct snd_emux *emu; argument 172 struct snd_emux *emu; /* assigned root info */ 218 int snd_emux_new(struct snd_emux **remu); 220 int snd_emux_free(struct snd_emux *emu); [all …]
|
A D | emu8000.h | 48 struct snd_emux *emu;
|
/linux-6.3-rc2/sound/pci/emu10k1/ |
A D | emu10k1_synth_local.h | 15 int snd_emu10k1_sample_new(struct snd_emux *private_data, 19 int snd_emu10k1_sample_free(struct snd_emux *private_data, 22 int snd_emu10k1_memhdr_init(struct snd_emux *emu); 25 void snd_emu10k1_ops_setup(struct snd_emux *emu);
|
A D | emu10k1_synth.c | 22 struct snd_emux *emux; in snd_emu10k1_synth_probe() 73 struct snd_emux *emux; in snd_emu10k1_synth_remove()
|
A D | emu10k1_callback.c | 26 static void lookup_voices(struct snd_emux *emux, struct snd_emu10k1 *hw, 28 static struct snd_emux_voice *get_voice(struct snd_emux *emux, 65 snd_emu10k1_ops_setup(struct snd_emux *emux) in snd_emu10k1_ops_setup() 81 struct snd_emux *emu; in snd_emu10k1_synth_get_voice() 209 lookup_voices(struct snd_emux *emu, struct snd_emu10k1 *hw, in lookup_voices() 275 get_voice(struct snd_emux *emu, struct snd_emux_port *port) in get_voice()
|
A D | emu10k1_patch.c | 25 snd_emu10k1_sample_new(struct snd_emux *rec, struct snd_sf_sample *sp, in snd_emu10k1_sample_new() 201 snd_emu10k1_sample_free(struct snd_emux *rec, struct snd_sf_sample *sp, in snd_emu10k1_sample_free()
|
/linux-6.3-rc2/sound/isa/sb/ |
A D | emu8000_local.h | 19 int snd_emu8000_sample_new(struct snd_emux *rec, struct snd_sf_sample *sp, 22 int snd_emu8000_sample_free(struct snd_emux *rec, struct snd_sf_sample *sp, 24 void snd_emu8000_sample_reset(struct snd_emux *rec);
|
A D | emu8000_callback.c | 16 static struct snd_emux_voice *get_voice(struct snd_emux *emu, 22 static void reset_voice(struct snd_emux *emu, int ch); 24 static void sysex(struct snd_emux *emu, char *buf, int len, int parsed, 27 static int oss_ioctl(struct snd_emux *emu, int cmd, int p1, int p2); 29 static int load_fx(struct snd_emux *emu, int type, int mode, 144 get_voice(struct snd_emux *emu, struct snd_emux_port *port) in get_voice() 323 reset_voice(struct snd_emux *emu, int ch) in reset_voice() 447 sysex(struct snd_emux *emu, char *buf, int len, int parsed, struct snd_midi_channel_set *chset) in sysex() 472 oss_ioctl(struct snd_emux *emu, int cmd, int p1, int p2) in oss_ioctl() 517 load_fx(struct snd_emux *emu, int type, int mode, const void __user *buf, long len) in load_fx()
|
A D | emu8000_patch.c | 136 snd_emu8000_sample_new(struct snd_emux *rec, struct snd_sf_sample *sp, in snd_emu8000_sample_new() 274 snd_emu8000_sample_free(struct snd_emux *rec, struct snd_sf_sample *sp, in snd_emu8000_sample_free() 289 snd_emu8000_sample_reset(struct snd_emux *rec) in snd_emu8000_sample_reset()
|
A D | emu8000_synth.c | 28 struct snd_emux *emu; in snd_emu8000_probe()
|