mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:05:42 +01:00
initial debug script
This commit is contained in:
parent
dd97818e6e
commit
fefe0aafaf
1 changed files with 8 additions and 0 deletions
8
alsamixer/go
Normal file
8
alsamixer/go
Normal file
|
@ -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 "$@"
|
Loading…
Reference in a new issue