summaryrefslogtreecommitdiffstats
path: root/audio-drivers/alsa-utils/FINAL
blob: 4a8483540c19cea9c611359bf5f121a7cd0be801 (plain) (blame)
1
2
3
4
5
6
if [[ ! -f /etc/asound.state ]]; then
  alsactl store
  message "${MESSAGE_COLOR}Mixer setting saved."
  message "You can save the default mixer levels at anytime as root by running:"
  message "# alsactl store${DEFAULT_COLOR}"
fi