Home
last modified time | relevance | path

Searched refs:SNDRV_TIMER_HW_STOP (Results 1 – 4 of 4) sorted by relevance

/linux/sound/isa/gus/
H A Dgus_timer.c113 .flags = SNDRV_TIMER_HW_STOP,
122 .flags = SNDRV_TIMER_HW_STOP,
/linux/include/sound/
H A Dtimer.h21 #define SNDRV_TIMER_HW_STOP 0x00000002 /* call stop before start */ macro
/linux/sound/drivers/opl3/
H A Dopl3_lib.c219 .flags = SNDRV_TIMER_HW_STOP,
228 .flags = SNDRV_TIMER_HW_STOP,
/linux/sound/core/
H A Dtimer.c886 if (timer->hw.flags & SNDRV_TIMER_HW_STOP) { in snd_timer_interrupt()