sndop-mixer.alisp 251 B

1234567891011
  1. ;
  2. ; SiS SI7018 mixer abstract layer
  3. ;
  4. ; Copyright (c) 2003 Jaroslav Kysela <perex@perex.cz>
  5. ; License: GPL v2 (http://www.gnu.org/licenses/gpl.html)
  6. ;
  7. (defun sndop_mixer_open (hctl pcm)
  8. (princ "sndop_mixer_open: hctl=" hctl " pcm=" pcm "\n")
  9. 0
  10. )