Searched refs:chset (Results 1 – 11 of 11) sorted by relevance
| /linux/sound/core/seq/ |
| H A D | seq_midi_emul.c | 37 struct snd_midi_channel_set *chset, 42 struct snd_midi_channel_set *chset); 45 struct snd_midi_channel_set *chset); 48 int len, struct snd_midi_channel_set *chset); 54 static void reset_all_channels(struct snd_midi_channel_set *chset); 259 struct snd_midi_channel_set *chset, in do_control() argument 315 rpn(ops, drv, chan, chset); in do_control() 317 nrpn(ops, drv, chan, chset); in do_control() 337 if (chset->midi_mode == SNDRV_MIDI_MODE_XG) { in do_control() 378 snd_midi_channel_set_clear(struct snd_midi_channel_set *chset) in snd_midi_channel_set_clear() argument [all …]
|
| /linux/sound/synth/emux/ |
| H A D | emux_oss.c | 125 arg->addr.client = p->chset.client; in snd_emux_open_seq_oss() 126 arg->addr.port = p->chset.port; in snd_emux_open_seq_oss() 178 snd_soundfont_close_check(emu->sflist, SF_CLIENT_NO(p->chset.port)); in snd_emux_close_seq_oss() 179 snd_seq_event_port_detach(p->chset.client, p->chset.port); in snd_emux_close_seq_oss() 219 SF_CLIENT_NO(p->chset.port)); in snd_emux_load_patch_seq_oss() 332 if (voice < 0 || voice >= port->chset.max_channels) in emuspec_control() 335 chan = &port->chset.channels[voice]; in emuspec_control() 390 for (i = 0; i < port->chset.max_channels; i++) { in emuspec_control() 391 chan = &port->chset.channels[i]; in emuspec_control() 430 if (voice < 0 || voice >= port->chset.max_channels) in gusspec_control() [all …]
|
| H A D | emux_nrpn.c | 274 struct snd_midi_channel_set *chset) in snd_emux_nrpn() argument 297 if (port->chset.midi_mode == SNDRV_MIDI_MODE_GS && in snd_emux_nrpn() 366 struct snd_midi_channel_set *chset) in snd_emux_sysex() argument 372 if (snd_BUG_ON(!port || !chset)) in snd_emux_sysex() 382 emu->ops.sysex(emu, buf, len, parsed, chset); in snd_emux_sysex()
|
| H A D | emux_voice.h | 61 int parsed, struct snd_midi_channel_set *chset); 65 struct snd_midi_channel_set *chset);
|
| /linux/include/sound/ |
| H A D | seq_midi_emul.h | 75 struct snd_midi_channel_set *chset); 77 struct snd_midi_channel_set *chset); 180 void snd_midi_channel_set_clear(struct snd_midi_channel_set *chset); 182 void snd_midi_channel_free_set(struct snd_midi_channel_set *chset);
|
| H A D | emux_synth.h | 53 struct snd_midi_channel_set *chset); 128 struct snd_midi_channel_set chset; member
|
| H A D | opl3.h | 313 struct snd_midi_channel_set * chset; member
|
| /linux/sound/drivers/opl3/ |
| H A D | opl3_voice.h | 23 void snd_opl3_nrpn(void *p, struct snd_midi_channel *chan, struct snd_midi_channel_set *chset); 24 …d_opl3_sysex(void *p, unsigned char *buf, int len, int parsed, struct snd_midi_channel_set *chset);
|
| /linux/sound/drivers/opl4/ |
| H A D | opl4_local.h | 194 struct snd_midi_channel_set *chset; member 229 …d_opl4_sysex(void *p, unsigned char *buf, int len, int parsed, struct snd_midi_channel_set *chset);
|
| /linux/sound/isa/sb/ |
| H A D | emu8000_callback.c | 25 struct snd_midi_channel_set *chset); 447 sysex(struct snd_emux *emu, char *buf, int len, int parsed, struct snd_midi_channel_set *chset) in sysex() argument 455 hw->chorus_mode = chset->gs_chorus_mode; in sysex() 460 hw->reverb_mode = chset->gs_reverb_mode; in sysex()
|
| /linux/sound/pci/trident/ |
| H A D | trident.h | 239 struct snd_midi_channel_set * chset; member
|