Home
last modified time | relevance | path

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

/linux-3.4.99/include/sound/
Dasound.h554 #define SNDRV_TIMER_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 6) macro
/linux-3.4.99/sound/core/
Dtimer.c1785 return put_user(SNDRV_TIMER_VERSION, p) ? -EFAULT : 0; in snd_timer_user_ioctl()