Home
last modified time | relevance | path

Searched refs:SNDCTL_SEQ_RESETSAMPLES (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/dev/sound/midi/
Dsequencer.c201 {SNDCTL_SEQ_RESETSAMPLES, "SNDCTL_SEQ_RESETSAMPLES"},
1288 case SNDCTL_SEQ_RESETSAMPLES: in seq_ioctl()
/freebsd-9-stable/sys/sys/
Dsoundcard.h323 #define SNDCTL_SEQ_RESETSAMPLES _IOW ('Q', 9, int) macro
/freebsd-9-stable/sys/compat/linux/
Dlinux_ioctl.c1920 args->cmd = SNDCTL_SEQ_RESETSAMPLES; in linux_ioctl_sound()