Searched refs:SNDRV_SEQ_IOCTL_CREATE_PORT (Results 1 - 9 of 9) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dasequencer.h882 #define SNDRV_SEQ_IOCTL_CREATE_PORT _IOWR('S', 0x20, struct snd_seq_port_info) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/oss/
H A Dseq_oss_init.c103 call_ctl(SNDRV_SEQ_IOCTL_CREATE_PORT, port);
330 rc = call_ctl(SNDRV_SEQ_IOCTL_CREATE_PORT, &port);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_clientmgr.c2141 { SNDRV_SEQ_IOCTL_CREATE_PORT, snd_seq_ioctl_create_port },
H A Dseq_compat.c126 return snd_seq_call_port_info_ioctl(client, SNDRV_SEQ_IOCTL_CREATE_PORT, argp);
H A Dseq_dummy.c184 if (snd_seq_kernel_client_ctl(my_client, SNDRV_SEQ_IOCTL_CREATE_PORT, &pinfo) < 0) {
H A Dseq_midi.c395 if (snd_seq_kernel_client_ctl(client->seq_client, SNDRV_SEQ_IOCTL_CREATE_PORT, port)<0)
H A Dseq_ports.c652 SNDRV_SEQ_IOCTL_CREATE_PORT,
H A Dseq_system.c146 snd_seq_kernel_client_ctl(sysclient, SNDRV_SEQ_IOCTL_CREATE_PORT, port);
156 snd_seq_kernel_client_ctl(sysclient, SNDRV_SEQ_IOCTL_CREATE_PORT, port);
H A Dseq_virmidi.c393 err = snd_seq_kernel_client_ctl(client, SNDRV_SEQ_IOCTL_CREATE_PORT, pinfo);

Completed in 82 milliseconds