Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/timer/
Dtimer.c497 return info->flags & SNDRV_TIMER_FLG_SLAVE ? 1 : 0; in snd_timer_info_is_slave()
/third_party/alsa-lib/include/sound/uapi/
Dasound.h813 #define SNDRV_TIMER_FLG_SLAVE (1<<0) /* cannot be controlled */ macro