Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 312106 Details for
Bug 428964
RHEL4.7: HDMI Audio support for AMD ATI chipsets
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fix the IRQ request bug involved when RH backport alsa-driver
linux-2.6.9-HDA-IRQ-Bug-fix.patch (text/plain), 857 bytes, created by
Shane Huang
on 2008-07-18 07:52:26 UTC
(
hide
)
Description:
Fix the IRQ request bug involved when RH backport alsa-driver
Filename:
MIME Type:
Creator:
Shane Huang
Created:
2008-07-18 07:52:26 UTC
Size:
857 bytes
patch
obsolete
>There is one bug when RedHat backported alsa driver to RHEL4.7: >IRQF_SHARED in alsa-driver should NOT be replaced into 0x00000080 simply, >instead, SA_SHIRQ should be used for old kernel versions like 2.6.9. >This patch is provided to fix the bug in BZ #428964 comment #33. > >Signed-off-by: Shane Huang <shane.huang@amd.com> > >diff -ruN a/sound/pci/azx/hda_intel.c b/sound/pci/azx/hda_intel.c >--- a/sound/pci/azx/hda_intel.c 2008-07-18 08:18:03.000000000 +0800 >+++ b/sound/pci/azx/hda_intel.c 2008-07-18 08:19:36.000000000 +0800 >@@ -1424,7 +1424,7 @@ > static int azx_acquire_irq(struct azx *chip, int do_disconnect) > { > if (request_irq(chip->pci->irq, azx_interrupt, >- chip->msi ? 0 : 0x00000080, >+ chip->msi ? 0 : SA_SHIRQ, > "HDA Intel", chip)) { > printk(KERN_ERR "hda-intel: unable to grab IRQ %d, " > "disabling device\n", chip->pci->irq);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 428964
:
308764
|
308765
|
312095
|
312096
|
312097
| 312106 |
312108