Changeset 331 for GPL/branches
- Timestamp:
- Mar 31, 2008, 10:58:32 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-2.0/alsa-kernel/pci/hda/hda_intel.c
r321 r331 1549 1549 { 1550 1550 if (request_irq(chip->pci->irq, azx_interrupt, 1551 chip->msi ? 0 : SA_INTERRUPT|SA_SHIRQ,1551 chip->msi ? 0 : IRQF_SHARED, 1552 1552 "HDA Intel", chip)) { 1553 1553 printk(KERN_ERR "hda-intel: unable to grab IRQ %d, "
Note:
See TracChangeset
for help on using the changeset viewer.