]> git.alsa-project.org Git - alsa-utils.git/commitdiff
amixer - useful script for debugging
authorJaroslav Kysela <perex@perex.cz>
Tue, 7 Jun 2005 11:41:48 +0000 (11:41 +0000)
committerJaroslav Kysela <perex@perex.cz>
Tue, 7 Jun 2005 11:41:48 +0000 (11:41 +0000)
amixer/go [new file with mode: 0644]

diff --git a/amixer/go b/amixer/go
new file mode 100644 (file)
index 0000000..346982c
--- /dev/null
+++ b/amixer/go
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+ALSA_MIXER_SIMPLE_MODULES="$HOME/alsa/alsa-lib/src/mixer/simple/.libs" \
+ALSA_MIXER_SIMPLE="$HOME/alsa/alsa-lib/src/conf/smixer.conf" \
+LD_PRELOAD="$HOME/alsa/alsa-lib/src/.libs/libasound.so" \
+exec ./amixer "$@"