From 39bd672b152e7b15f0b34fd06572ca3a14bf877c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 21 May 2012 12:21:55 -0400 Subject: redo alsa stuff --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.profile') diff --git a/.profile b/.profile index 155d886..b07cfa0 100644 --- a/.profile +++ b/.profile @@ -53,7 +53,7 @@ export _JAVA_OPTIONS # ALSA if [ -x "`which alsactl 2>/dev/null`" ]; then - alsactl --file $HOME/.alsa.save restore &> /dev/null || true + alsactl restore "$HOME/.current.asound" &> /dev/null || true fi # X11 -- cgit v1.2.3-54-g00ecf