diff options
author | Ted Trask <ttrask01@yahoo.com> | 2010-01-01 14:10:05 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2010-01-01 14:10:05 +0000 |
commit | 54f52ab3618451b0e07732047b7dc4103d879af6 (patch) | |
tree | 5cbf5b8dcb32c737a32f13f6bb7f59e77a5d7ea1 /testing/alsa-utils/alsa.confd | |
parent | 8a4b1e3b1afd6da4e0f2e67620cf2757e767e3f8 (diff) | |
parent | 0fb9e8f51115ffb310ba500068b0d605cc9ebb39 (diff) | |
download | aports-54f52ab3618451b0e07732047b7dc4103d879af6.tar.bz2 aports-54f52ab3618451b0e07732047b7dc4103d879af6.tar.xz |
Merge branch 'master' of git://dev.alpinelinux.org/aports
Diffstat (limited to 'testing/alsa-utils/alsa.confd')
-rw-r--r-- | testing/alsa-utils/alsa.confd | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/testing/alsa-utils/alsa.confd b/testing/alsa-utils/alsa.confd new file mode 100644 index 0000000000..0a5d58fc1f --- /dev/null +++ b/testing/alsa-utils/alsa.confd @@ -0,0 +1,31 @@ +# ENABLE_OSS_EMUL: +# Do you want to enable in-kernel oss emulation? +# no - Do not load oss emul drivers +# yes - Load oss emul drivers if they're found + +ENABLE_OSS_EMUL="yes" + +# RESTORE_ON_START: +# Do you want to restore your mixer settings? If not, your cards will be +# muted. +# no - Do not restore state +# yes - Restore state + +RESTORE_ON_START="yes" + +# SAVE_ON_STOP: +# Do you want to save changes made to your mixer volumes when alsasound +# stops? +# no - Do not save state +# yes - Save state + +SAVE_ON_STOP="yes" + +# LOAD_ON_START: +# Do you want to load sound modules when alsasound starts? +# Note: The Gentoo ALSA developers encourage you to build your sound +# drivers into the kernel unless the device is hotpluggable or +# you need to supply specific options (such as model= to HD-Audio). +# no - Do not load modules +# yes - Load modules +LOAD_ON_START="yes" |