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