Home
last modified time | relevance | path

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

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