FS#31255 - [linux] 3.5.2 Broken ALSA powersave
Attached to Project:
Arch Linux
Opened by ValdikSS (ValdikSS) - Thursday, 23 August 2012, 06:22 GMT
Last edited by Tobias Powalowski (tpowa) - Monday, 15 October 2012, 10:07 GMT
Opened by ValdikSS (ValdikSS) - Thursday, 23 August 2012, 06:22 GMT
Last edited by Tobias Powalowski (tpowa) - Monday, 15 October 2012, 10:07 GMT
|
Details
Description:
Audio codec is used 100% of time under some circumstances in 3.5.x. As for me, just start KDE and the codec won't suspend until reboot or laptop suspend. Here is a patch: http://mailman.alsa-project.org/pipermail/alsa-devel/2012-August/054532.html (the latest one) Everything is fine with 3.4.x. |
This task depends upon
http://git.kernel.org/?p=linux/kernel/git/tiwai/sound.git;a=commit;h=535b6c51fe8293c88ce919cdfc4390c67a1cb6d1
I think we can add the patch from alsa to our 3.5.3 build, Tobias?
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 02)
powetop:
Usage Device name
100.0% Audio codec alsa:hwC0D0: acer-aspire (Realtek)
However, when you disable it and enable it again, it fails. Sometimes, using the audio device helps, sometimes it doesn't.
Unfortunately, the 'intel-audio-powersave' hook in pm-utils disables powersave everytime you go on AC and enables it again when you unplug. This triggers this bug. Blacklisting the 'intel-audio-powersave' hook in pm-utils has helped for me. It seems to cause cracks in the sound for some people, however, not for me.
Update 9/18: kernel 3.5.4: modprobe.d/sound.conf options snd-hda-intel power_save=1 does not enable powersave nor does using snd_hda_intel either. Enabling powersave through powertop only takes effect if i plug a headphone jack in then take it out.