#!/bin/sh
#
# alsa-base control script
#
### BEGIN INIT INFO
# Provides: alsa
# Required-Start: mountall
# Required-Stop: mountall
# Should-Start:
# Should-Stop:
# Default-Start: S
# Default-Stop: 0 1 6
# Short-Description: Script to unload and load ALSA modules
# Description: Used to load and unload ALSA modules and
# restore and store mixer levels. There is no
# longer any need to run this script on bootup
# or shutdown. It remains in /etc/init.d/ because
# certain other other scripts expect to find it.