Home
last modified time | relevance | path

Searched refs:SNDRV_TIMER_EVENT_MSTOP (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/sound/drivers/
H A Daloop.c731 if (event == SNDRV_TIMER_EVENT_MSTOP) { in loopback_snd_timer_period_elapsed()
802 loopback_snd_timer_period_elapsed(cable, SNDRV_TIMER_EVENT_MSTOP, 0); in loopback_snd_timer_work()
822 if (event == SNDRV_TIMER_EVENT_MSTOP) { in loopback_snd_timer_event()
/openbmc/linux/tools/include/uapi/sound/
H A Dasound.h1015 SNDRV_TIMER_EVENT_MSTOP = SNDRV_TIMER_EVENT_STOP + 10, enumerator
/openbmc/linux/include/uapi/sound/
H A Dasound.h1015 SNDRV_TIMER_EVENT_MSTOP = SNDRV_TIMER_EVENT_STOP + 10, enumerator
/openbmc/linux/sound/core/
H A Dtimer.c1891 (1<<SNDRV_TIMER_EVENT_MSTOP)| in snd_timer_user_params()
H A Dpcm_native.c1520 snd_pcm_timer_notify(substream, SNDRV_TIMER_EVENT_MSTOP); in snd_pcm_post_stop()