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