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