Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_IOCTL_CREATE_PORT (Results 1 – 9 of 9) sorted by relevance

/linux-3.4.99/sound/core/seq/
Dseq_system.c147 snd_seq_kernel_client_ctl(sysclient, SNDRV_SEQ_IOCTL_CREATE_PORT, port); in snd_seq_system_client_init()
157 snd_seq_kernel_client_ctl(sysclient, SNDRV_SEQ_IOCTL_CREATE_PORT, port); in snd_seq_system_client_init()
Dseq_compat.c127 return snd_seq_call_port_info_ioctl(client, SNDRV_SEQ_IOCTL_CREATE_PORT, argp); in snd_seq_ioctl_compat()
Dseq_dummy.c183 if (snd_seq_kernel_client_ctl(my_client, SNDRV_SEQ_IOCTL_CREATE_PORT, &pinfo) < 0) { in create_port()
Dseq_virmidi.c402 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_ports.c655 SNDRV_SEQ_IOCTL_CREATE_PORT, in snd_seq_event_port_attach()
Dseq_clientmgr.c2151 { SNDRV_SEQ_IOCTL_CREATE_PORT, snd_seq_ioctl_create_port },
/linux-3.4.99/sound/core/seq/oss/
Dseq_oss_init.c105 call_ctl(SNDRV_SEQ_IOCTL_CREATE_PORT, port); in snd_seq_oss_create_client()
335 rc = call_ctl(SNDRV_SEQ_IOCTL_CREATE_PORT, &port); in create_port()
/linux-3.4.99/include/sound/
Dasequencer.h644 #define SNDRV_SEQ_IOCTL_CREATE_PORT _IOWR('S', 0x20, struct snd_seq_port_info) macro