OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SNDRV_SEQ_IOCTL_SET_QUEUE_INFO
(Results
1 - 2
of
2
) sorted by null
/device/samsung/crespo/alsa-lib/include/sound/
asequencer.h
655
#define
SNDRV_SEQ_IOCTL_SET_QUEUE_INFO
_IOWR('S', 0x35, struct sndrv_seq_queue_info)
/device/samsung/crespo/alsa-lib/src/seq/
seq_hw.c
299
if (ioctl(hw->fd,
SNDRV_SEQ_IOCTL_SET_QUEUE_INFO
, info) < 0) {
300
/*SYSERR("
SNDRV_SEQ_IOCTL_SET_QUEUE_INFO
failed");*/
Completed in 12 milliseconds