Searched refs:snd_emux_port (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/sound/synth/emux/ |
D | emux_voice.h | 33 struct snd_emux_port *snd_emux_create_port(struct snd_emux *emu, char *name, 36 void snd_emux_reset_port(struct snd_emux_port *port); 53 void snd_emux_sounds_off_all(struct snd_emux_port *port); 54 void snd_emux_update_channel(struct snd_emux_port *port, 56 void snd_emux_update_port(struct snd_emux_port *port, int update); 62 void snd_emux_create_effect(struct snd_emux_port *p); 63 void snd_emux_delete_effect(struct snd_emux_port *p); 64 void snd_emux_clear_effect(struct snd_emux_port *p); 66 void snd_emux_send_effect_oss(struct snd_emux_port *port, 68 void snd_emux_send_effect(struct snd_emux_port *port, [all …]
|
D | emux_oss.c | 43 static void reset_port_mode(struct snd_emux_port *port, int midi_mode); 44 static void emuspec_control(struct snd_emux *emu, struct snd_emux_port *port, 46 static void gusspec_control(struct snd_emux *emu, struct snd_emux_port *port, 48 static void fake_event(struct snd_emux *emu, struct snd_emux_port *port, 114 struct snd_emux_port *p; in snd_emux_open_seq_oss() 157 reset_port_mode(struct snd_emux_port *port, int midi_mode) in reset_port_mode() 180 struct snd_emux_port *p; in snd_emux_close_seq_oss() 209 struct snd_emux_port *p; in snd_emux_load_patch_seq_oss() 252 struct snd_emux_port *p; in snd_emux_ioctl_seq_oss() 286 struct snd_emux_port *p; in snd_emux_reset_seq_oss() [all …]
|
D | emux_seq.c | 28 static void snd_emux_init_port(struct snd_emux_port *p); 97 struct snd_emux_port *p; in snd_emux_init_seq() 138 struct snd_emux_port * 143 struct snd_emux_port *p; in snd_emux_create_port() 191 struct snd_emux_port *p; in free_port() 210 snd_emux_init_port(struct snd_emux_port *p) in snd_emux_init_port() 223 snd_emux_reset_port(struct snd_emux_port *port) in snd_emux_reset_port() 255 struct snd_emux_port *port; in snd_emux_event_input() 321 struct snd_emux_port *p; in snd_emux_use() 344 struct snd_emux_port *p; in snd_emux_unuse()
|
D | emux_synth.c | 40 static int get_zone(struct snd_emux *emu, struct snd_emux_port *port, 43 static int get_bank(struct snd_emux_port *port, struct snd_midi_channel *chan); 46 static void exclusive_note_off(struct snd_emux *emu, struct snd_emux_port *port, 67 struct snd_emux_port *port; in snd_emux_note_on() 165 struct snd_emux_port *port; in snd_emux_note_off() 242 struct snd_emux_port *port; in snd_emux_key_press() 269 snd_emux_update_channel(struct snd_emux_port *port, struct snd_midi_channel *chan, int update) in snd_emux_update_channel() 296 snd_emux_update_port(struct snd_emux_port *port, int update) in snd_emux_update_port() 327 struct snd_emux_port *port; in snd_emux_control() 402 struct snd_emux_port *port; in snd_emux_terminate_note() [all …]
|
D | emux_effect.c | 156 snd_emux_send_effect_oss(struct snd_emux_port *port, in snd_emux_send_effect_oss() 177 snd_emux_send_effect(struct snd_emux_port *port, struct snd_midi_channel *chan, in snd_emux_send_effect() 280 snd_emux_create_effect(struct snd_emux_port *p) in snd_emux_create_effect() 295 snd_emux_delete_effect(struct snd_emux_port *p) in snd_emux_delete_effect() 302 snd_emux_clear_effect(struct snd_emux_port *p) in snd_emux_clear_effect()
|
D | emux_nrpn.c | 52 struct snd_emux_port *port, in send_converted_effect() 289 struct snd_emux_port *port; in snd_emux_nrpn() 362 snd_emux_xg_control(struct snd_emux_port *port, struct snd_midi_channel *chan, in snd_emux_xg_control() 378 struct snd_emux_port *port; in snd_emux_sysex()
|
/linux-4.4.14/include/sound/ |
D | emux_synth.h | 40 struct snd_emux_port; 50 struct snd_emux_port *port); 119 struct snd_emux_port *portptrs[SNDRV_EMUX_MAX_PORTS]; 141 struct snd_emux_port { struct 186 struct snd_emux_port *port; /* associated port */
|
/linux-4.4.14/sound/isa/sb/ |
D | emu8000_callback.c | 30 struct snd_emux_port *port); 157 get_voice(struct snd_emux *emu, struct snd_emux_port *port) in get_voice()
|
/linux-4.4.14/sound/pci/emu10k1/ |
D | emu10k1_callback.c | 42 struct snd_emux_port *port); 287 get_voice(struct snd_emux *emu, struct snd_emux_port *port) in get_voice()
|