Searched refs:chain (Results 1 – 1 of 1) sorted by relevance
289 const int chain = unit % SOUND_STEP; in register_sound_special_device() local290 int max_unit = 128 + chain; in register_sound_special_device()294 switch (chain) { in register_sound_special_device()337 sprintf(_name, "unknown%d", chain); in register_sound_special_device()344 return sound_insert_unit(&chains[chain], fops, -1, unit, max_unit, in register_sound_special_device()497 static struct sound_unit *__look_for_unit(int chain, int unit) in __look_for_unit() argument501 s=chains[chain]; in __look_for_unit()513 int chain; in soundcore_open() local520 chain=unit&0x0F; in soundcore_open()521 if(chain==4 || chain==5) /* dsp/audio/dsp16 */ in soundcore_open()[all …]