mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 06:05:43 +01:00
amixer - useful script for debugging
This commit is contained in:
parent
53c4073617
commit
eb408a393d
1 changed files with 6 additions and 0 deletions
6
amixer/go
Normal file
6
amixer/go
Normal file
|
@ -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 "$@"
|
Loading…
Reference in a new issue