Home
last modified time | relevance | path

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

/linux-3.3/sound/core/seq/oss/
Dseq_oss_init.c60 #define call_ctl(type,rec) snd_seq_kernel_client_ctl(system_client, type, rec) macro
105 call_ctl(SNDRV_SEQ_IOCTL_CREATE_PORT, port); in snd_seq_oss_create_client()
114 call_ctl(SNDRV_SEQ_IOCTL_SUBSCRIBE_PORT, &subs); in snd_seq_oss_create_client()
142 if (call_ctl(SNDRV_SEQ_IOCTL_GET_PORT_INFO, &pinfo) >= 0) in receive_announce()
335 rc = call_ctl(SNDRV_SEQ_IOCTL_CREATE_PORT, &port); in create_port()
373 if ((rc = call_ctl(SNDRV_SEQ_IOCTL_CREATE_QUEUE, &qinfo)) < 0) in alloc_seq_queue()
392 rc = call_ctl(SNDRV_SEQ_IOCTL_DELETE_QUEUE, &qinfo); in delete_seq_queue()