1
0
Fork 0
android_external_alsa-utils/amixer/go
dvab-sarma d2fc7afa59
Some checks failed
Build alsa-utils / fedora_latest_build (push) Has been cancelled
Build alsa-utils / ubuntu_last_build (push) Has been cancelled
android-16.0
2025-06-26 23:48:13 -05:00

10 lines
334 B
Bash
Executable file

#!/bin/bash
#GDB="gdb --args"
GDB=""
ALSA_MIXER_SIMPLE_MODULES="$HOME/hg/alsa-lib/modules/mixer/simple/.libs" \
ALSA_MIXER_SIMPLE="$HOME/hg/alsa-lib/src/conf/smixer.conf" \
ALSA_MIXER_SIMPLE_MPYTHON="$HOME/hg/alsa-lib/modules/mixer/simple/python/main.py" \
LD_PRELOAD="$HOME/hg/alsa-lib/src/.libs/libasound.so" \
$GDB ./amixer "$@"