Home
last modified time | relevance | path

Searched refs:snd_seq_kernel_client_ctl (Results 1 – 11 of 11) sorted by relevance

/linux/sound/core/seq/oss/
A Dseq_oss_midi.c77 while (snd_seq_kernel_client_ctl(client, SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT, clinfo) == 0) { in snd_seq_oss_midi_lookup_ports()
82 while (snd_seq_kernel_client_ctl(client, SNDRV_SEQ_IOCTL_QUERY_NEXT_PORT, pinfo) == 0) in snd_seq_oss_midi_lookup_ports()
359 if (snd_seq_kernel_client_ctl(dp->cseq, SNDRV_SEQ_IOCTL_SUBSCRIBE_PORT, &subs) >= 0) in snd_seq_oss_midi_open()
368 if (snd_seq_kernel_client_ctl(dp->cseq, SNDRV_SEQ_IOCTL_SUBSCRIBE_PORT, &subs) >= 0) in snd_seq_oss_midi_open()
404 snd_seq_kernel_client_ctl(dp->cseq, SNDRV_SEQ_IOCTL_UNSUBSCRIBE_PORT, &subs); in snd_seq_oss_midi_close()
410 snd_seq_kernel_client_ctl(dp->cseq, SNDRV_SEQ_IOCTL_UNSUBSCRIBE_PORT, &subs); in snd_seq_oss_midi_close()
A Dseq_oss_device.h148 err = snd_seq_kernel_client_ctl(dp->cseq, type, arg); in snd_seq_oss_control()
A Dseq_oss_init.c48 #define call_ctl(type,rec) snd_seq_kernel_client_ctl(system_client, type, rec)
/linux/sound/core/seq/
A Dseq_system.c137 err = snd_seq_kernel_client_ctl(sysclient, SNDRV_SEQ_IOCTL_CREATE_PORT, in snd_seq_system_client_init()
150 err = snd_seq_kernel_client_ctl(sysclient, SNDRV_SEQ_IOCTL_CREATE_PORT, in snd_seq_system_client_init()
A Dseq_compat.c47 err = snd_seq_kernel_client_ctl(client->number, cmd, data); in snd_seq_call_port_info_ioctl()
A Dseq_dummy.c139 if (snd_seq_kernel_client_ctl(my_client, SNDRV_SEQ_IOCTL_CREATE_PORT, &pinfo) < 0) { in create_port()
A Dseq_ports.c682 ret = snd_seq_kernel_client_ctl(client, in snd_seq_event_port_attach()
705 err = snd_seq_kernel_client_ctl(client, in snd_seq_event_port_detach()
A Dseq_virmidi.c390 err = snd_seq_kernel_client_ctl(client, SNDRV_SEQ_IOCTL_CREATE_PORT, pinfo); in snd_virmidi_dev_attach_seq()
A Dseq_midi.c385 if (snd_seq_kernel_client_ctl(client->seq_client, SNDRV_SEQ_IOCTL_CREATE_PORT, port)<0) in snd_seq_midisynth_probe()
A Dseq_clientmgr.c2358 int snd_seq_kernel_client_ctl(int clientid, unsigned int cmd, void *arg) in snd_seq_kernel_client_ctl() function
2376 EXPORT_SYMBOL(snd_seq_kernel_client_ctl);
/linux/include/sound/
A Dseq_kernel.h64 int snd_seq_kernel_client_ctl(int client, unsigned int cmd, void *arg);

Completed in 17 milliseconds