Changeset 331

Show
Ignore:
Timestamp:
03/31/08 10:58:32 (8 months ago)
Author:
psmedley
Message:

Add patch from ALSA source that was missed - seems to help shared IRQs

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-2.0/alsa-kernel/pci/hda/hda_intel.c

    r321 r331  
    15491549{ 
    15501550        if (request_irq(chip->pci->irq, azx_interrupt, 
    1551                         chip->msi ? 0 : SA_INTERRUPT|SA_SHIRQ, 
     1551                        chip->msi ? 0 : IRQF_SHARED, 
    15521552                        "HDA Intel", chip)) { 
    15531553                printk(KERN_ERR "hda-intel: unable to grab IRQ %d, "