diff options
author | Azat Bahawi <azat@bahawi.net> | 1970-01-01 03:00:00 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2022-09-20 11:52:07 +0300 |
commit | 962c35425636e3f942fd8a624369a7c53748f47e (patch) | |
tree | c69e76f6c4cdd7f9f66d02a02ee683fe4d5426e7 /etc/laptop-mode/conf.d/intel-hda-powersave.conf |
Diffstat (limited to 'etc/laptop-mode/conf.d/intel-hda-powersave.conf')
-rw-r--r-- | etc/laptop-mode/conf.d/intel-hda-powersave.conf | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/etc/laptop-mode/conf.d/intel-hda-powersave.conf b/etc/laptop-mode/conf.d/intel-hda-powersave.conf new file mode 100644 index 0000000..1e7fb8a --- /dev/null +++ b/etc/laptop-mode/conf.d/intel-hda-powersave.conf @@ -0,0 +1,39 @@ +# +# Configuration file for Laptop Mode Tools module intel-hda-powersave. +# +# For more information, consult the laptop-mode.conf(8) manual page. +# + + +############################################################################### +# Intel HDA power saving settings +# ------------------------------- +# +#__COMMENT Enable this setting to save some power with your Intel HDA Audio Chipset +#__COMMENT device. +# +############################################################################### + +# Enable debug mode for this module +# Set to 1 if you want to debug this module +DEBUG=0 + +# Control INTEL HDA audio chipset power? +# Set to 0 to disable +CONTROL_INTEL_HDA_POWER="auto" + +# Handle power savings for Intel HDA under specific circumstances +BATT_INTEL_HDA_POWERSAVE=1 +LM_AC_INTEL_HDA_POWERSAVE=0 +NOLM_AC_INTEL_HDA_POWERSAVE=0 + +# Number of seconds to wait before you want the device to time out +INTEL_HDA_DEVICE_TIMEOUT=2 + +# Disable controller on Device timeout +# This saves more power +# However you might want to disable this if you get annoyed by the +# "click" sound when the device wakes up again +# +# Set this to 1 to enable power savings for the controller also +INTEL_HDA_DEVICE_CONTROLLER=1 |