Home
last modified time | relevance | path

Searched refs:SB_PCI_IRQ (Results 1 – 3 of 3) sorted by relevance

/sound/oss/
Dsb_common.c533 devc->caps |= SB_PCI_IRQ; in sb_dsp_detect()
534 hw_config->driver_use_1 |= SB_PCI_IRQ; in sb_dsp_detect()
541 devc->caps |= SB_PCI_IRQ; in sb_dsp_detect()
542 hw_config->driver_use_1 |= SB_PCI_IRQ; in sb_dsp_detect()
676 int i=(devc->caps&SB_PCI_IRQ)?IRQF_SHARED:0; in sb_dsp_init()
Dkahlua.c157 hw_config->driver_use_1 = SB_NO_MIDI | SB_PCI_IRQ; in probe_one()
Dsb.h63 #define SB_PCI_IRQ 0x00000010 /* PCI shared IRQ */ macro