Home
last modified time | relevance | path

Searched refs:SNDRV_CTL_IOCTL_SUBSCRIBE_EVENTS (Results 1 – 2 of 2) sorted by relevance

/external/tinyalsa/
Dmixer.c595 if (ioctl(mixer->fd, SNDRV_CTL_IOCTL_SUBSCRIBE_EVENTS, &subscribe) < 0) { in mixer_subscribe_events()
/external/kernel-headers/original/uapi/sound/
Dasound.h960 #define SNDRV_CTL_IOCTL_SUBSCRIBE_EVENTS _IOWR('U', 0x16, int) macro