Changeset 437


Ignore:
Timestamp:
Jun 5, 2009, 11:18:51 PM (16 years ago)
Author:
Paul Smedley
Message:

Fix typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/lib32/irq.c

    r376 r437  
    208208                // HDA Hardware generates controller interrupts and stream interrupts
    209209                // 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
    212213                if ( rc == 2 ) {
    213214                    fInInterrupt = FALSE;
Note: See TracChangeset for help on using the changeset viewer.