#!/bin/sh

[ -z $1 ] && ALSA=`cat /var/alsa_default` || ALSA="$1"
mp_set_option ao "$ALSA"
killall mplayer &
exit 0
