Files
rootfs/squashfs-root/usr/share/alsa/cards/SI7018/sndoc-mixer.alisp
2025-09-27 22:09:23 +03:00

12 lines
251 B
Plaintext

;
; SiS SI7018 mixer abstract layer
;
; Copyright (c) 2003 Jaroslav Kysela <perex@perex.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
)