From 7c4b735313fe62162225388fa36fab946ba916b0 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 17 Sep 1999 15:30:46 +0000 Subject: load/save mixer settings here. --- rc.d/rc.sysinit | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rc.d/rc.sysinit') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 061b2309..df697ab4 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -266,6 +266,10 @@ if [ -n "$USEMODULES" ]; then if grep -s -q "^alias sound " /etc/conf.modules ; then action "Loading sound module" modprobe sound fi + # Get mixer settings + if [ $? -eq 0 -a -f /etc/.aumixrc ]; then + action "Loading mixer settings" /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null + fi if grep -s -q "^alias midi " /etc/conf.modules ; then action "Loading midi module" modprobe midi fi -- cgit v1.2.1