Home
last modified time | relevance | path

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

/linux/sound/core/
H A Dtimer.c115 #define SNDRV_UTIMERS_MAX_COUNT 128 macro
2035 snd_BUG_ON(timer_id < 0 || timer_id >= SNDRV_UTIMERS_MAX_COUNT); in snd_utimer_put_id()
2041 return ida_alloc_max(&snd_utimer_ids, SNDRV_UTIMERS_MAX_COUNT - 1, GFP_KERNEL); in snd_utimer_take_id()