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