Home
last modified time | relevance | path

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

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