Searched refs:snd_emux_port (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/sound/synth/emux/ |
H A D | emux_voice.h | 20 struct snd_emux_port *snd_emux_create_port(struct snd_emux *emu, char *name, 23 void snd_emux_reset_port(struct snd_emux_port *port); 40 void snd_emux_sounds_off_all(struct snd_emux_port *port); 41 void snd_emux_update_channel(struct snd_emux_port *port, 43 void snd_emux_update_port(struct snd_emux_port *port, int update); 49 void snd_emux_create_effect(struct snd_emux_port *p); 50 void snd_emux_delete_effect(struct snd_emux_port *p); 51 void snd_emux_clear_effect(struct snd_emux_port *p); 53 void snd_emux_send_effect_oss(struct snd_emux_port *port, 55 void snd_emux_send_effect(struct snd_emux_port *port, [all …]
|
H A D | emux_oss.c | 28 static void reset_port_mode(struct snd_emux_port *port, int midi_mode); 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, 99 struct snd_emux_port *p; in snd_emux_open_seq_oss() 142 reset_port_mode(struct snd_emux_port *port, int midi_mode) in reset_port_mode() 165 struct snd_emux_port *p; in snd_emux_close_seq_oss() 194 struct snd_emux_port *p; in snd_emux_load_patch_seq_oss() 237 struct snd_emux_port *p; in snd_emux_ioctl_seq_oss() 271 struct snd_emux_port *p; in snd_emux_reset_seq_oss() [all …]
|
H A D | emux_seq.c | 15 static void snd_emux_init_port(struct snd_emux_port *p); 84 struct snd_emux_port *p; in snd_emux_init_seq() 125 struct snd_emux_port * 130 struct snd_emux_port *p; in snd_emux_create_port() 178 struct snd_emux_port *p; in free_port() 197 snd_emux_init_port(struct snd_emux_port *p) in snd_emux_init_port() 210 snd_emux_reset_port(struct snd_emux_port *port) in snd_emux_reset_port() 242 struct snd_emux_port *port; in snd_emux_event_input() 308 struct snd_emux_port *p; in snd_emux_use() 331 struct snd_emux_port *p; in snd_emux_unuse()
|
H A D | emux_synth.c | 26 static int get_zone(struct snd_emux *emu, struct snd_emux_port *port, 29 static int get_bank(struct snd_emux_port *port, struct snd_midi_channel *chan); 32 static void exclusive_note_off(struct snd_emux *emu, struct snd_emux_port *port, 53 struct snd_emux_port *port; in snd_emux_note_on() 151 struct snd_emux_port *port; in snd_emux_note_off() 228 struct snd_emux_port *port; in snd_emux_key_press() 255 snd_emux_update_channel(struct snd_emux_port *port, struct snd_midi_channel *chan, int update) in snd_emux_update_channel() 282 snd_emux_update_port(struct snd_emux_port *port, int update) in snd_emux_update_port() 313 struct snd_emux_port *port; in snd_emux_control() 388 struct snd_emux_port *port; in snd_emux_terminate_note() [all …]
|
H A D | emux_effect.c | 142 snd_emux_send_effect_oss(struct snd_emux_port *port, in snd_emux_send_effect_oss() 163 snd_emux_send_effect(struct snd_emux_port *port, struct snd_midi_channel *chan, in snd_emux_send_effect() 273 snd_emux_create_effect(struct snd_emux_port *p) in snd_emux_create_effect() 288 snd_emux_delete_effect(struct snd_emux_port *p) in snd_emux_delete_effect() 295 snd_emux_clear_effect(struct snd_emux_port *p) in snd_emux_clear_effect()
|
H A D | emux_nrpn.c | 39 struct snd_emux_port *port, in send_converted_effect() 276 struct snd_emux_port *port; in snd_emux_nrpn() 349 snd_emux_xg_control(struct snd_emux_port *port, struct snd_midi_channel *chan, in snd_emux_xg_control() 368 struct snd_emux_port *port; in snd_emux_sysex()
|
/openbmc/linux/include/sound/ |
H A D | emux_synth.h | 25 struct snd_emux_port; 35 struct snd_emux_port *port); 104 struct snd_emux_port *portptrs[SNDRV_EMUX_MAX_PORTS]; 126 struct snd_emux_port { struct 171 struct snd_emux_port *port; /* associated port */
|
/openbmc/linux/sound/pci/emu10k1/ |
H A D | emu10k1_callback.c | 29 struct snd_emux_port *port); 276 get_voice(struct snd_emux *emu, struct snd_emux_port *port) in get_voice()
|
/openbmc/linux/sound/isa/sb/ |
H A D | emu8000_callback.c | 17 struct snd_emux_port *port); 144 get_voice(struct snd_emux *emu, struct snd_emux_port *port) in get_voice()
|