Home
last modified time | relevance | path

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

/linux-3.4.99/sound/core/seq/
Dseq_compat.c120 case SNDRV_SEQ_IOCTL_REMOVE_EVENTS: in snd_seq_ioctl_compat()
Dseq_clientmgr.c2174 { SNDRV_SEQ_IOCTL_REMOVE_EVENTS, snd_seq_ioctl_remove_events },
/linux-3.4.99/sound/core/seq/oss/
Dseq_oss_writeq.c84 snd_seq_oss_control(q->dp, SNDRV_SEQ_IOCTL_REMOVE_EVENTS, &reset); in snd_seq_oss_writeq_clear()
/linux-3.4.99/include/sound/
Dasequencer.h672 #define SNDRV_SEQ_IOCTL_REMOVE_EVENTS _IOW ('S', 0x4e, struct snd_seq_remove_events) macro