if [ ! -f /etc/asound.state ]; then

  alsactl store
  echo "Mixer setting saved."
  echo "You can save the default ALSA mixer levels"
  echo "at anytime as root by running"
  echo "# alsactl  store"

fi
