Home
last modified time | relevance | path

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

/linux/sound/
A Dsound_core.c107 #define SOUND_STEP 16 macro
177 n+=SOUND_STEP; in __sound_insert_unit()
257 else if (r < SOUND_STEP) in sound_insert_unit()
260 sprintf(s->name, "sound/%s%d", name, r / SOUND_STEP); in sound_insert_unit()
274 low = s->unit_minor + SOUND_STEP; in sound_insert_unit()
335 static struct sound_unit *chains[SOUND_STEP];
353 const int chain = unit % SOUND_STEP; in register_sound_special_device()
364 if (unit >= SOUND_STEP) in register_sound_special_device()
382 if (unit >= SOUND_STEP) in register_sound_special_device()
405 if (unit >= SOUND_STEP) in register_sound_special_device()
[all …]

Completed in 3 milliseconds