Changeset 331 for GPL/branches


Ignore:
Timestamp:
Mar 31, 2008, 10:58:32 AM (17 years ago)
Author:
Paul Smedley
Message:

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

File:
1 edited

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, "
Note: See TracChangeset for help on using the changeset viewer.