Searched refs:SOUND_STEP (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/
H A Dsound_core.c78 #define SOUND_STEP 16 macro
155 n+=SOUND_STEP;
235 else if (r < SOUND_STEP)
238 sprintf(s->name, "sound/%s%d", name, r / SOUND_STEP);
252 low = s->unit_minor + SOUND_STEP;
312 static struct sound_unit *chains[SOUND_STEP];
328 const int chain = unit % SOUND_STEP;
339 if (unit >= SOUND_STEP)
354 if (unit >= SOUND_STEP)
377 if (unit >= SOUND_STEP)
[all...]

Completed in 47 milliseconds