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