mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-03 09:01:52 -05:00
Fixed lisp for ordinary mixer API
This commit is contained in:
parent
319c46a982
commit
4aec7396ff
5 changed files with 29 additions and 18 deletions
|
|
@ -101,6 +101,11 @@ int sndo_mixer_open(sndo_mixer_t **pmixer,
|
|||
cfg = alsa_lisp_default_cfg(input);
|
||||
if (cfg == NULL)
|
||||
return -ENOMEM;
|
||||
#if 0
|
||||
cfg->debug = 1;
|
||||
cfg->verbose = 1;
|
||||
cfg->warning = 1;
|
||||
#endif
|
||||
}
|
||||
err = alsa_lisp(cfg, &alisp);
|
||||
if (err < 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue