mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04: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
|
|
@ -47,6 +47,9 @@
|
|||
(+ 1.1 2.2 3.3) (&check-memory)
|
||||
(+ 'aaaa) (&check-memory)
|
||||
(+ 'aaaa 'bbbb) (&check-memory)
|
||||
(+ "aaaa") (&check-memory)
|
||||
(+ "aaaa" "bbbb") (&check-memory)
|
||||
(+ "aaaa" "bbbb" "cccc") (&check-memory)
|
||||
|
||||
(-) (&check-memory)
|
||||
(- 1) (&check-memory)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue