mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
11 lines
251 B
Text
11 lines
251 B
Text
;
|
|
; SiS SI7018 mixer abstract layer
|
|
;
|
|
; Copyright (c) 2003 Jaroslav Kysela <perex@perex.cz>
|
|
; License: GPL v2 (http://www.gnu.org/licenses/gpl.html)
|
|
;
|
|
|
|
(defun sndop_mixer_open (hctl pcm)
|
|
(princ "sndop_mixer_open: hctl=" hctl " pcm=" pcm "\n")
|
|
0
|
|
)
|