Searched refs:chain (Results 1 – 1 of 1) sorted by relevance
364 const int chain = unit % SOUND_STEP; in register_sound_special_device() local369 switch (chain) { in register_sound_special_device()415 sprintf(_name, "unknown%d", chain); in register_sound_special_device()422 return sound_insert_unit(&chains[chain], fops, -1, unit, max_unit, in register_sound_special_device()568 static struct sound_unit *__look_for_unit(int chain, int unit) in __look_for_unit() argument572 s=chains[chain]; in __look_for_unit()584 int chain; in soundcore_open() local589 chain=unit&0x0F; in soundcore_open()590 if(chain==4 || chain==5) /* dsp/audio/dsp16 */ in soundcore_open()594 chain=3; in soundcore_open()[all …]