diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-08-14 14:30:41 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-08-14 15:05:15 +0200 |
commit | f2f7f861ea7bff46c7497cba87d0796868a7ea53 (patch) | |
tree | c69fd1f29a6041d5f764bffb9e164eb0a8e9465d /main/alsa-utils/alsa.confd | |
parent | 009d29ba1f11b72991cfd64c0da2b0ae1c340cb5 (diff) | |
download | aports-f2f7f861ea7bff46c7497cba87d0796868a7ea53.tar.bz2 aports-f2f7f861ea7bff46c7497cba87d0796868a7ea53.tar.xz |
main/alsa-utils: update openrc service
Use the latest and greatest OpenRC ALSA service from the Gentoo portage
tree. This new service no longer supports any modular auto(un)loading of
ALSA core modules, which shouldn't be a problem since the load_modules()
function didn't even work before.
Diffstat (limited to 'main/alsa-utils/alsa.confd')
-rw-r--r-- | main/alsa-utils/alsa.confd | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/main/alsa-utils/alsa.confd b/main/alsa-utils/alsa.confd index 0a5d58fc1f..d47edb1243 100644 --- a/main/alsa-utils/alsa.confd +++ b/main/alsa-utils/alsa.confd @@ -1,10 +1,3 @@ -# 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. @@ -15,17 +8,8 @@ RESTORE_ON_START="yes" # SAVE_ON_STOP: # Do you want to save changes made to your mixer volumes when alsasound -# stops? +# 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" |