Searched refs:snd_seq_kernel_client_ctl (Results 1 - 10 of 10) sorted by relevance

/linux-4.4.14/sound/core/seq/oss/
H A Dseq_oss_midi.c89 while (snd_seq_kernel_client_ctl(client, SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT, clinfo) == 0) { snd_seq_oss_midi_lookup_ports()
94 while (snd_seq_kernel_client_ctl(client, SNDRV_SEQ_IOCTL_QUERY_NEXT_PORT, pinfo) == 0) snd_seq_oss_midi_lookup_ports()
366 if (snd_seq_kernel_client_ctl(dp->cseq, SNDRV_SEQ_IOCTL_SUBSCRIBE_PORT, &subs) >= 0) snd_seq_oss_midi_open()
375 if (snd_seq_kernel_client_ctl(dp->cseq, SNDRV_SEQ_IOCTL_SUBSCRIBE_PORT, &subs) >= 0) snd_seq_oss_midi_open()
410 snd_seq_kernel_client_ctl(dp->cseq, SNDRV_SEQ_IOCTL_UNSUBSCRIBE_PORT, &subs); snd_seq_oss_midi_close()
416 snd_seq_kernel_client_ctl(dp->cseq, SNDRV_SEQ_IOCTL_UNSUBSCRIBE_PORT, &subs); snd_seq_oss_midi_close()
H A Dseq_oss_device.h157 return snd_seq_kernel_client_ctl(dp->cseq, type, arg); snd_seq_oss_control()
H A Dseq_oss_init.c61 #define call_ctl(type,rec) snd_seq_kernel_client_ctl(system_client, type, rec)
/linux-4.4.14/sound/core/seq/
H A Dseq_system.c147 snd_seq_kernel_client_ctl(sysclient, SNDRV_SEQ_IOCTL_CREATE_PORT, port); snd_seq_system_client_init()
157 snd_seq_kernel_client_ctl(sysclient, SNDRV_SEQ_IOCTL_CREATE_PORT, port); snd_seq_system_client_init()
H A Dseq_dummy.c152 if (snd_seq_kernel_client_ctl(my_client, SNDRV_SEQ_IOCTL_CREATE_PORT, &pinfo) < 0) { create_port()
H A Dseq_ports.c679 ret = snd_seq_kernel_client_ctl(client, snd_seq_event_port_attach()
703 err = snd_seq_kernel_client_ctl(client, snd_seq_event_port_detach()
H A Dseq_midi.c398 if (snd_seq_kernel_client_ctl(client->seq_client, SNDRV_SEQ_IOCTL_CREATE_PORT, port)<0) snd_seq_midisynth_probe()
H A Dseq_virmidi.c413 err = snd_seq_kernel_client_ctl(client, SNDRV_SEQ_IOCTL_CREATE_PORT, pinfo); snd_virmidi_dev_attach_seq()
H A Dseq_clientmgr.c2416 int snd_seq_kernel_client_ctl(int clientid, unsigned int cmd, void *arg) snd_seq_kernel_client_ctl() function
2431 EXPORT_SYMBOL(snd_seq_kernel_client_ctl); variable
/linux-4.4.14/include/sound/
H A Dseq_kernel.h77 int snd_seq_kernel_client_ctl(int client, unsigned int cmd, void *arg);

Completed in 192 milliseconds