Lines Matching refs:chset
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()
209 SF_CLIENT_NO(p->chset.port)); in snd_emux_load_patch_seq_oss()
218 rc = snd_soundfont_load(emu->sflist, buf, count, SF_CLIENT_NO(p->chset.port)); in snd_emux_load_patch_seq_oss()
330 if (voice < 0 || voice >= port->chset.max_channels) in emuspec_control()
333 chan = &port->chset.channels[voice]; in emuspec_control()
388 for (i = 0; i < port->chset.max_channels; i++) { in emuspec_control()
389 chan = &port->chset.channels[i]; in emuspec_control()
428 if (voice < 0 || voice >= port->chset.max_channels) in gusspec_control()
431 chan = &port->chset.channels[voice]; in gusspec_control()