Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/sound/
Dasound.h782 SNDRV_TIMER_EVENT_MSTART = SNDRV_TIMER_EVENT_START + 10, enumerator
/linux-4.1.27/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.c1058 snd_timer_notify(substream->timer, SNDRV_TIMER_EVENT_MSTART, in snd_pcm_post_start()