Searched refs:SNDCTL_SEQ_RESETSAMPLES (Results 1 – 6 of 6) sorted by relevance
296 unsigned IOCTL_SNDCTL_SEQ_RESETSAMPLES = SNDCTL_SEQ_RESETSAMPLES;
813 unsigned IOCTL_SNDCTL_SEQ_RESETSAMPLES = SNDCTL_SEQ_RESETSAMPLES;
281 _(SNDCTL_SEQ_RESETSAMPLES, READ, sizeof(int));
198 {SNDCTL_SEQ_RESETSAMPLES, "SNDCTL_SEQ_RESETSAMPLES"},1271 * TODO: ioctl SNDCTL_SEQ_RESETSAMPLES in mseq_ioctl() 1274 case SNDCTL_SEQ_RESETSAMPLES: in mseq_ioctl()
331 #define SNDCTL_SEQ_RESETSAMPLES _IOW ('Q', 9, int) macro
1941 args->cmd = SNDCTL_SEQ_RESETSAMPLES; in linux_ioctl_sound()