Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/sound/
Dasound.h879 #define SNDRV_TIMER_PSFLG_EXCLUSIVE (1<<1) /* exclusive use, precise start/stop/pause/continue */ macro
/Linux-v5.15/tools/include/uapi/sound/
Dasound.h879 #define SNDRV_TIMER_PSFLG_EXCLUSIVE (1<<1) /* exclusive use, precise start/stop/pause/continue */ macro
/Linux-v5.15/sound/core/
Dtimer.c1888 if (params.flags & SNDRV_TIMER_PSFLG_EXCLUSIVE) in snd_timer_user_params()