Searched refs:snd_seq_kernel_client_ctl (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/sound/core/seq/ |
D | seq_system.c | 146 snd_seq_kernel_client_ctl(sysclient, SNDRV_SEQ_IOCTL_CREATE_PORT, port); in snd_seq_system_client_init() 156 snd_seq_kernel_client_ctl(sysclient, SNDRV_SEQ_IOCTL_CREATE_PORT, port); in snd_seq_system_client_init()
|
D | seq_dummy.c | 183 if (snd_seq_kernel_client_ctl(my_client, SNDRV_SEQ_IOCTL_CREATE_PORT, &pinfo) < 0) { in create_port()
|
D | seq_ports.c | 653 ret = snd_seq_kernel_client_ctl(client, in snd_seq_event_port_attach() 677 err = snd_seq_kernel_client_ctl(client, in snd_seq_event_port_detach()
|
D | seq_virmidi.c | 401 err = snd_seq_kernel_client_ctl(client, SNDRV_SEQ_IOCTL_CREATE_PORT, pinfo); in snd_virmidi_dev_attach_seq()
|
D | seq_midi.c | 398 if (snd_seq_kernel_client_ctl(client->seq_client, SNDRV_SEQ_IOCTL_CREATE_PORT, port)<0) in snd_seq_midisynth_register_port()
|
D | seq_clientmgr.c | 2400 int snd_seq_kernel_client_ctl(int clientid, unsigned int cmd, void *arg) in snd_seq_kernel_client_ctl() function 2415 EXPORT_SYMBOL(snd_seq_kernel_client_ctl);
|
/linux-2.6.39/sound/core/seq/oss/ |
D | seq_oss_midi.c | 89 while (snd_seq_kernel_client_ctl(client, SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT, clinfo) == 0) { in snd_seq_oss_midi_lookup_ports() 94 while (snd_seq_kernel_client_ctl(client, SNDRV_SEQ_IOCTL_QUERY_NEXT_PORT, pinfo) == 0) in snd_seq_oss_midi_lookup_ports() 370 if (snd_seq_kernel_client_ctl(dp->cseq, SNDRV_SEQ_IOCTL_SUBSCRIBE_PORT, &subs) >= 0) in snd_seq_oss_midi_open() 379 if (snd_seq_kernel_client_ctl(dp->cseq, SNDRV_SEQ_IOCTL_SUBSCRIBE_PORT, &subs) >= 0) in snd_seq_oss_midi_open() 415 snd_seq_kernel_client_ctl(dp->cseq, SNDRV_SEQ_IOCTL_UNSUBSCRIBE_PORT, &subs); in snd_seq_oss_midi_close() 421 snd_seq_kernel_client_ctl(dp->cseq, SNDRV_SEQ_IOCTL_UNSUBSCRIBE_PORT, &subs); in snd_seq_oss_midi_close()
|
D | seq_oss_device.h | 162 return snd_seq_kernel_client_ctl(dp->cseq, type, arg); in snd_seq_oss_control()
|
D | seq_oss_init.c | 59 #define call_ctl(type,rec) snd_seq_kernel_client_ctl(system_client, type, rec)
|
/linux-2.6.39/include/sound/ |
D | seq_kernel.h | 84 int snd_seq_kernel_client_ctl(int client, unsigned int cmd, void *arg);
|