mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-26 07:00:11 -05:00
- function names are more emacs-like - implemented (format) function - fixed numerous memory-leaks (valgrind is now happy) Ordinary mixer - added the global view (using hdsp names only)
11 lines
250 B
Text
11 lines
250 B
Text
;
|
|
; SiS SI7018 mixer abstract layer
|
|
;
|
|
; Copyright (c) 2003 Jaroslav Kysela <perex@suse.cz>
|
|
; License: GPL v2 (http://www.gnu.org/licenses/gpl.html)
|
|
;
|
|
|
|
(defun sndoc_mixer_open (hctl pcm)
|
|
(princ "sndoc_mixer_open: hctl=" hctl " pcm=" pcm "\n")
|
|
0
|
|
)
|