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
|
# Configuration file for alsa-base.
# The value of alsactl_store_on_shutdown determines when "alsactl store"
# will be executed. If the setting is 'always autosave' then the command
# will be executed on shutdown (insofar as the setting of the
# runlevels_save variable permits this). If the setting is
# 'never autosave' then the command will never be executed.
alsactl_store_on_shutdown="always autosave"
# On entering a runlevel in which ALSA is configured as stopped
# (normally runlevels 0, 1 and 6), the initscript "stop" method is
# executed. Using the runlevels_save variable you can restrict the
# execution of the "alsactl store" command to those occasions when the
# previous runlevel was one of the runlevels matching the value of the
# variable, which must be a regular expression. The default value of
# '[2-5]' will cause mixer settings to be saved when the system leaves
# any multiuser runlevel (2 through 5) to enter runlevel 0, 1 or 6.
# The purpose of this feature is to prevent the storing of mixer
# settings when the system is rebooting from runlevel 1.
runlevels_save='[2-5]'
# List, separated by spaces, names of modules that should be unloaded,
# if present, before the machine is suspended. Use the special name
# "all" if you would like all ALSA sound modules to be removed. The
# modules that are removed will be loaded again after resume.
force_unload_modules_before_suspend=""
|