Update of /cvsroot/alsa/alsa-lib/src/conf/cards/SI7018 In directory sc8-pr-cvs1:/tmp/cvs-serv8141/src/conf/cards/SI7018
Modified Files: sndoc-mixer.alisp sndop-mixer.alisp Log Message: ALISP update - 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) Index: sndoc-mixer.alisp =================================================================== RCS file: /cvsroot/alsa/alsa-lib/src/conf/cards/SI7018/sndoc-mixer.alisp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sndoc-mixer.alisp 9 Sep 2003 19:24:39 -0000 1.1 +++ sndoc-mixer.alisp 23 Dec 2003 16:43:04 -0000 1.2 @@ -1,4 +1,11 @@ -(defun sndoc_mixer_open (hctl) - (princ "sndoc_mixer_open\n") +; +; SiS SI7018 mixer abstract layer +; +; Copyright (c) 2003 Jaroslav Kysela <[EMAIL PROTECTED]> +; 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 ) Index: sndop-mixer.alisp =================================================================== RCS file: /cvsroot/alsa/alsa-lib/src/conf/cards/SI7018/sndop-mixer.alisp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sndop-mixer.alisp 9 Sep 2003 19:24:40 -0000 1.1 +++ sndop-mixer.alisp 23 Dec 2003 16:43:04 -0000 1.2 @@ -1,4 +1,11 @@ -(defun sndop_mixer_open (hctl) - (princ "sndop_mixer_open\n") +; +; SiS SI7018 mixer abstract layer +; +; Copyright (c) 2003 Jaroslav Kysela <[EMAIL PROTECTED]> +; 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 ) ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog