Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/sound/
Dasound.h730 #define SNDRV_TIMER_PSFLG_AUTO (1<<0) /* auto start, otherwise one-shot */ macro
/linux-4.4.14/sound/core/
Dtimer.c1718 if (params.flags & SNDRV_TIMER_PSFLG_AUTO) in snd_timer_user_params()