Searched refs:chain (Results 1 – 1 of 1) sorted by relevance
353 const int chain = unit % SOUND_STEP; in register_sound_special_device() local358 switch (chain) { in register_sound_special_device()404 sprintf(_name, "unknown%d", chain); in register_sound_special_device()411 return sound_insert_unit(&chains[chain], fops, -1, unit, max_unit, in register_sound_special_device()522 static struct sound_unit *__look_for_unit(int chain, int unit) in __look_for_unit() argument526 s=chains[chain]; in __look_for_unit()538 int chain; in soundcore_open() local543 chain=unit&0x0F; in soundcore_open()544 if(chain==4 || chain==5) /* dsp/audio/dsp16 */ in soundcore_open()548 chain=3; in soundcore_open()[all …]