Home
last modified time | relevance | path

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

/linux/sound/core/
H A Dsound.c48 static struct snd_minor *snd_minors[SNDRV_OS_MINORS];
233 if (snd_BUG_ON(minor < 0 || minor >= SNDRV_OS_MINORS))
/linux/include/sound/
H A Dminors.h9 #define SNDRV_OS_MINORS 256 macro