mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-12-22 22:26:29 +01:00
alsactl: ucm - rename _once command to _boot command
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
570ea6c455
commit
f8a2aad5bb
2 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,7 @@ int init_ucm(int flags, int cardno)
|
|||
err = snd_use_case_mgr_open(&uc_mgr, id);
|
||||
if (err < 0)
|
||||
return err;
|
||||
err = snd_use_case_set(uc_mgr, "_once", NULL);
|
||||
err = snd_use_case_set(uc_mgr, "_boot", NULL);
|
||||
if (err < 0)
|
||||
goto _error;
|
||||
if ((flags & FLAG_UCM_DEFAULTS) != 0) {
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
#GDB="gdb --args"
|
||||
#GDB="strace"
|
||||
#GDB="valgrind --leak-check=yes --show-reachable=yes"
|
||||
GDB="perf stat"
|
||||
|
||||
#ALSA_CONFIG_UCM="$HOME/alsa/alsa-ucm-conf/ucm" \
|
||||
ALSA_CONFIG_UCM2="$HOME/alsa/alsa-ucm-conf/ucm2" \
|
||||
|
|
Loading…
Reference in a new issue