Home
last modified time | relevance | path

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

/linux-3.4.99/sound/oss/
Dsb_common.c537 devc->caps |= SB_PCI_IRQ; in sb_dsp_detect()
538 hw_config->driver_use_1 |= SB_PCI_IRQ; in sb_dsp_detect()
545 devc->caps |= SB_PCI_IRQ; in sb_dsp_detect()
546 hw_config->driver_use_1 |= SB_PCI_IRQ; in sb_dsp_detect()
681 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.h62 #define SB_PCI_IRQ 0x00000010 /* PCI shared IRQ */ macro