
Originally Posted by
bwat47
Does anyone have more details on this? Is this automatic or something that needs to be enabled?
In my laptop powersaving script I currently use these commands for intel hd-audio powersaving:
echo 1 > /sys/module/snd_hda_intel/parameters/power_save
echo Y > /sys/module/snd_hda_intel/parameters/power_save_controller
Will those still work with 3.7, or should I use different commands (or any at all) when 3.7 comes out?
This will still work, but you might also benefit from enabling the PCI power management.
You could also pass those options via /etc/modprobe.d/name_of_choice.conf (which also avoids potential races):
Code:
options snd_hda_intel power_save=1 power_save_controller=Y