aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rc.sysinit
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/rc.sysinit')
-rwxr-xr-xrc.d/rc.sysinit6
1 files changed, 0 insertions, 6 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index 0261dd0d..f2f62d55 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -398,12 +398,6 @@ if grep -q "options sound dmabuf=1" /etc/modules.conf 2>/dev/null ; then
action $"Loading sound module ($alias): " modprobe $alias
RETURN=$?
fi
- # Load mixer settings
- if grep -q "\(sparcaudio\|sound\)" /proc/devices 2>/dev/null ; then
- if [ $RETURN -eq 0 -a -f /etc/.aumixrc -a -x /bin/aumix-minimal ]; then
- action $"Loading mixer settings: " /bin/aumix-minimal -f /etc/.aumixrc -L
- fi
- fi
fi
if [ -f /proc/sys/kernel/modprobe ]; then