/etc/laptop-mode/conf.d/intel-hda-powersave.conf is in laptop-mode-tools 1.60-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 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
# -------------------------------
#
# Enable this setting to save some power with your Intel HDA Audio Chipset
# 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=0
|