mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 04:35:43 +01:00
8 lines
247 B
Bash
Executable file
8 lines
247 B
Bash
Executable file
#!/bin/bash
|
|
|
|
#DBG="gdb --args"
|
|
|
|
ALSA_MIXER_SIMPLE_MODULES="$HOME/hg/alsa-lib/src/mixer/simple/.libs" \
|
|
ALSA_MIXER_SIMPLE="$HOME/hg/alsa-lib/src/conf/smixer.conf" \
|
|
LD_PRELOAD="$HOME/hg/alsa-lib/src/.libs/libasound.so" \
|
|
exec $DBG ./alsamixer "$@"
|