Changeset 437 for GPL/trunk/lib32/irq.c
- Timestamp:
- Jun 5, 2009, 11:18:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/lib32/irq.c
r376 r437 208 208 // HDA Hardware generates controller interrupts and stream interrupts 209 209 // the uniaud16 driver only cares about stream interrupts. 210 // azx_process_interrupt will return rc 2 if the interttupt is from the 211 // controller. There is no need to call uniaud16 for these 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 interrupts 212 213 if ( rc == 2 ) { 213 214 fInInterrupt = FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.