Lines Matching refs:snd_emux_port
41 static void reset_port_mode(struct snd_emux_port *port, int midi_mode);
42 static void emuspec_control(struct snd_emux *emu, struct snd_emux_port *port,
44 static void gusspec_control(struct snd_emux *emu, struct snd_emux_port *port,
46 static void fake_event(struct snd_emux *emu, struct snd_emux_port *port,
112 struct snd_emux_port *p; in snd_emux_open_seq_oss()
155 reset_port_mode(struct snd_emux_port *port, int midi_mode) in reset_port_mode()
178 struct snd_emux_port *p; in snd_emux_close_seq_oss()
207 struct snd_emux_port *p; in snd_emux_load_patch_seq_oss()
250 struct snd_emux_port *p; in snd_emux_ioctl_seq_oss()
284 struct snd_emux_port *p; in snd_emux_reset_seq_oss()
304 struct snd_emux_port *p; in snd_emux_event_oss_input()
333 emuspec_control(struct snd_emux *emu, struct snd_emux_port *port, int cmd, in emuspec_control()
428 gusspec_control(struct snd_emux *emu, struct snd_emux_port *port, int cmd, in gusspec_control()
494 fake_event(struct snd_emux *emu, struct snd_emux_port *port, int ch, int param, int val, int atomic… in fake_event()