summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2007-12-29 06:37:59 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2007-12-29 06:37:59 +0000
commitda6a6480c33fc8af3a4050390cefccfda9f574e3 (patch)
treea28c40bb8f9a0d95335262f334f3408a3f474269 /media-sound/alsa-utils/files/alsasound.confd
parentupdated depends for bug 203587 (diff)
downloadgentoo-2-da6a6480c33fc8af3a4050390cefccfda9f574e3.tar.gz
gentoo-2-da6a6480c33fc8af3a4050390cefccfda9f574e3.tar.bz2
gentoo-2-da6a6480c33fc8af3a4050390cefccfda9f574e3.zip
Add variables to block the automatic module load/unload, to help out cases where they do weird things, like my G5 with snd-aoa.
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'media-sound/alsa-utils/files/alsasound.confd')
-rw-r--r--media-sound/alsa-utils/files/alsasound.confd12
1 files changed, 12 insertions, 0 deletions
diff --git a/media-sound/alsa-utils/files/alsasound.confd b/media-sound/alsa-utils/files/alsasound.confd
index 6e82cdd32e95..0d63dcfe647b 100644
--- a/media-sound/alsa-utils/files/alsasound.confd
+++ b/media-sound/alsa-utils/files/alsasound.confd
@@ -20,3 +20,15 @@ RESTORE_ON_START="yes"
# yes - Save state
SAVE_ON_STOP="yes"
+
+# LOAD_ON_START:
+# Do you want to load sound modules when alsasound starts?
+# no - Do not load modules
+# yes - Load modules
+LOAD_ON_START="yes"
+
+# UNLOAD_ON_STOP:
+# Do you want to unload sound modules when alsasound stops?
+# no - Do not unload modules
+# yes - Unload modules
+UNLOAD_ON_STOP="yes"