Home
last modified time | relevance | path

Searched refs:SNDRV_TIMER_EVENT_MSTART (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/uapi/sound/
Dasound.h784 SNDRV_TIMER_EVENT_MSTART = SNDRV_TIMER_EVENT_START + 10, enumerator
/linux-4.4.14/sound/core/
Dtimer.c968 if (snd_BUG_ON(event < SNDRV_TIMER_EVENT_MSTART || in snd_timer_notify()
972 if (event == SNDRV_TIMER_EVENT_MSTART || in snd_timer_notify()
1704 (1<<SNDRV_TIMER_EVENT_MSTART)| in snd_timer_user_params()
Dpcm_native.c1068 snd_pcm_timer_notify(substream, SNDRV_TIMER_EVENT_MSTART); in snd_pcm_post_start()