taglinefilesource code
hndlr86drivers/sound/sound_calls.hint snd_set_irq_handler (int interrupt_level, void(*hndlr)(int, struct pt_regs *), char *name, sound_os_info *osp);
hndlr502drivers/sound/soundcard.csnd_set_irq_handler (int interrupt_level, void (*hndlr) (int, struct pt_regs *), char *name, sound_os_info * osp)
hndlr506drivers/sound/soundcard.cretcode = request_irq (interrupt_level, hndlr, 0 /* SA_INTERRUPT */ , name);