#!/bin/sh

if egrep -qs 'sparcaudio|sound' /proc/devices; then
	/bin/aumix-minimal -v80 -w80 -c80 >/dev/null 2>&1
fi
