From eb408a393de64e096be13ca36347c173f3a5715a Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 7 Jun 2005 11:41:48 +0000 Subject: [PATCH] amixer - useful script for debugging --- amixer/go | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 amixer/go diff --git a/amixer/go b/amixer/go new file mode 100644 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 "$@"