Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/sound/
Dasound.h649 #define SNDRV_TIMER_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 6) macro
/linux-4.4.14/sound/core/
Dtimer.c1858 return put_user(SNDRV_TIMER_VERSION, p) ? -EFAULT : 0; in __snd_timer_user_ioctl()