diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-06-03 10:09:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-06-03 10:09:26 +0000 |
commit | 0963bf60e0ffaeaaaf08932f1a60c9006a414c7d (patch) | |
tree | 2fdbe389d059507a0f50d5f2f8e0e578316e51ec /main/alsa-utils/alsa.confd | |
parent | 66f5b80eb38b6135f511102043627841b88a2782 (diff) | |
download | aports-0963bf60e0ffaeaaaf08932f1a60c9006a414c7d.tar.bz2 aports-0963bf60e0ffaeaaaf08932f1a60c9006a414c7d.tar.xz |
main/alsa-utils: moved from testing
Diffstat (limited to 'main/alsa-utils/alsa.confd')
-rw-r--r-- | main/alsa-utils/alsa.confd | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/main/alsa-utils/alsa.confd b/main/alsa-utils/alsa.confd new file mode 100644 index 0000000000..0a5d58fc1f --- /dev/null +++ b/main/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" |