Changeset 479 for GPL/trunk/lib32/irq.c
- Timestamp:
- May 1, 2010, 9:49:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/lib32/irq.c
r437 r479 206 206 #endif 207 207 208 // HDA Hardware generates controller interrupts and stream interrupts 208 // HDA Hardware generates controller interrupts and stream interrupts 209 209 // the uniaud16 driver only cares about stream interrupts. 210 // azx_interrupt in alsa-kernel/pci/hda/hda_intel.c will return rc 2 if 211 // the interrupt is from the controller. There is no need to call uniaud16 212 // for these interrupts213 if ( rc == 2 ) { 210 // azx_interrupt in alsa-kernel/pci/hda/hda_intel.c will return rc 2 if 211 // the interrupt is from the controller. There is no need to call uniaud16 212 // for these interrupts 213 if ( rc == 2 ) { 214 214 fInInterrupt = FALSE; 215 215 *pulIrq = pSlot->irqNo;
Note:
See TracChangeset
for help on using the changeset viewer.