Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/sound/
H A Dasound.h949 #define SNDRV_TIMER_PSFLG_AUTO (1<<0) /* auto start, otherwise one-shot */ macro
/openbmc/linux/include/uapi/sound/
H A Dasound.h949 #define SNDRV_TIMER_PSFLG_AUTO (1<<0) /* auto start, otherwise one-shot */ macro
/openbmc/linux/sound/core/
H A Dtimer.c1904 if (params.flags & SNDRV_TIMER_PSFLG_AUTO) in snd_timer_user_params()