summaryrefslogtreecommitdiffstats
path: root/alsa-lib/src/conf/cards/SI7018/sndop-mixer.alisp
blob: 285e28986f779697c3619cddc99d3d65657a2f71 (plain)
1
2
3
4
5
6
7
8
9
10
11
;
; 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
)