Home
last modified time | relevance | path

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

/linux/sound/core/seq/oss/
H A Dseq_oss_ioctl.c76 case SNDCTL_SEQ_CTRLRATE: in snd_seq_oss_ioctl()
H A Dseq_oss_timer.c222 if (cmd == SNDCTL_SEQ_CTRLRATE) { in snd_seq_oss_timer_ioctl()
/linux/include/uapi/linux/
H A Dsoundcard.h131 #define SNDCTL_SEQ_CTRLRATE _SIOWR('Q', 3, int) /* Set/get timer resolution (HZ) */ macro