Opened 18 years ago

Last modified 15 years ago

#38 closed defect

UniAud32 does not report correct IRQ flags to the resource_manager's database — at Initial Version

Reported by: Steve Wendt Owned by: vladest
Priority: normal Milestone: MMPM/2 Compatibility
Component: UNIAUD32 Version: 1.1.4
Severity: normal Keywords:
Cc:

Description

UniAud32 does not report correct IRQ settings to the resource_manager's database.

Functions affected: request_irq() RMRequestIRQ() ALSA_SetIrq()

In RMRequestIRQ() the "PCIIrqPin" variable is always set to "none". Actually it should reflect the irq pin value taken from the sound device's pci configuration space. In RMRequestIRQ() the "IRQFlags" variable is always set to shared. Actually this flag should not be set before having called ALSA_SetIRQ(). The "IRQFlags" variable should reflect what type of IRQ (shared/exclusive) ALSA_SetIRQ() was able to connect.

Change History (0)

Note: See TracTickets for help on using tickets.