Home
last modified time | relevance | path

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

/trueos/sys/dev/sound/midi/
HDsequencer.c202 {SNDCTL_SEQ_NRSYNTHS, "SNDCTL_SEQ_NRSYNTHS"},
1285 case SNDCTL_SEQ_NRSYNTHS: in seq_ioctl()
/trueos/sys/sys/
HDsoundcard.h324 #define SNDCTL_SEQ_NRSYNTHS _IOR ('Q',10, int) macro
/trueos/sys/compat/linux/
HDlinux_ioctl.c1955 args->cmd = SNDCTL_SEQ_NRSYNTHS; in linux_ioctl_sound()