mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-14 06:59:54 -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
|
|
@ -66,7 +66,9 @@
|
|||
(setq r (sndo_mixer_open1 ppcm "p"))
|
||||
(when (= r 0) (setq r (sndo_mixer_open1 cpcm "c")))
|
||||
(when (!= r 0) (sndo_mixer_close))
|
||||
(unsetq r)
|
||||
(unsetq sndo_mixer_open sndo_mixer_open1
|
||||
sndo_mixer_open_virtual sndo_mixer_open_fcn
|
||||
sndo_include r)
|
||||
)
|
||||
|
||||
(defun sndo_mixer_close1 (hctl stream)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue