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 161238 Details for
Bug 251445
Plug in/out microphone will make system crash
[?]
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]
The patch for bug fix
hda-codec-linux2.6.18-redhat-el5.1.patch (text/plain), 861 bytes, created by
Jane Lv
on 2007-08-14 01:29:54 UTC
(
hide
)
Description:
The patch for bug fix
Filename:
MIME Type:
Creator:
Jane Lv
Created:
2007-08-14 01:29:54 UTC
Size:
861 bytes
patch
obsolete
>--- sound/pci/hda/hda_codec.c.orig 2007-08-08 13:35:35.000000000 +0800 >+++ sound/pci/hda/hda_codec.c 2007-08-09 08:50:16.000000000 +0800 >@@ -274,10 +274,9 @@ > /* > * process queueud unsolicited events > */ >-static void process_unsol_events(struct work_struct *work) >+static void process_unsol_events(void *data) > { >- struct hda_bus_unsolicited *unsol = >- container_of(work, struct hda_bus_unsolicited, work); >+ struct hda_bus_unsolicited *unsol = (struct hda_bus_unsolicited *)data; > struct hda_bus *bus = unsol->bus; > struct hda_codec *codec; > unsigned int rp, caddr, res; >@@ -311,7 +310,7 @@ > snd_printk(KERN_ERR "hda_codec: can't allocate unsolicited queue\n"); > return -ENOMEM; > } >- INIT_WORK(&unsol->work, process_unsol_events, &unsol); >+ INIT_WORK(&unsol->work, process_unsol_events, unsol); > unsol->bus = bus; > bus->unsol = unsol; > return 0;
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 251445
: 161238