Searched refs:snd_minors (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dsound.c59 static struct snd_minor *snd_minors[SNDRV_OS_MINORS]; variable in typeref:struct:snd_minor
109 if (minor >= ARRAY_SIZE(snd_minors))
112 mreg = snd_minors[minor];
139 return snd_minors[minor];
152 if (minor >= ARRAY_SIZE(snd_minors))
155 mptr = snd_minors[minor];
195 for (minor = 0; minor < ARRAY_SIZE(snd_minors); ++minor) {
200 if (!snd_minors[minor])
275 if (minor >= 0 && snd_minors[minor])
283 snd_minors[mino
[all...]

Completed in 58 milliseconds