Bug 9890
Summary: | snd-intel8x0 speakers mute after resume from suspend to RAM | ||
---|---|---|---|
Product: | Drivers | Reporter: | bug6181 |
Component: | Sound(ALSA) | Assignee: | Jaroslav Kysela (perex) |
Status: | CLOSED OBSOLETE | ||
Severity: | normal | CC: | alan, bunk, tommi.kyntola |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.24 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | Output of "lspci -vvnn" on an nc6220 |
Description
bug6181
2008-02-04 21:40:48 UTC
I can confirm that this bug still exists, on a Compaq nc6230 on a Ubuntu Hardy Heron kernel (2.6.24-5-generic). The patch "avoid regression" actually causes the issue on this system, undoing the patch to snd-intel8x0 resolves the issue. It has been suggested that... "Looking at the line that is re-enabled by reverting that patch, it appears that on the HP NC6220 the internal amplifier does not get powered on again unless the sound card is powered off at suspend time (without that it appears that whatever turns the power to the amplifier back on again doesn't get run when the sound card is powered up again in the resume code). Given the comment in the patch mentioned above I guess in some other laptops the power on code doesn't work at all, so if it's powered down it never gets powered up. So the best fix is probably to put that particular power down line under the control of a kernel module option, so on the HP NC6220, etc, the card can be properly powered down at suspend so it powers up fully at resume, but on other laptops where that causes problems the power down can be skipped." Full Comment: https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/151111/comments/7 Created attachment 14797 [details]
Output of "lspci -vvnn" on an nc6220
Closing as obsolete. If this is incorrect please re-open |