Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/sound/
Dasound.h774 SNDRV_TIMER_EVENT_START, /* val = resolution in ns */ enumerator
782 SNDRV_TIMER_EVENT_MSTART = SNDRV_TIMER_EVENT_START + 10,
/linux-4.1.27/sound/core/
Dtimer.c407 if (snd_BUG_ON(event < SNDRV_TIMER_EVENT_START || in snd_timer_notify1()
410 if (event == SNDRV_TIMER_EVENT_START || in snd_timer_notify1()
483 snd_timer_notify1(timeri, SNDRV_TIMER_EVENT_START); in snd_timer_start()
503 snd_timer_notify1(timeri, SNDRV_TIMER_EVENT_START); in snd_timer_start()
1245 if (event >= SNDRV_TIMER_EVENT_START && in snd_timer_user_ccallback()
1698 (1<<SNDRV_TIMER_EVENT_START)| in snd_timer_user_params()