Home
last modified time | relevance | path

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

/linux-2.6.39/sound/core/seq/
Dseq_system.c146 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()
Dseq_dummy.c183 if (snd_seq_kernel_client_ctl(my_client, SNDRV_SEQ_IOCTL_CREATE_PORT, &pinfo) < 0) { in create_port()
Dseq_ports.c653 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()
Dseq_virmidi.c401 err = snd_seq_kernel_client_ctl(client, SNDRV_SEQ_IOCTL_CREATE_PORT, pinfo); in snd_virmidi_dev_attach_seq()
Dseq_midi.c398 if (snd_seq_kernel_client_ctl(client->seq_client, SNDRV_SEQ_IOCTL_CREATE_PORT, port)<0) in snd_seq_midisynth_register_port()
Dseq_clientmgr.c2400 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/
Dseq_oss_midi.c89 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()
Dseq_oss_device.h162 return snd_seq_kernel_client_ctl(dp->cseq, type, arg); in snd_seq_oss_control()
Dseq_oss_init.c59 #define call_ctl(type,rec) snd_seq_kernel_client_ctl(system_client, type, rec)
/linux-2.6.39/include/sound/
Dseq_kernel.h84 int snd_seq_kernel_client_ctl(int client, unsigned int cmd, void *arg);