From fefe0aafafaf58b75e9c3130231a6146e779b6a0 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 16 Jun 2005 11:53:49 +0000 Subject: [PATCH] initial debug script --- alsamixer/go | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 alsamixer/go diff --git a/alsamixer/go b/alsamixer/go new file mode 100644 index 0000000..f432345 --- /dev/null +++ b/alsamixer/go @@ -0,0 +1,8 @@ +#!/bin/bash + +#DBG="gdb --args" + +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 $DBG ./alsamixer "$@"