Lines Matching refs:seq_client
46 int seq_client; member
52 int seq_client; member
90 snd_seq_kernel_client_dispatch(msynth->seq_client, &ev, 1, 0); in snd_midi_input_event()
258 if (msynth->seq_client > 0) { in snd_seq_midisynth_delete()
260 snd_seq_event_port_detach(msynth->seq_client, msynth->seq_port); in snd_seq_midisynth_delete()
312 client->seq_client = in snd_seq_midisynth_probe()
316 if (client->seq_client < 0) { in snd_seq_midisynth_probe()
336 port->addr.client = client->seq_client; in snd_seq_midisynth_probe()
388 if (snd_seq_kernel_client_ctl(client->seq_client, SNDRV_SEQ_IOCTL_CREATE_PORT, port)<0) in snd_seq_midisynth_probe()
390 ms->seq_client = client->seq_client; in snd_seq_midisynth_probe()
407 snd_seq_delete_kernel_client(client->seq_client); in snd_seq_midisynth_probe()
436 snd_seq_delete_kernel_client(client->seq_client); in snd_seq_midisynth_remove()