[alsa-cvslog] CVS: alsa-tools/us428control Makefile.am,1.2,1.3
Update of /cvsroot/alsa/alsa-tools/us428control In directory sc8-pr-cvs1:/tmp/cvs-serv22192 Modified Files: Makefile.am Log Message: added header files to pack. Index: Makefile.am === RCS file: /cvsroot/alsa/alsa-tools/us428control/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Makefile.am 24 Oct 2003 14:01:45 - 1.2 +++ Makefile.am 25 Nov 2003 18:24:18 - 1.3 @@ -4,6 +4,7 @@ bin_PROGRAMS = us428control us428control_SOURCES = us428control.cc Cus428State.cc Cus428_ctls.cc Cus428Midi.cc +noinst_HEADERS = usbus428ctldefs.h Cus428State.h Cus428_ctls.h Cus428Midi.h EXTRA_DIST = depcomp --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-tools/usx2yloader Makefile.am,1.4,1.5
Update of /cvsroot/alsa/alsa-tools/usx2yloader In directory sc8-pr-cvs1:/tmp/cvs-serv12509 Modified Files: Makefile.am Log Message: fixed wrong firmware directory Index: Makefile.am === RCS file: /cvsroot/alsa/alsa-tools/usx2yloader/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Makefile.am 25 Nov 2003 17:13:40 - 1.4 +++ Makefile.am 25 Nov 2003 17:36:00 - 1.5 @@ -1,7 +1,7 @@ # # Process this file with automake to produce Makefile.in. AUTOMAKE_OPTIONS = 1.3 foreign -MYNAME = vxloader +MYNAME = usx2yloader AM_CFLAGS = -DDATAPATH=\"$(datadir)/alsa/firmware/$(MYNAME)\" --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-firmware README,NONE,1.1 Makefile.am,1.1,1.2 configure.in,1.2,1.3
Update of /cvsroot/alsa/alsa-firmware In directory sc8-pr-cvs1:/tmp/cvs-serv8524 Modified Files: Makefile.am configure.in Added Files: README Log Message: - added usx2yloader firmware. - fixed hdsploader Makefile.am to use noinst_PROGRAMS (makes life easier). - added README. --- NEW FILE: README --- This package contains the firmware binaries for each loader program included in alsa-tools package. Specify the same prefix option given to the alsa-tools configure script, too, in order to keep the installation directories consistent. Index: Makefile.am === RCS file: /cvsroot/alsa/alsa-firmware/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile.am 25 Nov 2003 15:36:00 - 1.1 +++ Makefile.am 25 Nov 2003 17:17:13 - 1.2 @@ -1,7 +1,6 @@ -# # Process this file with automake to produce Makefile.in. AUTOMAKE_OPTIONS = 1.3 foreign -SUBDIRS = hdsploader mixartloader vxloader +SUBDIRS = hdsploader mixartloader usx2yloader vxloader EXTRA_DIST = depcomp Index: configure.in === RCS file: /cvsroot/alsa/alsa-firmware/configure.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- configure.in25 Nov 2003 16:54:48 - 1.2 +++ configure.in25 Nov 2003 17:17:13 - 1.3 @@ -9,4 +9,5 @@ AC_OUTPUT(Makefile \ hdsploader/Makefile \ mixartloader/Makefile \ + usx2yloader/Makefile \ vxloader/Makefile) --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-firmware/hdsploader .cvsignore,1.2,1.3 Makefile.am,1.3,1.4
Update of /cvsroot/alsa/alsa-firmware/hdsploader In directory sc8-pr-cvs1:/tmp/cvs-serv8524/hdsploader Modified Files: .cvsignore Makefile.am Log Message: - added usx2yloader firmware. - fixed hdsploader Makefile.am to use noinst_PROGRAMS (makes life easier). - added README. Index: .cvsignore === RCS file: /cvsroot/alsa/alsa-firmware/hdsploader/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 25 Nov 2003 15:36:00 - 1.2 +++ .cvsignore 25 Nov 2003 17:17:13 - 1.3 @@ -1,4 +1,5 @@ Makefile Makefile.in -*.bin tobin +.deps +*.bin Index: Makefile.am === RCS file: /cvsroot/alsa/alsa-firmware/hdsploader/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Makefile.am 25 Nov 2003 15:37:41 - 1.3 +++ Makefile.am 25 Nov 2003 17:17:14 - 1.4 @@ -1,23 +1,18 @@ # # Process this file with automake to produce Makefile.in. MYNAME = hdsploader -EXTRA_DIST = digiface_firmware.dat \ -digiface_firmware_rev11.dat \ -multiface_firmware.dat \ -multiface_firmware_rev11.dat \ -tobin.c -CLEANFILES = tobin *.bin firmwaredir = $(datadir)/alsa/firmware/$(MYNAME) -firmware_DATA = digiface_firware.bin \ +firmware_DATA = digiface_firmware.bin \ digiface_firmware_rev11.bin \ multiface_firmware.bin \ multiface_firmware_rev11.bin -tobin: tobin.c $(wildcat *.dat) - $(CC) -o tobin tobin.c - ./tobin +noinst_PROGRAMS = tobin +tobin_SOURCES = tobin.c -digiface_firware.bin: tobin -digiface_firmware_rev11.bin: tobin -multiface_firmware.bin: tobin -multiface_firmware_rev11.bin: tobin +EXTRA_DIST = $(firmware_DATA:%.bin=%.dat) \ +tobin.c +CLEANFILES = $(firmware_DATA) + +$(firmware_DATA): tobin + ./tobin --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-tools/us428control configure.in,1.3,1.4
Update of /cvsroot/alsa/alsa-tools/us428control In directory sc8-pr-cvs1:/tmp/cvs-serv7875/us428control Modified Files: configure.in Log Message: - moved usx2yloader firmwares to alsa-firmware module. - check ALSA 1.0.0 in configure. - fixed typos in README's. Index: configure.in === RCS file: /cvsroot/alsa/alsa-tools/us428control/configure.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- configure.in28 Oct 2003 10:57:13 - 1.3 +++ configure.in25 Nov 2003 17:14:03 - 1.4 @@ -3,7 +3,7 @@ AC_PROG_CXX AC_PROG_INSTALL AC_HEADER_STDC -AM_PATH_ALSA(0.9.0) +AM_PATH_ALSA(1.0.0) CFLAGS="$CFLAGS $ALSA_CFLAGS" LDFLAGS="$LDFLAGS $ALSA_LIBS" --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-firmware/usx2yloader - New directory
Update of /cvsroot/alsa/alsa-firmware/usx2yloader In directory sc8-pr-cvs1:/tmp/cvs-serv8034/usx2yloader Log Message: Directory /cvsroot/alsa/alsa-firmware/usx2yloader added to the repository --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-tools/envy24control configure.in,1.4,1.5
Update of /cvsroot/alsa/alsa-tools/envy24control In directory sc8-pr-cvs1:/tmp/cvs-serv7634/envy24control Modified Files: configure.in Log Message: - moved usx2yloader firmwares to alsa-firmware module. - check ALSA 1.0.0 in configure. - fixed typos in README's. Index: configure.in === RCS file: /cvsroot/alsa/alsa-tools/envy24control/configure.in,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- configure.in2 Jul 2003 10:23:53 - 1.4 +++ configure.in25 Nov 2003 17:13:39 - 1.5 @@ -5,7 +5,7 @@ AC_HEADER_STDC AM_PATH_GTK(1.0.1) -AM_PATH_ALSA(0.9.0) +AM_PATH_ALSA(1.0.0) ENVY24CONTROL_CFLAGS="$CFLAGS $ALSA_CFLAGS $GTK_CFLAGS" ENVY24CONTROL_LIBS="$LIBS $ALSA_LIBS $GTK_LIBS" AC_SUBST(ENVY24CONTROL_CFLAGS) --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-tools/sscape_ctl configure.in,1.2,1.3
Update of /cvsroot/alsa/alsa-tools/sscape_ctl In directory sc8-pr-cvs1:/tmp/cvs-serv7634/sscape_ctl Modified Files: configure.in Log Message: - moved usx2yloader firmwares to alsa-firmware module. - check ALSA 1.0.0 in configure. - fixed typos in README's. Index: configure.in === RCS file: /cvsroot/alsa/alsa-tools/sscape_ctl/configure.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- configure.in25 Mar 2003 17:35:47 - 1.2 +++ configure.in25 Nov 2003 17:13:40 - 1.3 @@ -3,7 +3,7 @@ AC_PROG_CC AC_PROG_INSTALL AC_HEADER_STDC -AM_PATH_ALSA(0.9.0) +AM_PATH_ALSA(1.0.0) dnl kernel header files AC_MSG_CHECKING(for kernel header files) --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-tools/usx2yloader Makefile.am,1.3,1.4 README,1.1,1.2 configure.in,1.2,1.3
Update of /cvsroot/alsa/alsa-tools/usx2yloader In directory sc8-pr-cvs1:/tmp/cvs-serv7634/usx2yloader Modified Files: Makefile.am README configure.in Log Message: - moved usx2yloader firmwares to alsa-firmware module. - check ALSA 1.0.0 in configure. - fixed typos in README's. Index: Makefile.am === RCS file: /cvsroot/alsa/alsa-tools/usx2yloader/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Makefile.am 17 Nov 2003 18:34:06 - 1.3 +++ Makefile.am 25 Nov 2003 17:13:40 - 1.4 @@ -1,9 +1,9 @@ # # Process this file with automake to produce Makefile.in. AUTOMAKE_OPTIONS = 1.3 foreign -AM_CFLAGS = -DDATAPATH=\"$(datadir)/alsa/firmware\" +MYNAME = vxloader -SUBDIRS = firmware +AM_CFLAGS = -DDATAPATH=\"$(datadir)/alsa/firmware/$(MYNAME)\" bin_PROGRAMS = usx2yloader @@ -17,7 +17,7 @@ alsa-dist: distdir - @rm -rf ../distdir/usx2yloader - @mkdir -p ../distdir/usx2yloader - @cp -RLpv $(distdir)/* ../distdir/usx2yloader + @rm -rf ../distdir/$(MYNAME) + @mkdir -p ../distdir/$(MYNAME) + @cp -RLpv $(distdir)/* ../distdir/$(MYNAME) @rm -rf $(distdir) Index: README === RCS file: /cvsroot/alsa/alsa-tools/usx2yloader/README,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README 23 Sep 2003 14:16:23 - 1.1 +++ README 25 Nov 2003 17:13:40 - 1.2 @@ -69,17 +69,17 @@ FIRMWAREFILES = -The firmware binaries are installed on /usr/share/alsa/firmware -(or /usr/local/share/alsa/firmware, depending to the prefix option of -configure). There will be *.conf files, which define the dsp image -files for each different card type. +The firmware binaries are installed on /usr/share/alsa/firmware/usx2yloader +(or /usr/local/share/alsa/firmware/usx2yloader, depending to the +prefix option of configure). There will be *.conf files, which +define the dsp image files for each different card type. COPYRIGHT = Copyright (c) 2003 Karsten Wiese <[EMAIL PROTECTED]> -Distributalbe under GPL. +Distributable under GPL. -The firmware files included in firmware sub-directory are copyright +The firmware files included in alsa-firmware package are copyright by Tascam / TEAC Corporation. Index: configure.in === RCS file: /cvsroot/alsa/alsa-tools/usx2yloader/configure.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- configure.in23 Sep 2003 14:16:23 - 1.2 +++ configure.in25 Nov 2003 17:13:40 - 1.3 @@ -3,9 +3,9 @@ AC_PROG_CC AC_PROG_INSTALL AC_HEADER_STDC -AM_PATH_ALSA(0.9.0) +AM_PATH_ALSA(1.0.0) CFLAGS="$CFLAGS $ALSA_CFLAGS" LDFLAGS="$LDFLAGS $ALSA_LIBS" -AC_OUTPUT(Makefile firmware/Makefile) +AC_OUTPUT(Makefile) --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-tools/rmedigicontrol configure.in,1.1,1.2
Update of /cvsroot/alsa/alsa-tools/rmedigicontrol In directory sc8-pr-cvs1:/tmp/cvs-serv7634/rmedigicontrol Modified Files: configure.in Log Message: - moved usx2yloader firmwares to alsa-firmware module. - check ALSA 1.0.0 in configure. - fixed typos in README's. Index: configure.in === RCS file: /cvsroot/alsa/alsa-tools/rmedigicontrol/configure.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- configure.in2 Jul 2003 10:22:21 - 1.1 +++ configure.in25 Nov 2003 17:13:40 - 1.2 @@ -4,6 +4,6 @@ AC_PROG_INSTALL AC_HEADER_STDC AM_PATH_GTK(1.0.1) -AM_PATH_ALSA(0.9.0) +AM_PATH_ALSA(1.0.0) AC_OUTPUT(Makefile) --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-tools/usx2yloader/firmware .cvsignore,1.1,NONE Makefile.am,1.2,NONE tascam_loader.ihx,1.1,NONE us428.conf,1.1,NONE us428.prepad,1.1,NONE us428.rbt,1.1,NONE us428fw.ihx,1.1,NONE
Update of /cvsroot/alsa/alsa-tools/usx2yloader/firmware In directory sc8-pr-cvs1:/tmp/cvs-serv7634/usx2yloader/firmware Removed Files: .cvsignore Makefile.am tascam_loader.ihx us428.conf us428.prepad us428.rbt us428fw.ihx Log Message: - moved usx2yloader firmwares to alsa-firmware module. - check ALSA 1.0.0 in configure. - fixed typos in README's. --- .cvsignore DELETED --- --- Makefile.am DELETED --- --- tascam_loader.ihx DELETED --- --- us428.conf DELETED --- --- us428.prepad DELETED --- --- us428.rbt DELETED --- --- us428fw.ihx DELETED --- --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-tools/sb16_csp configure.in,1.3,1.4
Update of /cvsroot/alsa/alsa-tools/sb16_csp In directory sc8-pr-cvs1:/tmp/cvs-serv7634/sb16_csp Modified Files: configure.in Log Message: - moved usx2yloader firmwares to alsa-firmware module. - check ALSA 1.0.0 in configure. - fixed typos in README's. Index: configure.in === RCS file: /cvsroot/alsa/alsa-tools/sb16_csp/configure.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- configure.in25 Mar 2003 17:35:22 - 1.3 +++ configure.in25 Nov 2003 17:13:40 - 1.4 @@ -3,7 +3,7 @@ AC_PROG_CC AC_PROG_INSTALL AC_HEADER_STDC -AM_PATH_ALSA(0.9.0) +AM_PATH_ALSA(1.0.0) dnl kernel header files AC_MSG_CHECKING(for kernel header files) --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-tools/ac3dec configure.in,1.6,1.7
Update of /cvsroot/alsa/alsa-tools/ac3dec In directory sc8-pr-cvs1:/tmp/cvs-serv7634/ac3dec Modified Files: configure.in Log Message: - moved usx2yloader firmwares to alsa-firmware module. - check ALSA 1.0.0 in configure. - fixed typos in README's. Index: configure.in === RCS file: /cvsroot/alsa/alsa-tools/ac3dec/configure.in,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- configure.in3 Nov 2003 19:07:51 - 1.6 +++ configure.in25 Nov 2003 17:13:39 - 1.7 @@ -15,7 +15,7 @@ AC_C_BIGENDIAN -AM_PATH_ALSA(0.9.0) +AM_PATH_ALSA(1.0.0) dnl Set the appropriate architecture define dnl case "$host" in --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-tools/vxloader README,1.3,1.4 configure.in,1.3,1.4
Update of /cvsroot/alsa/alsa-tools/vxloader In directory sc8-pr-cvs1:/tmp/cvs-serv7634/vxloader Modified Files: README configure.in Log Message: - moved usx2yloader firmwares to alsa-firmware module. - check ALSA 1.0.0 in configure. - fixed typos in README's. Index: README === RCS file: /cvsroot/alsa/alsa-tools/vxloader/README,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- README 25 Nov 2003 15:46:31 - 1.3 +++ README 25 Nov 2003 17:13:40 - 1.4 @@ -48,7 +48,7 @@ = Copyright (c) 2003 Takashi Iwai <[EMAIL PROTECTED]> -Distributalbe under GPL. +Distributable under GPL. -The firmware files included in firmware sub-directory are copyright +The firmware files included in alsa-firmware package are copyright by Digigram S.A. Index: configure.in === RCS file: /cvsroot/alsa/alsa-tools/vxloader/configure.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- configure.in25 Nov 2003 16:08:28 - 1.3 +++ configure.in25 Nov 2003 17:13:41 - 1.4 @@ -3,7 +3,7 @@ AC_PROG_CC AC_PROG_INSTALL AC_HEADER_STDC -AM_PATH_ALSA(0.9.0) +AM_PATH_ALSA(1.0.0) CFLAGS="$CFLAGS $ALSA_CFLAGS" LDFLAGS="$LDFLAGS $ALSA_LIBS" --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-tools/mixartloader README,1.2,1.3 configure.in,1.2,1.3
Update of /cvsroot/alsa/alsa-tools/mixartloader In directory sc8-pr-cvs1:/tmp/cvs-serv7634/mixartloader Modified Files: README configure.in Log Message: - moved usx2yloader firmwares to alsa-firmware module. - check ALSA 1.0.0 in configure. - fixed typos in README's. Index: README === RCS file: /cvsroot/alsa/alsa-tools/mixartloader/README,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- README 25 Nov 2003 15:52:09 - 1.2 +++ README 25 Nov 2003 17:13:39 - 1.3 @@ -48,7 +48,7 @@ = Copyright (c) 2003 Digigram SA <[EMAIL PROTECTED]> -Distributalbe under GPL. +Distributable under GPL. -The firmware files included in firmware sub-directory are copyright +The firmware files included in alsa-firmware package are copyright by Digigram SA Index: configure.in === RCS file: /cvsroot/alsa/alsa-tools/mixartloader/configure.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- configure.in25 Nov 2003 16:09:14 - 1.2 +++ configure.in25 Nov 2003 17:13:39 - 1.3 @@ -3,7 +3,7 @@ AC_PROG_CC AC_PROG_INSTALL AC_HEADER_STDC -AM_PATH_ALSA(0.9.2) +AM_PATH_ALSA(1.0.0) CFLAGS="$CFLAGS $ALSA_CFLAGS" LDFLAGS="$LDFLAGS $ALSA_LIBS" --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-firmware configure.in,1.1,1.2
Update of /cvsroot/alsa/alsa-firmware In directory sc8-pr-cvs1:/tmp/cvs-serv2620 Modified Files: configure.in Log Message: Generate version Index: configure.in === RCS file: /cvsroot/alsa/alsa-firmware/configure.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- configure.in25 Nov 2003 15:36:00 - 1.1 +++ configure.in25 Nov 2003 16:54:48 - 1.2 @@ -4,6 +4,8 @@ AC_PROG_INSTALL AC_HEADER_STDC +echo $VERSION > $srcdir/version + AC_OUTPUT(Makefile \ hdsploader/Makefile \ mixartloader/Makefile \ --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-utils/utils alsa-utils.spec.in,1.13,1.14
Update of /cvsroot/alsa/alsa-utils/utils In directory sc8-pr-cvs1:/tmp/cvs-serv31487 Modified Files: alsa-utils.spec.in Log Message: Ronny V. Vindenes <[EMAIL PROTECTED]> Include all man pages (alsaconf(8) was not included before) Index: alsa-utils.spec.in === RCS file: /cvsroot/alsa/alsa-utils/utils/alsa-utils.spec.in,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- alsa-utils.spec.in 15 May 2003 06:51:29 - 1.13 +++ alsa-utils.spec.in 25 Nov 2003 16:39:29 - 1.14 @@ -18,6 +18,9 @@ Advanced Linux Sound Architecture (ALSA) - Utils %changelog +* Tue Nov 25 2003 Ronny V. Vindenes <[EMAIL PROTECTED]> +- include all manpages + * Thu Mar 6 2003 Ronny V. Vindenes <[EMAIL PROTECTED]> - removed wrongly included doc file @@ -60,4 +63,4 @@ %{_prefix}/sbin/* %{_prefix}/bin/* -%{_mandir}/man1/* +%{_mandir}/man?/* --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-tools/mixartloader configure.in,1.1,1.2
Update of /cvsroot/alsa/alsa-tools/mixartloader In directory sc8-pr-cvs1:/tmp/cvs-serv23631 Modified Files: configure.in Log Message: Fixed configuration Index: configure.in === RCS file: /cvsroot/alsa/alsa-tools/mixartloader/configure.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- configure.in22 Jul 2003 13:42:50 - 1.1 +++ configure.in25 Nov 2003 16:09:14 - 1.2 @@ -8,4 +8,4 @@ CFLAGS="$CFLAGS $ALSA_CFLAGS" LDFLAGS="$LDFLAGS $ALSA_LIBS" -AC_OUTPUT(Makefile firmware/Makefile) +AC_OUTPUT(Makefile) --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-tools/vxloader configure.in,1.2,1.3
Update of /cvsroot/alsa/alsa-tools/vxloader In directory sc8-pr-cvs1:/tmp/cvs-serv23488 Modified Files: configure.in Log Message: Fixed configuration Index: configure.in === RCS file: /cvsroot/alsa/alsa-tools/vxloader/configure.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- configure.in19 Feb 2003 15:41:15 - 1.2 +++ configure.in25 Nov 2003 16:08:28 - 1.3 @@ -8,4 +8,4 @@ CFLAGS="$CFLAGS $ALSA_CFLAGS" LDFLAGS="$LDFLAGS $ALSA_LIBS" -AC_OUTPUT(Makefile firmware/Makefile) +AC_OUTPUT(Makefile) --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-tools/hdsploader Makefile.am,1.3,1.4 README,1.1,1.2 configure.in,1.4,1.5 hdsploader.c,1.5,1.6
Update of /cvsroot/alsa/alsa-tools/hdsploader In directory sc8-pr-cvs1:/tmp/cvs-serv23176 Modified Files: Makefile.am README configure.in hdsploader.c Log Message: Moved firmware to alsa-firmware module, corrected DATAPATH Index: Makefile.am === RCS file: /cvsroot/alsa/alsa-tools/hdsploader/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Makefile.am 25 Nov 2003 14:27:45 - 1.3 +++ Makefile.am 25 Nov 2003 16:07:05 - 1.4 @@ -1,15 +1,16 @@ # # Process this file with automake to produce Makefile.in. - -SUBDIRS = firmware +MYNAME = hdsploader bin_PROGRAMS = hdsploader +AM_CFLAGS = -DDATAPATH=\"$(datadir)/alsa/firmware/$(MYNAME)\" + hdsploader_SOURCES = hdsploader.c EXTRA_DIST = depcomp alsa-dist: distdir - @rm -rf ../distdir/hdsploader - @mkdir -p ../distdir/hdsploader - @cp -RLpv $(distdir)/* ../distdir/hdsploader + @rm -rf ../distdir/$(MYNAME) + @mkdir -p ../distdir/$(MYNAME) + @cp -RLpv $(distdir)/* ../distdir/$(MYNAME) @rm -rf $(distdir) Index: README === RCS file: /cvsroot/alsa/alsa-tools/hdsploader/README,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README 7 Apr 2003 15:37:22 - 1.1 +++ README 25 Nov 2003 16:07:05 - 1.2 @@ -3,5 +3,14 @@ USAGE += Just run hdsploader, the program takes care of everything. + +FILES += + +The firmware binaries are installed on /usr/share/alsa/firmware/hdsploader +(or /usr/local/share/alsa/firmware/hdsploader, depending to the prefix +option of configure). There will be *.conf files, which define the dsp +image files for each different card type. Index: configure.in === RCS file: /cvsroot/alsa/alsa-tools/hdsploader/configure.in,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- configure.in3 Nov 2003 19:09:55 - 1.4 +++ configure.in25 Nov 2003 16:07:05 - 1.5 @@ -49,4 +49,4 @@ fi fi -AC_OUTPUT(Makefile firmware/Makefile) +AC_OUTPUT(Makefile) Index: hdsploader.c === RCS file: /cvsroot/alsa/alsa-tools/hdsploader/hdsploader.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- hdsploader.c25 Nov 2003 11:51:31 - 1.5 +++ hdsploader.c25 Nov 2003 16:07:05 - 1.6 @@ -20,14 +20,38 @@ #include #include +#include #include #include #include -#include "firmware/multiface_firmware.dat" -#include "firmware/digiface_firmware.dat" -#include "firmware/multiface_firmware_rev11.dat" -#include "firmware/digiface_firmware_rev11.dat" +static u_int32_t code[24413]; + +int read_bin_file(u_int32_t *array, const char *filename) +{ + FILE *out; + + if ((out = fopen(filename, "r")) == NULL) { + fprintf(stderr, "Unable to open file '%s' for reading\n", filename); + return -1; + } + if (fread(array, 4, 24413, out) != 24413) { + fclose(out); + return -1; + } + fclose(out); +#if __BYTE_ORDER == __BIG_ENDIAN + { + unsigned int idx; + for (idx = 0; idx < 24413; idx++) + array[idx] = ((array[idx] & 0x00ff) << 16) | +((array[idx] & 0xff00) << 8) | +((array[idx] & 0x00ff) >> 8) | +((array[idx] & 0xff00) >> 16); + } +#endif + return 0; +} void upload_firmware(int card) { @@ -54,20 +78,21 @@ snd_hwdep_close(hw); return; } - + +firmware.firmware_data = (unsigned long *)code; switch (version.io_type) { case Multiface: if (version.firmware_rev == 0xa) { - firmware.firmware_data = multiface_firmware; + err = read_bin_file(code, DATAPATH "multiface_firmware.bin"); } else { - firmware.firmware_data = multiface_firmware_rev11; + err = read_bin_file(code, DATAPATH "multiface_firmware_rev11.bin"); } break; case Digiface: if (version.firmware_rev == 0xa) { - firmware.firmware_data = digiface_firmware; + err = read_bin_file(code, DATAPATH "digiface_firmware.bin"); } else { - firmware.firmware_data = digiface_firmware_rev11; + err = read_bin_file(code, DATAPATH "digiface_firmware_rev11.bin"); } break; default: @@ -75,6 +100,8 @@ snd_hwdep_close(hw); return; } +if (err < 0) + return; if ((err = snd_hwdep_ioctl(hw, SNDRV_HDSP_IOCTL_UPLOAD_FIRMWARE, &firmware)) < 0) { fprintf(stderr, "Hwdep ioctl error on card %s
[alsa-cvslog] CVS: alsa-tools/hdsploader/firmware .cvsignore,1.1,NONE Makefile.am,1.1,NONE digiface_firmware.dat,1.1,NONE digiface_firmware_rev11.dat,1.2,NONE multiface_firmware.dat,1.1,NONE multiface_firmware_rev11.dat,1.2,NONE
Update of /cvsroot/alsa/alsa-tools/hdsploader/firmware In directory sc8-pr-cvs1:/tmp/cvs-serv23176/firmware Removed Files: .cvsignore Makefile.am digiface_firmware.dat digiface_firmware_rev11.dat multiface_firmware.dat multiface_firmware_rev11.dat Log Message: Moved firmware to alsa-firmware module, corrected DATAPATH --- .cvsignore DELETED --- --- Makefile.am DELETED --- --- digiface_firmware.dat DELETED --- --- digiface_firmware_rev11.dat DELETED --- --- multiface_firmware.dat DELETED --- --- multiface_firmware_rev11.dat DELETED --- --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-tools/mixartloader/firmware .cvsignore,1.1,NONE Makefile.am,1.1,NONE miXart.conf,1.1,NONE miXart8.elf,1.1,NONE miXart8.xlx,1.1,NONE miXart8AES.xlx,1.1,NONE
Update of /cvsroot/alsa/alsa-tools/mixartloader/firmware In directory sc8-pr-cvs1:/tmp/cvs-serv20388/firmware Removed Files: .cvsignore Makefile.am miXart.conf miXart8.elf miXart8.xlx miXart8AES.xlx Log Message: Changed path and moved firmware files to alsa-firmware --- .cvsignore DELETED --- --- Makefile.am DELETED --- --- miXart.conf DELETED --- --- miXart8.elf DELETED --- --- miXart8.xlx DELETED --- --- miXart8AES.xlx DELETED --- --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-tools/mixartloader Makefile.am,1.1,1.2 README,1.1,1.2
Update of /cvsroot/alsa/alsa-tools/mixartloader In directory sc8-pr-cvs1:/tmp/cvs-serv20388 Modified Files: Makefile.am README Log Message: Changed path and moved firmware files to alsa-firmware Index: Makefile.am === RCS file: /cvsroot/alsa/alsa-tools/mixartloader/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile.am 22 Jul 2003 13:42:50 - 1.1 +++ Makefile.am 25 Nov 2003 15:52:09 - 1.2 @@ -1,9 +1,9 @@ # # Process this file with automake to produce Makefile.in. AUTOMAKE_OPTIONS = 1.3 foreign -AM_CFLAGS = -DDATAPATH=\"$(datadir)/alsa/firmware\" +MYNAME = mixartloader -SUBDIRS = firmware +AM_CFLAGS = -DDATAPATH=\"$(datadir)/alsa/firmware/$(MYNAME)\" bin_PROGRAMS = mixartloader @@ -12,7 +12,7 @@ EXTRA_DIST = depcomp alsa-dist: distdir - @rm -rf ../distdir/mixartloader - @mkdir -p ../distdir/mixartloader - @cp -RLpv $(distdir)/* ../distdir/mixartloader + @rm -rf ../distdir/$(MYNAME) + @mkdir -p ../distdir/$(MYNAME) + @cp -RLpv $(distdir)/* ../distdir/$(MYNAME) @rm -rf $(distdir) Index: README === RCS file: /cvsroot/alsa/alsa-tools/mixartloader/README,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README 22 Jul 2003 13:42:50 - 1.1 +++ README 25 Nov 2003 15:52:09 - 1.2 @@ -38,9 +38,9 @@ FILES = -The firmware binaries are installed on /usr/share/alsa/firmware -(or /usr/local/share/alsa/firmware, depending to the prefix option of -configure). There will be *.conf files, which define the dsp image +The firmware binaries are installed on /usr/share/alsa/firmware/mixartloader +(or /usr/local/share/alsa/firmware/mixartloader, depending to the prefix +option of configure). There will be *.conf files, which define the dsp image files for each different card type. --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-tools/vxloader README,1.2,1.3
Update of /cvsroot/alsa/alsa-tools/vxloader In directory sc8-pr-cvs1:/tmp/cvs-serv19470 Modified Files: README Log Message: Fixed according new paths Index: README === RCS file: /cvsroot/alsa/alsa-tools/vxloader/README,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- README 19 Feb 2003 15:41:15 - 1.2 +++ README 25 Nov 2003 15:46:31 - 1.3 @@ -38,10 +38,10 @@ FILES = -The firmware binaries are installed on /usr/share/alsa/firmware -(or /usr/local/share/alsa/firmware, depending to the prefix option of -configure). There will be *.conf files, which define the dsp image -files for each different card type. +The firmware binaries are installed on /usr/share/alsa/firmware/vxloader +(or /usr/local/share/alsa/firmware/vxloader, depending to the prefix +option of configure). There will be *.conf files, which define the dsp +image files for each different card type. COPYRIGHT --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-tools/vxloader Makefile.am,1.4,1.5
Update of /cvsroot/alsa/alsa-tools/vxloader In directory sc8-pr-cvs1:/tmp/cvs-serv18676 Modified Files: Makefile.am Log Message: Removed firmware from SUBDIRS Index: Makefile.am === RCS file: /cvsroot/alsa/alsa-tools/vxloader/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Makefile.am 25 Nov 2003 15:40:23 - 1.4 +++ Makefile.am 25 Nov 2003 15:43:26 - 1.5 @@ -5,8 +5,6 @@ AM_CFLAGS = -DDATAPATH=\"$(datadir)/alsa/firmware/$(MYNAME)\" -SUBDIRS = firmware - bin_PROGRAMS = vxloader vxloader_SOURCES = vxloader.c --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-tools/vxloader/firmware .cvsignore,1.1,NONE Makefile.am,1.2,NONE bd56002.boot,1.1,NONE bd563s3.boot,1.1,NONE bd563v2.boot,1.1,NONE bx_1_vp4.b56,1.1,NONE bx_1_vxp.b56,1.1,NONE l_1_v22.d56,1.1,NONE l_1_vp4.d56,1.1,NONE l_1_vx2.d56,1.1,NONE l_1_vxp.d56,1.1,NONE vx222.conf,1.1,NONE vxboard.conf,1.1,NONE vxp440.conf,1.1,NONE vxpocket.conf,1.1,NONE x1_1_vp4.rbt,1.1,NONE x1_1_vx2.rbt,1.1,NONE x1_1_vxp.rbt,1.1,NONE x1_2_v22.rbt,1.1,NONE
Update of /cvsroot/alsa/alsa-tools/vxloader/firmware In directory sc8-pr-cvs1:/tmp/cvs-serv18001/firmware Removed Files: .cvsignore Makefile.am bd56002.boot bd563s3.boot bd563v2.boot bx_1_vp4.b56 bx_1_vxp.b56 l_1_v22.d56 l_1_vp4.d56 l_1_vx2.d56 l_1_vxp.d56 vx222.conf vxboard.conf vxp440.conf vxpocket.conf x1_1_vp4.rbt x1_1_vx2.rbt x1_1_vxp.rbt x1_2_v22.rbt Log Message: Moved firmware files to alsa-firmware package, corrected data path --- .cvsignore DELETED --- --- Makefile.am DELETED --- --- bd56002.boot DELETED --- --- bd563s3.boot DELETED --- --- bd563v2.boot DELETED --- --- bx_1_vp4.b56 DELETED --- --- bx_1_vxp.b56 DELETED --- --- l_1_v22.d56 DELETED --- --- l_1_vp4.d56 DELETED --- --- l_1_vx2.d56 DELETED --- --- l_1_vxp.d56 DELETED --- --- vx222.conf DELETED --- --- vxboard.conf DELETED --- --- vxp440.conf DELETED --- --- vxpocket.conf DELETED --- --- x1_1_vp4.rbt DELETED --- --- x1_1_vx2.rbt DELETED --- --- x1_1_vxp.rbt DELETED --- --- x1_2_v22.rbt DELETED --- --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-tools/vxloader Makefile.am,1.3,1.4
Update of /cvsroot/alsa/alsa-tools/vxloader In directory sc8-pr-cvs1:/tmp/cvs-serv18001 Modified Files: Makefile.am Log Message: Moved firmware files to alsa-firmware package, corrected data path Index: Makefile.am === RCS file: /cvsroot/alsa/alsa-tools/vxloader/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Makefile.am 25 Mar 2003 17:37:38 - 1.3 +++ Makefile.am 25 Nov 2003 15:40:23 - 1.4 @@ -1,7 +1,9 @@ # # Process this file with automake to produce Makefile.in. AUTOMAKE_OPTIONS = 1.3 foreign -AM_CFLAGS = -DDATAPATH=\"$(datadir)/alsa/firmware\" +MYNAME = vxloader + +AM_CFLAGS = -DDATAPATH=\"$(datadir)/alsa/firmware/$(MYNAME)\" SUBDIRS = firmware @@ -12,7 +14,7 @@ EXTRA_DIST = depcomp alsa-dist: distdir - @rm -rf ../distdir/vxloader - @mkdir -p ../distdir/vxloader - @cp -RLpv $(distdir)/* ../distdir/vxloader + @rm -rf ../distdir/$(MYNAME) + @mkdir -p ../distdir/$(MYNAME) + @cp -RLpv $(distdir)/* ../distdir/$(MYNAME) @rm -rf $(distdir) --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-firmware/mixartloader Makefile.am,1.1,1.2
Update of /cvsroot/alsa/alsa-firmware/mixartloader In directory sc8-pr-cvs1:/tmp/cvs-serv16963/mixartloader Modified Files: Makefile.am Log Message: Ok, things are working now... Index: Makefile.am === RCS file: /cvsroot/alsa/alsa-firmware/mixartloader/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile.am 25 Nov 2003 14:06:59 - 1.1 +++ Makefile.am 25 Nov 2003 15:36:01 - 1.2 @@ -1,3 +1,5 @@ +MYNAME = mixartloader + cfg_files = miXart.conf \ miXart8AES.xlx \ miXart8.elf \ @@ -5,6 +7,11 @@ EXTRA_DIST = $(cfg_files) -firmwaredir = $(datadir)/alsa/firmware/mixartloader +firmwaredir = $(datadir)/alsa/firmware/$(MYNAME) firmware_DATA = $(cfg_files) +alsa-dist: distdir + @rm -rf ../distdir/$(MYNAME) + @mkdir -p ../distdir/$(MYNAME) + @cp -RLpv $(distdir)/* ../distdir/$(MYNAME) + @rm -rf $(distdir) --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-firmware/vxloader Makefile.am,1.2,1.3
Update of /cvsroot/alsa/alsa-firmware/vxloader In directory sc8-pr-cvs1:/tmp/cvs-serv17450/vxloader Modified Files: Makefile.am Log Message: Removed alsa-dist rule Index: Makefile.am === RCS file: /cvsroot/alsa/alsa-firmware/vxloader/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Makefile.am 25 Nov 2003 15:36:01 - 1.2 +++ Makefile.am 25 Nov 2003 15:37:41 - 1.3 @@ -19,9 +19,3 @@ firmwaredir = $(datadir)/alsa/firmware/$(MYNAME) firmware_DATA = $(cfg_files) - -alsa-dist: distdir - @rm -rf ../distdir/$(MYNAME) - @mkdir -p ../distdir/$(MYNAME) - @cp -RLpv $(distdir)/* ../distdir/$(MYNAME) - @rm -rf $(distdir) --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-firmware/hdsploader .cvsignore,1.1,1.2 Makefile.am,1.1,1.2 tobin.c,1.1,1.2
Update of /cvsroot/alsa/alsa-firmware/hdsploader In directory sc8-pr-cvs1:/tmp/cvs-serv16963/hdsploader Modified Files: .cvsignore Makefile.am tobin.c Log Message: Ok, things are working now... Index: .cvsignore === RCS file: /cvsroot/alsa/alsa-firmware/hdsploader/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 25 Nov 2003 14:06:58 - 1.1 +++ .cvsignore 25 Nov 2003 15:36:00 - 1.2 @@ -1,2 +1,4 @@ Makefile Makefile.in +*.bin +tobin Index: Makefile.am === RCS file: /cvsroot/alsa/alsa-firmware/hdsploader/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile.am 25 Nov 2003 14:06:59 - 1.1 +++ Makefile.am 25 Nov 2003 15:36:01 - 1.2 @@ -1 +1,29 @@ -EXTRA_DIST = $(wildcard *.dat) +# # Process this file with automake to produce Makefile.in. +MYNAME = hdsploader +EXTRA_DIST = digiface_firmware.dat \ +digiface_firmware_rev11.dat \ +multiface_firmware.dat \ +multiface_firmware_rev11.dat \ +tobin.c +CLEANFILES = tobin *.bin + +firmwaredir = $(datadir)/alsa/firmware/$(MYNAME) +firmware_DATA = digiface_firware.bin \ + digiface_firmware_rev11.bin \ + multiface_firmware.bin \ + multiface_firmware_rev11.bin + +tobin: tobin.c $(wildcat *.dat) + $(CC) -o tobin tobin.c + ./tobin + +digiface_firware.bin: tobin +digiface_firmware_rev11.bin: tobin +multiface_firmware.bin: tobin +multiface_firmware_rev11.bin: tobin + +alsa-dist: distdir + @rm -rf ../distdir/$(MYNAME) + @mkdir -p ../distdir/$(MYNAME) + @cp -RLpv $(distdir)/* ../distdir/$(MYNAME) + @rm -rf $(distdir) Index: tobin.c === RCS file: /cvsroot/alsa/alsa-firmware/hdsploader/tobin.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tobin.c 25 Nov 2003 14:06:59 - 1.1 +++ tobin.c 25 Nov 2003 15:36:01 - 1.2 @@ -1,6 +1,7 @@ #include #include #include +#include #include "digiface_firmware.dat" #include "digiface_firmware_rev11.dat" @@ -13,6 +14,16 @@ if ((out = fopen(filename, "w+")) == NULL) return -1; +#if __BYTE_ORDER == __BIG_ENDIAN + { + unsigned int idx; + for (idx = 0; idx < 24413; idx++) + array[idx] = ((array[idx] & 0x00ff) << 16) | +((array[idx] & 0xff00) << 8) | +((array[idx] & 0x00ff) >> 8) | +((array[idx] & 0xff00) >> 16); + } +#endif if (fwrite(array, 4, 24413, out) != 24413) { fclose(out); return -1; --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-firmware .cvsignore,NONE,1.1 Makefile.am,NONE,1.1 configure.in,NONE,1.1 cvscompile,NONE,1.1
Update of /cvsroot/alsa/alsa-firmware In directory sc8-pr-cvs1:/tmp/cvs-serv16963 Added Files: .cvsignore Makefile.am configure.in cvscompile Log Message: Ok, things are working now... --- NEW FILE: .cvsignore --- configure config.log config.cache config.status config.guess config.sub Makefile.conf confdefs.h aclocal.m4 Makefile Makefile.in version autom4te.cache depcomp missing install-sh mkinstalldirs ltmain.sh --- NEW FILE: Makefile.am --- # # Process this file with automake to produce Makefile.in. AUTOMAKE_OPTIONS = 1.3 foreign SUBDIRS = hdsploader mixartloader vxloader EXTRA_DIST = depcomp dist-hook: -chmod -R a+r $(distdir) @if ! test -z "$(AMTAR)"; then \ $(AMTAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \ else \ $(TAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \ fi --- NEW FILE: configure.in --- AC_INIT(hdsploader/tobin.c) AM_INIT_AUTOMAKE(alsa-firmware, 1.0.0pre3) AC_PROG_CC AC_PROG_INSTALL AC_HEADER_STDC AC_OUTPUT(Makefile \ hdsploader/Makefile \ mixartloader/Makefile \ vxloader/Makefile) --- NEW FILE: cvscompile --- #!/bin/bash libtoolize --automake --copy aclocal $ACLOCAL_FLAGS automake --foreign --copy --add-missing autoconf export CFLAGS='-O2 -Wall -W -pipe -g' echo "CFLAGS=$CFLAGS" echo "./configure $@" ./configure $@ || exit 1 unset CFLAGS if [ -z "$CVSCOMPILE_NO_MAKE" ]; then make fi --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-firmware/vxloader Makefile.am,1.1,1.2
Update of /cvsroot/alsa/alsa-firmware/vxloader In directory sc8-pr-cvs1:/tmp/cvs-serv16963/vxloader Modified Files: Makefile.am Log Message: Ok, things are working now... Index: Makefile.am === RCS file: /cvsroot/alsa/alsa-firmware/vxloader/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile.am 25 Nov 2003 14:07:00 - 1.1 +++ Makefile.am 25 Nov 2003 15:36:01 - 1.2 @@ -1,3 +1,5 @@ +MYNAME = vxloader + cfg_files = vx222.conf vxboard.conf vxpocket.conf vxp440.conf \ bd56002.boot \ bd563s3.boot \ @@ -15,5 +17,11 @@ EXTRA_DIST = $(cfg_files) -firmwaredir = $(datadir)/alsa/firmware/vxloader +firmwaredir = $(datadir)/alsa/firmware/$(MYNAME) firmware_DATA = $(cfg_files) + +alsa-dist: distdir + @rm -rf ../distdir/$(MYNAME) + @mkdir -p ../distdir/$(MYNAME) + @cp -RLpv $(distdir)/* ../distdir/$(MYNAME) + @rm -rf $(distdir) --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-firmware/hdsploader Makefile.am,1.2,1.3
Update of /cvsroot/alsa/alsa-firmware/hdsploader In directory sc8-pr-cvs1:/tmp/cvs-serv17450/hdsploader Modified Files: Makefile.am Log Message: Removed alsa-dist rule Index: Makefile.am === RCS file: /cvsroot/alsa/alsa-firmware/hdsploader/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Makefile.am 25 Nov 2003 15:36:01 - 1.2 +++ Makefile.am 25 Nov 2003 15:37:41 - 1.3 @@ -21,9 +21,3 @@ digiface_firmware_rev11.bin: tobin multiface_firmware.bin: tobin multiface_firmware_rev11.bin: tobin - -alsa-dist: distdir - @rm -rf ../distdir/$(MYNAME) - @mkdir -p ../distdir/$(MYNAME) - @cp -RLpv $(distdir)/* ../distdir/$(MYNAME) - @rm -rf $(distdir) --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-firmware/mixartloader Makefile.am,1.2,1.3
Update of /cvsroot/alsa/alsa-firmware/mixartloader In directory sc8-pr-cvs1:/tmp/cvs-serv17450/mixartloader Modified Files: Makefile.am Log Message: Removed alsa-dist rule Index: Makefile.am === RCS file: /cvsroot/alsa/alsa-firmware/mixartloader/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Makefile.am 25 Nov 2003 15:36:01 - 1.2 +++ Makefile.am 25 Nov 2003 15:37:41 - 1.3 @@ -9,9 +9,3 @@ firmwaredir = $(datadir)/alsa/firmware/$(MYNAME) firmware_DATA = $(cfg_files) - -alsa-dist: distdir - @rm -rf ../distdir/$(MYNAME) - @mkdir -p ../distdir/$(MYNAME) - @cp -RLpv $(distdir)/* ../distdir/$(MYNAME) - @rm -rf $(distdir) --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-tools/hdspmixer Makefile.am,1.2,1.3
Update of /cvsroot/alsa/alsa-tools/hdspmixer In directory sc8-pr-cvs1:/tmp/cvs-serv3258/hdspmixer Modified Files: Makefile.am Log Message: added depcomp to EXTRA_DIST Index: Makefile.am === RCS file: /cvsroot/alsa/alsa-tools/hdspmixer/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Makefile.am 24 Nov 2003 14:48:21 - 1.2 +++ Makefile.am 25 Nov 2003 14:27:45 - 1.3 @@ -1,4 +1,4 @@ -EXTRA_DIST = hdspmixer.desktop +EXTRA_DIST = hdspmixer.desktop depcomp SUBDIRS = src pixmaps desktopdir = $(DESKTOP_DIR) --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-tools/rmedigicontrol Makefile.am,1.2,1.3
Update of /cvsroot/alsa/alsa-tools/rmedigicontrol In directory sc8-pr-cvs1:/tmp/cvs-serv3258/rmedigicontrol Modified Files: Makefile.am Log Message: added depcomp to EXTRA_DIST Index: Makefile.am === RCS file: /cvsroot/alsa/alsa-tools/rmedigicontrol/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Makefile.am 14 Jul 2003 14:49:00 - 1.2 +++ Makefile.am 25 Nov 2003 14:27:45 - 1.3 @@ -4,6 +4,8 @@ rmedigicontrol_LDFLAGS = @GTK_LIBS@ +EXTRA_DIST = depcomp + alsa-dist: distdir @rm -rf ../distdir/rmedigicontrol @mkdir -p ../distdir/rmedigicontrol --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-tools/hdspconf Makefile.am,1.3,1.4
Update of /cvsroot/alsa/alsa-tools/hdspconf In directory sc8-pr-cvs1:/tmp/cvs-serv3258/hdspconf Modified Files: Makefile.am Log Message: added depcomp to EXTRA_DIST Index: Makefile.am === RCS file: /cvsroot/alsa/alsa-tools/hdspconf/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Makefile.am 24 Nov 2003 14:47:28 - 1.3 +++ Makefile.am 25 Nov 2003 14:27:45 - 1.4 @@ -1,4 +1,4 @@ -EXTRA_DIST = hdspconf.desktop +EXTRA_DIST = hdspconf.desktop depcomp SUBDIRS = src pixmaps desktopdir = $(DESKTOP_DIR) --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-tools/hdsploader Makefile.am,1.2,1.3
Update of /cvsroot/alsa/alsa-tools/hdsploader In directory sc8-pr-cvs1:/tmp/cvs-serv3258/hdsploader Modified Files: Makefile.am Log Message: added depcomp to EXTRA_DIST Index: Makefile.am === RCS file: /cvsroot/alsa/alsa-tools/hdsploader/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Makefile.am 30 Apr 2003 16:58:54 - 1.2 +++ Makefile.am 25 Nov 2003 14:27:45 - 1.3 @@ -6,6 +6,8 @@ hdsploader_SOURCES = hdsploader.c +EXTRA_DIST = depcomp + alsa-dist: distdir @rm -rf ../distdir/hdsploader @mkdir -p ../distdir/hdsploader --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-firmware/mixartloader .cvsignore,NONE,1.1 Makefile.am,NONE,1.1 miXart.conf,NONE,1.1 miXart8.elf,NONE,1.1 miXart8.xlx,NONE,1.1 miXart8AES.xlx,NONE,1.1
Update of /cvsroot/alsa/alsa-firmware/mixartloader In directory sc8-pr-cvs1:/tmp/cvs-serv30578/mixartloader Added Files: .cvsignore Makefile.am miXart.conf miXart8.elf miXart8.xlx miXart8AES.xlx Log Message: Initial version - requires more work --- NEW FILE: .cvsignore --- Makefile Makefile.in --- NEW FILE: Makefile.am --- cfg_files = miXart.conf \ miXart8AES.xlx \ miXart8.elf \ miXart8.xlx EXTRA_DIST = $(cfg_files) firmwaredir = $(datadir)/alsa/firmware/mixartloader firmware_DATA = $(cfg_files) --- NEW FILE: miXart.conf --- # boot firmwares for digigram miXart cards dsp0miXart8.xlx dsp1miXart8.elf dsp2miXart8AES.xlx --- NEW FILE: miXart8.elf --- ELF À8¥H H H ¥; x8fÿø, 09K °9 .ì .ì :d 48` T :Ä 4d á>8¥ÌÍ|¥PT©ð¾© >~ >~ >~ >~ >~ >~ >~ >~ >~ >~ >~ >~ Ä ì ì :;! }$KÿúÀU:}dJKÿýüVà:}}$KÿÿHºá |.W zì;úì :È! zìúí ¼ì:ÂüDü8ÂÜ @ ðÀ :8è õ N YH I ¿ AìTc:|.| ¦N 8n Q8 ¥|(;Ü pe 6¿¸8 6¿¸8 ½8 N ,}h9.ê,}g1.Ê,}f).ª,}e!.,}d.j,}c.B Ù~8 Ý [EMAIL PROTECTED] ! a 9( ÃxÁ H @UH:|[EMAIL PROTECTED] 8 h?@ m LÆ18 HÆí( d @<` 5 <` iá [EMAIL PROTECTED] }¦N AÿÜH Ð vô8! Á A à 8¤ A A 8 8 H @ ø, ð( |, p, dH H <¥ <¥ 8 H AÿÐP8 hH h8 8 AÿÐß\( AÿÐ8À hh<h\ hH h8 8 AÿÐß\( AÿÐ8À hh<h\ hH hhh( h8 hh h||êß AÿÐ8` u m à Ô È ¼ °| h À 4;À 8 |À0P} z ( 8 8 8 |c8ÿÐ |c8ÿÐ @ H @ ; ; ;Ä | P|Àp8 |§8ÿÐ H H D;ZÿÐ,[EMAIL PROTECTED] ( 8 |e8ÿÐ |e8ÿÐ @ H @ ; ; ;Ä | P|Àp8 _ E d v !"#$%&'()*+,-./0123456789:;<=>[EMAIL PROTECTED]|}~ ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ 0æDÏED n×DD±DT´DùDDE&DìóDçD@ ¾E1E§ÊE:EÍpE `}E ó°E EE®-EAøEÕêEj dEúoKEúÔF3mFRFqÒFF°=FÏuFî®F êF-'FLeFk¦FèFª+FÉpFè·F F¬F¬¶F¬ÖF¬÷F£F8,FX·FyDFÒFºbFÚóFûF®F®<°F®]GF®}àF®zF®¿F®ß³F¯ FÊdßFÊ´FʨFÊÊdFÊì=FËFË/õFËQÓFËs³FËFË·vFËÙYFËû?FÌ%FÌ? FÌ`öFÌáF̤ÍFÌÆ»FÌè©FÍ FÍ,FÍNFÍpsFÍiFÍ´aFÍÖYFÍøSFÎOFÎ[EMAIL PROTECTED]@[EMAIL PROTECTED]"ïG5ÙGHÃG[®GnGGsG§`GºNGÍ=Gà,GóGGüG+îG>ßGQÒGdÅGw¸GG¡G°GÃGÖGézGüqG iG "bG 5[G HUG [OG nJG EG AG §>G º;G Í9G à7G ó6G!5G!5G!,6G!?7G!R8G!e:[EMAIL PROTECTED]"gG"#oG"6wG"IG"\G"oG"G"©G"¨µG"»ÁG"ÎÎG"áÛG"ôéG#÷G#G#.G#A&G#T7G#gHG#zZG#lG# G#³G#ƦG#Ù»G#ìÐG#ÿæG$üG$&G$9*G$LBG$_ZG$rsG$ G$§G$«ÂG$¾ÝG$ÑùG$åG$ø2G%OG%mG%1G%D«G%WËG%jëG%~ G%-G%¤OG%·qG%ÊG%ݸG%ðÜG& G6\£G6p=G6×G6rG6« G6¾¨G6ÒEG6åáG6ùG7 G7 »G74ZG7GùG7[G7o9G7ÚG7|G7ªG7½ÀG7ÑcG7åG7ø«G8 PG8õG83G8GAG8ZçG8nG86G8ßG8©G8½1G8ÐÛG8ä G8ø0G9ÛG9G934G9FáG9ZG9n¾G>"G>6ZG>J)G>]øG>qÈG> G>iG>:G>Á G>ÔßG>è±G>ü G?YG?$-G?8G?K×G?_G?sG?[G?2G?¯ [EMAIL PROTECTED]@&%G@:[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED] ½GIÒGI2èGIFþGI[GIo-GIEGI]GI«vGI¿GIÓ©GIçÄGIûßGJúGJ$GJ82GJLOGJ`mGJtGJ©GJÈGJ°çGJÅGJÙ(GJíIGKjGKGK)®GK=ÑGKQõGKfGKz=GKbGK¢GK¶GKÊÔGKÞúGKó"GLJGLrGL/GLCÄGLWîGLlGLDGLoGL¨GL¼ÇGLÐôGLå!GLùOGM ~GM!¬GM5ÜGMJ GM^Gx±lGxÆGxÛÉGxðøGy'GyWGy0GyE¸GyZêGypGy NGyGy¯´GyÄçGyÚGyïPGz GzºGz.ðGzD&GzY]GznGzËGzGz®/[EMAIL PROTECTED]G)GGGfG'G2£G=ÂGHáGT G©G©!wG©,çG©8WG©CÇG©O7G©Z¨G©fG©qG©|úG©lG©ÝG©OG©ªÁG©¶3G©Á¥G©ÍG©ØG©ãýG©ïpG©úãGªWGªËGª>Gª(²Gª4'Gª?GªKGªVGªaùGªmoGªxäGªYGªÏGªEGª¦»Gª²2Gª½¨GªÉGªÔGªà GªëGªöüG«sG« ëG«cG«$ÛG«0TG«;ÌG«GEG«R¾G«^7G«i±G«u*G«¤G«G«G«£G«®G«ºG«ÅG«ÐþG«ÜyG«çõG«óqG«þíG¬ iG¬åG¬!aG¬,ÞG¬8[G¬CØG¬OUG¬ZÓG¬fPG¬qÎG¬}LG¬ÊG¬IG¬ÇG¬«FG¬¶ÅG¬ÂDG¬ÍÃG¬ÙCG¬äÃG¬ðCG¬ûÃGCGÃGDG)[EMAIL PROTECTED]'G®2G®>G®IG®UG®`¥G®l+G®w±G®8G®¿G®EG®¥ÍG®±TG®¼ÜG®ÈcG®ÓëG®ßsG®êüG®öG¯ G¯ G¯G¯$¨G¯01G¯;»G¯GEG¯RÏG¯^YG¯iãG¯unG¯ùG¯G¯G¯£G¯¯&G¯º²G¯Æ=G¯ÑÊG¯ÝVG¯èâG¯ôoG¯ÿüG°G°G°"¤G°.1G°9¿G°EMG°PÛG°\jG°gøG°sG°G°¥G°4G°¡ÄG°SG°¸ãG°ÄsG°ÐG°ÛG°ç%G°ò¶G°þGG± ØG±iG± ûG±,G±8G±C±G±OCG±ZÖG±fhG±qûG±}G±"G±µG± IG±«ÝG±·qG±ÃG±ÎG±Ú.G±åÃG±ñXG±üíG²G²G²G²+CG²6ÚG²BpG²NG²YG²e4G²pËG²|bG²úG²G²)G²ªÁG²¶YG²ÁòG²ÍG²Ù#G²ä¼G²ðUG²ûîG³G³!G³»G³*UG³5ðG³AG³M%G³XÀG³d[G³oöG³{G³-G³ÈG³dG³ªG³µG³Á9G³ÌÖG³ØsG³äG³ïG³ûKG´èG´G´$G´)[EMAIL PROTECTED];G´ÀÜG´Ì}G´ØG´ã¿G´ï`G´ûGµ¤GµEGµèGµ)Gµ5,[EMAIL PROTECTED])[EMAIL PROTECTED]>G¶æG¶G¶6G¶©ßG¶µG¶Á0G¶ÌÙG¶ØG¶ä,G¶ïÕG¶ûG·)G·ÓG·~G·*(G·5ÓG·A~G·M)G·XÔG·dG·p+G·{×G·G·/G·ÛG·ªG·¶5G·ÁáG·ÍG·ÙGïO·Gï\0Gïh©Gïu#GïGïGïGï§ Gï³ Gï¿ÿGïÌzGïØôGïåoGïñêGïþfGð áGð]Gð#ØGð0TGð<ÐGðIMGðUÉGðbFGðnÂGð{?Gð¼Gð9Gð ·Gð4Gð¹²GðÆ0GðÒ®Gðß,GðëªGðø)Gñ§Gñ&Gñ¥Gñ*$G
[alsa-cvslog] CVS: alsa-firmware/vxloader - New directory
Update of /cvsroot/alsa/alsa-firmware/vxloader In directory sc8-pr-cvs1:/tmp/cvs-serv30214/vxloader Log Message: Directory /cvsroot/alsa/alsa-firmware/vxloader added to the repository --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-firmware/mixartloader - New directory
Update of /cvsroot/alsa/alsa-firmware/mixartloader In directory sc8-pr-cvs1:/tmp/cvs-serv30049/mixartloader Log Message: Directory /cvsroot/alsa/alsa-firmware/mixartloader added to the repository --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-firmware/hdsploader - New directory
Update of /cvsroot/alsa/alsa-firmware/hdsploader In directory sc8-pr-cvs1:/tmp/cvs-serv29973/hdsploader Log Message: Directory /cvsroot/alsa/alsa-firmware/hdsploader added to the repository --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-firmware - New directory
Update of /cvsroot/alsa/alsa-firmware In directory sc8-pr-cvs1:/tmp/cvs-serv24517/alsa-firmware Log Message: Directory /cvsroot/alsa/alsa-firmware added to the repository --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-kernel/include version.h,1.28,1.29
Update of /cvsroot/alsa/alsa-kernel/include In directory sc8-pr-cvs1:/tmp/cvs-serv18040 Modified Files: version.h Log Message: 1.0.0pre3 Index: version.h === RCS file: /cvsroot/alsa/alsa-kernel/include/version.h,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- version.h 18 Nov 2003 15:54:09 - 1.28 +++ version.h 25 Nov 2003 12:59:34 - 1.29 @@ -1,3 +1,3 @@ /* include/version.h. Generated by configure. */ -#define CONFIG_SND_VERSION "1.0.0pre1" +#define CONFIG_SND_VERSION "1.0.0pre3" #define CONFIG_SND_DATE "" --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-utils configure.in,1.71,1.72
Update of /cvsroot/alsa/alsa-utils In directory sc8-pr-cvs1:/tmp/cvs-serv18930 Modified Files: configure.in Log Message: 1.0.0pre3 Index: configure.in === RCS file: /cvsroot/alsa/alsa-utils/configure.in,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- configure.in18 Nov 2003 16:27:35 - 1.71 +++ configure.in25 Nov 2003 13:03:39 - 1.72 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(alsamixer/alsamixer.c) AC_PREFIX_DEFAULT(/usr) -AM_INIT_AUTOMAKE(alsa-utils, 1.0.0pre1) +AM_INIT_AUTOMAKE(alsa-utils, 1.0.0pre3) dnl Checks for programs. --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-driver configure.in,1.204,1.205
Update of /cvsroot/alsa/alsa-driver In directory sc8-pr-cvs1:/tmp/cvs-serv18296 Modified Files: configure.in Log Message: 1.0.0pre3 Index: configure.in === RCS file: /cvsroot/alsa/alsa-driver/configure.in,v retrieving revision 1.204 retrieving revision 1.205 diff -u -r1.204 -r1.205 --- configure.in21 Nov 2003 10:58:02 - 1.204 +++ configure.in25 Nov 2003 13:00:28 - 1.205 @@ -4,7 +4,7 @@ AC_INIT(acore/sound.patch) AC_PREFIX_DEFAULT(/usr) -CONFIG_SND_VERSION="1.0.0pre2" +CONFIG_SND_VERSION="1.0.0pre3" dnl Checks for programs. AC_PROG_CC --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-lib configure.in,1.115,1.116
Update of /cvsroot/alsa/alsa-lib In directory sc8-pr-cvs1:/tmp/cvs-serv18577 Modified Files: configure.in Log Message: 1.0.0pre3 Index: configure.in === RCS file: /cvsroot/alsa/alsa-lib/configure.in,v retrieving revision 1.115 retrieving revision 1.116 diff -u -r1.115 -r1.116 --- configure.in5 Nov 2003 10:38:38 - 1.115 +++ configure.in25 Nov 2003 13:01:44 - 1.116 @@ -8,7 +8,7 @@ dnl remove API = c+1:0:0 dnl * AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE(alsa-lib, 1.0.0pre1) +AM_INIT_AUTOMAKE(alsa-lib, 1.0.0pre3) eval LIBTOOL_VERSION_INFO="2:0:0" dnl * AM_CONDITIONAL(INSTALL_M4, test -n "${ACLOCAL}") --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-tools Makefile,1.31,1.32
Update of /cvsroot/alsa/alsa-tools In directory sc8-pr-cvs1:/tmp/cvs-serv9503 Modified Files: Makefile Log Message: - 1.0.0pre3 version - added hack for ALSA server to pack also hdsp* tools (fltk issue) Index: Makefile === RCS file: /cvsroot/alsa/alsa-tools/Makefile,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- Makefile25 Nov 2003 11:51:08 - 1.31 +++ Makefile25 Nov 2003 12:16:40 - 1.32 @@ -1,4 +1,4 @@ -VERSION = 1.0.0pre1 +VERSION = 1.0.0pre3 TOP = . SUBDIRS = ac3dec as10k1 envy24control hdsploader hdspconf hdspmixer \ mixartloader rmedigicontrol sb16_csp seq sscape_ctl us428control \ --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-tools/hdspconf configure.in,1.5,1.6
Update of /cvsroot/alsa/alsa-tools/hdspconf In directory sc8-pr-cvs1:/tmp/cvs-serv9503/hdspconf Modified Files: configure.in Log Message: - 1.0.0pre3 version - added hack for ALSA server to pack also hdsp* tools (fltk issue) Index: configure.in === RCS file: /cvsroot/alsa/alsa-tools/hdspconf/configure.in,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- configure.in24 Nov 2003 18:16:26 - 1.5 +++ configure.in25 Nov 2003 12:16:41 - 1.6 @@ -70,7 +70,7 @@ dnl library check AC_PATH_PROG(FLTK_CONFIG, fltk-config, no) -if test "$FLTK_CONFIG" = "no"; then +if test "$FLTK_CONFIG" = "no" && ! test "`hostname -f`" = "alsa.alsa-project.org"; then AC_MSG_ERROR(no fltk-config is found) fi FLTK_CXXFLAGS="`$FLTK_CONFIG $fltk_config_args --cxxflags` -fno-exceptions" --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-tools/hdspmixer configure.in,1.5,1.6
Update of /cvsroot/alsa/alsa-tools/hdspmixer In directory sc8-pr-cvs1:/tmp/cvs-serv9503/hdspmixer Modified Files: configure.in Log Message: - 1.0.0pre3 version - added hack for ALSA server to pack also hdsp* tools (fltk issue) Index: configure.in === RCS file: /cvsroot/alsa/alsa-tools/hdspmixer/configure.in,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- configure.in24 Nov 2003 18:17:05 - 1.5 +++ configure.in25 Nov 2003 12:16:41 - 1.6 @@ -70,7 +70,7 @@ dnl library check AC_PATH_PROG(FLTK_CONFIG, fltk-config, no) -if test "$FLTK_CONFIG" = "no"; then +if test "$FLTK_CONFIG" = "no" && ! test "`hostname -f`" = "alsa.alsa-project.org"; then AC_MSG_ERROR(fltk-config is required) fi FLTK_CXXFLAGS="`$FLTK_CONFIG --cxxflags` -fno-exceptions" --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-utils/alsaconf alsaconf.in,1.5,1.6
Update of /cvsroot/alsa/alsa-utils/alsaconf In directory sc8-pr-cvs1:/tmp/cvs-serv9376 Modified Files: alsaconf.in Log Message: - added the check of mandrake. Index: alsaconf.in === RCS file: /cvsroot/alsa/alsa-utils/alsaconf/alsaconf.in,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- alsaconf.in 24 Nov 2003 11:42:24 - 1.5 +++ alsaconf.in 25 Nov 2003 12:15:48 - 1.6 @@ -24,6 +24,8 @@ distribution="suse" elif [ -f /etc/debian_version ]; then distribution="debian" +elif [ -f /etc/mandrake-release ]; then + distribution="mandrake" elif [ -f /etc/redhat-release -a `grep -c "Red Hat" /etc/redhat-release 2>/dev/null` != 0 ]; then distribution="redhat" elif [ -f /etc/fedora-release -a `grep -c "Fedora" /etc/fedora-release 2>/dev/null` != 0 ]; then --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-driver/usb usbaudio.patch,1.1,1.2
Update of /cvsroot/alsa/alsa-driver/usb In directory sc8-pr-cvs1:/tmp/cvs-serv6469/usb Modified Files: usbaudio.patch Log Message: - set async_unlink option to 0 for older kernels (usb-uhci seems broken). once after it's fixed, we can change the ifdef condition. Index: usbaudio.patch === RCS file: /cvsroot/alsa/alsa-driver/usb/usbaudio.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- usbaudio.patch 1 Jun 2003 18:37:45 - 1.1 +++ usbaudio.patch 25 Nov 2003 12:02:33 - 1.2 @@ -1,11 +1,25 @@ usbaudio.c 2003-06-01 20:32:24.0 +0200 -+++ usbaudio.c.old 2003-06-01 20:32:42.0 +0200 +--- usbaudio.c 2003-11-24 18:49:59.0 +0100 usbaudio.c 2003-11-24 18:51:33.0 +0100 @@ -1,3 +1,4 @@ +#include "usbaudio.inc" /* * (Tentative) USB Audio Driver for ALSA * -@@ -1656,9 +1657,11 @@ +@@ -68,7 +69,12 @@ + static int vid[SNDRV_CARDS] = { [0 ... (SNDRV_CARDS-1)] = -1 }; /* Vendor ID for this card */ + static int pid[SNDRV_CARDS] = { [0 ... (SNDRV_CARDS-1)] = -1 }; /* Product ID for this card */ + static int nrpacks = 4; /* max. number of packets per urb */ +-static int async_unlink = 1; ++static int async_unlink = ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 0) ++1; ++#else ++0; /* disabled as default for buggy async-unlink handling */ ++#endif + + MODULE_PARM(index, "1-" __MODULE_STRING(SNDRV_CARDS) "i"); + MODULE_PARM_DESC(index, "Index value for the USB audio adapter."); +@@ -1761,9 +1767,11 @@ * entry point for linux usb interface */ @@ -17,7 +31,7 @@ static struct usb_device_id usb_audio_ids [] = { #include "usbquirks.h" -@@ -1671,10 +1674,15 @@ +@@ -1776,10 +1784,15 @@ MODULE_DEVICE_TABLE (usb, usb_audio_ids); static struct usb_driver usb_audio_driver = { @@ -33,7 +47,7 @@ .id_table = usb_audio_ids, }; -@@ -2744,6 +2752,7 @@ +@@ -2918,6 +2931,7 @@ } } @@ -41,7 +55,7 @@ /* * new 2.5 USB kernel API */ -@@ -2764,6 +2773,8 @@ +@@ -2938,6 +2952,8 @@ snd_usb_audio_disconnect(interface_to_usbdev(intf), dev_get_drvdata(&intf->dev)); } @@ -50,7 +64,7 @@ static int __init snd_usb_audio_init(void) -@@ -2803,3 +2814,5 @@ +@@ -2981,3 +2997,5 @@ __setup("snd-usb-audio=", snd_usb_audio_module_setup); #endif /* !MODULE */ --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-kernel/include asound.h,1.33,1.34
Update of /cvsroot/alsa/alsa-kernel/include In directory sc8-pr-cvs1:/tmp/cvs-serv6169/include Modified Files: asound.h Log Message: - prepare callback can sleep if a flag is given in pcm->info_flags. - usbaudio driver uses non-atomic prepare callback for synchronization of pending unlinked urbs. - async_unlink option of usbaudio driver is enabled as default now. - fixed the initialization of pseudo-dma pointers in usbaudio. Index: asound.h === RCS file: /cvsroot/alsa/alsa-kernel/include/asound.h,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- asound.h21 Oct 2003 17:40:14 - 1.33 +++ asound.h25 Nov 2003 12:01:22 - 1.34 @@ -272,6 +272,7 @@ #define SNDRV_PCM_INFO_HALF_DUPLEX 0x0010 /* only half duplex */ #define SNDRV_PCM_INFO_JOINT_DUPLEX0x0020 /* playback and capture stream are somewhat correlated */ #define SNDRV_PCM_INFO_SYNC_START 0x0040 /* pcm support some kind of sync go */ +#define SNDRV_PCM_INFO_NONATOMIC_OPS 0x0080 /* non-atomic prepare callback */ enum sndrv_pcm_state { SNDRV_PCM_STATE_OPEN = 0, /* stream is open */ --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-kernel/usb usbaudio.c,1.71,1.72
Update of /cvsroot/alsa/alsa-kernel/usb In directory sc8-pr-cvs1:/tmp/cvs-serv6169/usb Modified Files: usbaudio.c Log Message: - prepare callback can sleep if a flag is given in pcm->info_flags. - usbaudio driver uses non-atomic prepare callback for synchronization of pending unlinked urbs. - async_unlink option of usbaudio driver is enabled as default now. - fixed the initialization of pseudo-dma pointers in usbaudio. Index: usbaudio.c === RCS file: /cvsroot/alsa/alsa-kernel/usb/usbaudio.c,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- usbaudio.c 24 Nov 2003 11:52:24 - 1.71 +++ usbaudio.c 25 Nov 2003 12:01:22 - 1.72 @@ -28,9 +28,8 @@ * NOTES: * * - async unlink should be used for avoiding the sleep inside lock. - * however, it causes oops by unknown reason on usb-uhci, and - * disabled as default. the feature is enabled by async_unlink=1 - * option (especially when preempt is used). + * 2.4.22 usb-uhci seems buggy for async unlinking and results in + * oops. in such a cse, pass async_unlink=0 option. * - the linked URBs would be preferred but not used so far because of * the instability of unlinking. * - type II is not supported properly. there is no device which supports @@ -69,7 +68,7 @@ static int vid[SNDRV_CARDS] = { [0 ... (SNDRV_CARDS-1)] = -1 }; /* Vendor ID for this card */ static int pid[SNDRV_CARDS] = { [0 ... (SNDRV_CARDS-1)] = -1 }; /* Product ID for this card */ static int nrpacks = 4;/* max. number of packets per urb */ -static int async_unlink = 0; +static int async_unlink = 1; MODULE_PARM(index, "1-" __MODULE_STRING(SNDRV_CARDS) "i"); MODULE_PARM_DESC(index, "Index value for the USB audio adapter."); @@ -804,8 +803,7 @@ int i; /* stop urbs (to be sure) */ - deactivate_urbs(subs, force, 1); - if (async_unlink) + if (deactivate_urbs(subs, force, 1) > 0) wait_clear_urbs(subs); for (i = 0; i < MAX_URBS; i++) @@ -834,12 +832,6 @@ subs->freqmax = subs->freqn + (subs->freqn >> 2); /* max. allowed frequency */ subs->phase = 0; - /* reset the pointer */ - subs->hwptr = 0; - subs->hwptr_done = 0; - subs->transfer_sched = 0; - subs->transfer_done = 0; - /* calculate the max. size of packet */ maxsize = ((subs->freqmax + 0x3fff) * (frame_bits >> 3)) >> 14; if (subs->maxpacksize && maxsize > subs->maxpacksize) { @@ -1277,6 +1269,17 @@ subs->maxframesize = bytes_to_frames(runtime, subs->maxpacksize); subs->curframesize = bytes_to_frames(runtime, subs->curpacksize); + /* reset the pointer */ + subs->hwptr = 0; + subs->hwptr_done = 0; + subs->transfer_sched = 0; + subs->transfer_done = 0; + subs->phase = 0; + + /* clear urbs (to be sure) */ + if (deactivate_urbs(subs, 0, 0) > 0) + wait_clear_urbs(subs); + return 0; } @@ -2002,7 +2005,7 @@ as->pcm = pcm; pcm->private_data = as; pcm->private_free = snd_usb_audio_pcm_free; - pcm->info_flags = 0; + pcm->info_flags = SNDRV_PCM_INFO_NONATOMIC_OPS; if (chip->pcm_devs > 0) sprintf(pcm->name, "USB Audio #%d", chip->pcm_devs); else --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-kernel/core pcm_native.c,1.84,1.85
Update of /cvsroot/alsa/alsa-kernel/core In directory sc8-pr-cvs1:/tmp/cvs-serv6169/core Modified Files: pcm_native.c Log Message: - prepare callback can sleep if a flag is given in pcm->info_flags. - usbaudio driver uses non-atomic prepare callback for synchronization of pending unlinked urbs. - async_unlink option of usbaudio driver is enabled as default now. - fixed the initialization of pseudo-dma pointers in usbaudio. Index: pcm_native.c === RCS file: /cvsroot/alsa/alsa-kernel/core/pcm_native.c,v retrieving revision 1.84 retrieving revision 1.85 diff -u -r1.84 -r1.85 --- pcm_native.c21 Oct 2003 09:51:35 - 1.84 +++ pcm_native.c25 Nov 2003 12:01:21 - 1.85 @@ -620,7 +620,7 @@ */ static int snd_pcm_action_group(struct action_ops *ops, snd_pcm_substream_t *substream, - int state) + int state, int atomic_only) { struct list_head *pos; snd_pcm_substream_t *s = NULL; @@ -628,6 +628,8 @@ snd_pcm_group_for_each(pos, substream) { s = snd_pcm_group_substream_entry(pos); + if (atomic_only && (s->pcm->info_flags & SNDRV_PCM_INFO_NONATOMIC_OPS)) + continue; if (s != substream) spin_lock(&s->self_group.lock); res = ops->pre_action(s, state); @@ -637,6 +639,8 @@ if (res >= 0) { snd_pcm_group_for_each(pos, substream) { s = snd_pcm_group_substream_entry(pos); + if (atomic_only && (s->pcm->info_flags & SNDRV_PCM_INFO_NONATOMIC_OPS)) + continue; err = ops->do_action(s, state); if (err < 0) { if (res == 0) @@ -652,7 +656,9 @@ /* unlock all streams */ snd_pcm_group_for_each(pos, substream) { s1 = snd_pcm_group_substream_entry(pos); - if (s1 != substream) + if (atomic_only && (s1->pcm->info_flags & SNDRV_PCM_INFO_NONATOMIC_OPS)) + ; + else if (s1 != substream) spin_unlock(&s1->self_group.lock); if (s1 == s)/* end */ break; @@ -682,6 +688,8 @@ /* * Note: call with stream lock + * + * NB2: this won't handle the non-atomic callbacks */ static int snd_pcm_action(struct action_ops *ops, snd_pcm_substream_t *substream, @@ -695,7 +703,7 @@ spin_lock(&substream->group->lock); spin_lock(&substream->self_group.lock); } - res = snd_pcm_action_group(ops, substream, state); + res = snd_pcm_action_group(ops, substream, state, 0); spin_unlock(&substream->group->lock); } else { res = snd_pcm_action_single(ops, substream, state); @@ -705,10 +713,14 @@ /* * Note: don't use any locks before + * + * NB2: this can handle the non-atomic callbacks if allow_nonatomic = 1 + * when the pcm->info_flags has NONATOMIC_OPS bit, it's handled + * ouside the lock to allow sleep in the callback. */ static int snd_pcm_action_lock_irq(struct action_ops *ops, snd_pcm_substream_t *substream, - int state) + int state, int allow_nonatomic) { int res; @@ -716,10 +728,43 @@ if (snd_pcm_stream_linked(substream)) { spin_lock(&substream->group->lock); spin_lock(&substream->self_group.lock); - res = snd_pcm_action_group(ops, substream, state); + res = snd_pcm_action_group(ops, substream, state, allow_nonatomic); spin_unlock(&substream->self_group.lock); spin_unlock(&substream->group->lock); + if (res >= 0 && allow_nonatomic) { + /* now process the non-atomic substreams separately +* outside the lock +*/ +#define MAX_LINKED_STREAMS 16 /* FIXME: should be variable */ + + struct list_head *pos; + int i, num_s = 0; + snd_pcm_substream_t *s; + snd_pcm_substream_t *subs[MAX_LINKED_STREAMS]; + snd_pcm_group_for_each(pos, substream) { + if (num_s >= MAX_LINKED_STREAMS) { + res = -ENOMEM; + num_s = 0; /* don't proceed */ + break; + } +
[alsa-cvslog] CVS: alsa-tools/us428control Cus428Midi.h,1.2,1.3
Update of /cvsroot/alsa/alsa-tools/us428control In directory sc8-pr-cvs1:/tmp/cvs-serv2860/us428control Modified Files: Cus428Midi.h Log Message: - don't use kernel stuff. use the values in alsa-lib instead. Index: Cus428Midi.h === RCS file: /cvsroot/alsa/alsa-tools/us428control/Cus428Midi.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Cus428Midi.h28 Oct 2003 10:57:13 - 1.2 +++ Cus428Midi.h25 Nov 2003 11:52:00 - 1.3 @@ -17,7 +17,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include #include "Cus428State.h" class Cus428Midi { @@ -30,11 +29,11 @@ if (0 <= (Err = snd_seq_open(&Seq, "default", SND_SEQ_OPEN_DUPLEX, SND_SEQ_NONBLOCK))) { snd_seq_set_client_name(Seq, "US-428"); Err = snd_seq_create_simple_port(Seq, "Controls", -SNDRV_SEQ_PORT_CAP_READ -//|SNDRV_SEQ_PORT_CAP_WRITE FIXME: Next Step is to make Lights switchable -|SNDRV_SEQ_PORT_CAP_SUBS_READ - /*|SNDRV_SEQ_PORT_CAP_SUBS_WRITE*/, - SNDRV_SEQ_PORT_TYPE_MIDI_GENERIC); +SND_SEQ_PORT_CAP_READ +//|SND_SEQ_PORT_CAP_WRITE FIXME: Next Step is to make Lights switchable +|SND_SEQ_PORT_CAP_SUBS_READ + /*|SND_SEQ_PORT_CAP_SUBS_WRITE*/, + SND_SEQ_PORT_TYPE_MIDI_GENERIC); if (Err >= 0) { Port = Err; snd_seq_ev_clear(&Ev); --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-tools/vxloader vxloader.c,1.4,1.5
Update of /cvsroot/alsa/alsa-tools/vxloader In directory sc8-pr-cvs1:/tmp/cvs-serv1852/vxloader Modified Files: vxloader.c Log Message: - fixed compile warnings. Index: vxloader.c === RCS file: /cvsroot/alsa/alsa-tools/vxloader/vxloader.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- vxloader.c 25 Mar 2003 17:37:21 - 1.4 +++ vxloader.c 25 Nov 2003 11:51:31 - 1.5 @@ -70,7 +70,7 @@ FILE *fp; char buf[256]; int data, c, idx, length; - unsigned char *imgbuf; + unsigned char *imgbuf = NULL; char *p; if ((fp = fopen(fname, "r")) == NULL) { --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-tools Makefile,1.30,1.31 cvscompile,1.1,1.2
Update of /cvsroot/alsa/alsa-tools In directory sc8-pr-cvs1:/tmp/cvs-serv1566 Modified Files: Makefile cvscompile Log Message: - pass the arguments to cvscompile in subdirectories. - added "make install". Index: Makefile === RCS file: /cvsroot/alsa/alsa-tools/Makefile,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- Makefile18 Nov 2003 15:51:59 - 1.30 +++ Makefile25 Nov 2003 11:51:08 - 1.31 @@ -5,12 +5,15 @@ usx2yloader vxloader all: - @for i in $(SUBDIRS); do cd $(TOP)/$$i; ./cvscompile; cd ..; make -C $$i; done + @for i in $(SUBDIRS); do cd $(TOP)/$$i; ./cvscompile $(CVSCOMPILE_ARGS); cd ..; make -C $$i; done + +install: + @for i in $(SUBDIRS); do make -C $$i DESTDIR=$(DESTDIR) install; done alsa-dist: @echo $(VERSION) >> $(TOP)/version @mkdir -p $(TOP)/distdir - @for i in $(SUBDIRS); do cd $(TOP)/$$i; ./cvscompile; cd ..; make -C $$i alsa-dist; done + @for i in $(SUBDIRS); do cd $(TOP)/$$i; ./cvscompile $(CVSCOMPILE_ARGS); cd ..; make -C $$i alsa-dist; done @mv distdir alsa-tools-$(VERSION) @tar --create --verbose --file=- alsa-tools-$(VERSION) | bzip2 -c -9 > alsa-tools-$(VERSION).tar.bz2 @mv alsa-tools-$(VERSION) distdir Index: cvscompile === RCS file: /cvsroot/alsa/alsa-tools/cvscompile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cvscompile 20 Aug 2001 15:17:09 - 1.1 +++ cvscompile 25 Nov 2003 11:51:08 - 1.2 @@ -1,3 +1,3 @@ #!/bin/sh -make +make CVSCOMPILE_ARGS="$*" --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-tools/seq Makefile,1.1,1.2 cvscompile,1.1,1.2
Update of /cvsroot/alsa/alsa-tools/seq In directory sc8-pr-cvs1:/tmp/cvs-serv1566/seq Modified Files: Makefile cvscompile Log Message: - pass the arguments to cvscompile in subdirectories. - added "make install". Index: Makefile === RCS file: /cvsroot/alsa/alsa-tools/seq/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile20 Aug 2001 15:17:11 - 1.1 +++ Makefile25 Nov 2003 11:51:08 - 1.2 @@ -1,7 +1,10 @@ SUBDIRS = sbiload all: - @for i in $(SUBDIRS); do cd $$i; ./cvscompile; cd ..; $(MAKE) -C $$i; done + @for i in $(SUBDIRS); do cd $$i; ./cvscompile $(CVSCOMPILE_ARGS); cd ..; $(MAKE) -C $$i; done + +install: + @for i in $(SUBDIRS); do $(MAKE) -C $$i DESTDIR=$(DESTDIR) install; done alsa-dist: @for i in $(SUBDIRS); do $(MAKE) -C $$i alsa-dist; done Index: cvscompile === RCS file: /cvsroot/alsa/alsa-tools/seq/cvscompile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cvscompile 20 Aug 2001 15:44:23 - 1.1 +++ cvscompile 25 Nov 2003 11:51:08 - 1.2 @@ -1,3 +1,3 @@ #!/bin/sh -make +make CVSCOMPILE_ARGS="$*" --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-tools/hdsploader hdsploader.c,1.4,1.5
Update of /cvsroot/alsa/alsa-tools/hdsploader In directory sc8-pr-cvs1:/tmp/cvs-serv1852/hdsploader Modified Files: hdsploader.c Log Message: - fixed compile warnings. Index: hdsploader.c === RCS file: /cvsroot/alsa/alsa-tools/hdsploader/hdsploader.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- hdsploader.c3 Nov 2003 19:09:55 - 1.4 +++ hdsploader.c25 Nov 2003 11:51:31 - 1.5 @@ -31,14 +31,13 @@ void upload_firmware(int card) { -int err, i; +int err; snd_hwdep_t *hw; snd_hwdep_info_t *info; char card_name[6]; hdsp_version_t version; hdsp_firmware_t firmware; -hdsp_config_info_t config_info; snd_hwdep_info_alloca(&info); snprintf(card_name, 6, "hw:%i", card); @@ -97,7 +96,6 @@ snd_ctl_card_info_t *info; snd_pcm_info_t *pcminfo; -int cards = 0; snd_ctl_card_info_alloca(&info); snd_pcm_info_alloca(&pcminfo); --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-driver/usb Makefile,1.12,1.13
Update of /cvsroot/alsa/alsa-driver/usb In directory sc8-pr-cvs1:/tmp/cvs-serv19435/usb Modified Files: Makefile Log Message: - renamed us428 to usx2y driver. the subdirectory is moved, too. supports us122 device now. Index: Makefile === RCS file: /cvsroot/alsa/alsa-driver/usb/Makefile,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- Makefile11 Nov 2003 13:12:34 - 1.12 +++ Makefile25 Nov 2003 11:21:49 - 1.13 @@ -10,7 +10,7 @@ # for compatibility extra-snd-usb-audio-objs := usbcompat.o -obj-$(CONFIG_SND) += us428/ +obj-$(CONFIG_SND) += usx2y/ export-objs := usbaudio.o usbmidi.o --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-driver/usb/us428 .cvsignore,1.2,NONE Kconfig,1.1,NONE Makefile,1.3,NONE usX2Yhwdep.c,1.3,NONE usX2Yhwdep.h,1.1,NONE usbus428.c,1.7,NONE usbus428.h,1.3,NONE usbus428audio.c,1.7,NONE usbus428ctldefs.h,1.2,NONE usx2y.h,1.1,NONE
Update of /cvsroot/alsa/alsa-driver/usb/us428 In directory sc8-pr-cvs1:/tmp/cvs-serv19435/usb/us428 Removed Files: .cvsignore Kconfig Makefile usX2Yhwdep.c usX2Yhwdep.h usbus428.c usbus428.h usbus428audio.c usbus428ctldefs.h usx2y.h Log Message: - renamed us428 to usx2y driver. the subdirectory is moved, too. supports us122 device now. --- .cvsignore DELETED --- --- Kconfig DELETED --- --- Makefile DELETED --- --- usX2Yhwdep.c DELETED --- --- usX2Yhwdep.h DELETED --- --- usbus428.c DELETED --- --- usbus428.h DELETED --- --- usbus428audio.c DELETED --- --- usbus428ctldefs.h DELETED --- --- usx2y.h DELETED --- --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-driver/utils Modules.dep,1.26,1.27
Update of /cvsroot/alsa/alsa-driver/utils In directory sc8-pr-cvs1:/tmp/cvs-serv19435/utils Modified Files: Modules.dep Log Message: - renamed us428 to usx2y driver. the subdirectory is moved, too. supports us122 device now. Index: Modules.dep === RCS file: /cvsroot/alsa/alsa-driver/utils/Modules.dep,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- Modules.dep 6 Oct 2003 14:01:07 - 1.26 +++ Modules.dep 25 Nov 2003 11:21:49 - 1.27 @@ -17,8 +17,8 @@ %dir linux/sound/pcmcia/pdaudiocf |snd-pdaudiocf snd-pcm -%dir linux/sound/usb/us428 -|snd-usb-us428 snd-usb-audio snd-hwdep +%dir linux/sound/usb/usx2y +|snd-usb-usx2y snd-usb-audio snd-hwdep %dir linux/sound/pci/au88x0 |snd-au8810 snd-pcm snd-ac97-codec snd-mpu401-uart --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-driver INSTALL,1.149,1.150
Update of /cvsroot/alsa/alsa-driver In directory sc8-pr-cvs1:/tmp/cvs-serv19435 Modified Files: INSTALL Log Message: - renamed us428 to usx2y driver. the subdirectory is moved, too. supports us122 device now. Index: INSTALL === RCS file: /cvsroot/alsa/alsa-driver/INSTALL,v retrieving revision 1.149 retrieving revision 1.150 diff -u -r1.149 -r1.150 --- INSTALL 10 Nov 2003 17:32:36 - 1.149 +++ INSTALL 25 Nov 2003 11:21:49 - 1.150 @@ -214,10 +214,10 @@ Module supports up to 8 cards. - Module snd-usb-us428 + Module snd-usb-usx2y -Module for Tascam USB US-428 device. +Module for Tascam USB US-122 and US-428 devices. This module supports up to 8 cards, autoprobe and hotplugging. --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-driver/include amagic.h,1.10,1.11
Update of /cvsroot/alsa/alsa-driver/include In directory sc8-pr-cvs1:/tmp/cvs-serv19435/include Modified Files: amagic.h Log Message: - renamed us428 to usx2y driver. the subdirectory is moved, too. supports us122 device now. Index: amagic.h === RCS file: /cvsroot/alsa/alsa-driver/include/amagic.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- amagic.h6 Oct 2003 14:01:00 - 1.10 +++ amagic.h25 Nov 2003 11:21:49 - 1.11 @@ -6,7 +6,7 @@ #define snd_msndpinnacle_pcm_t_magic 0xa25a3e01 #define msndmidi_t_magic 0xa25a3e02 #define pdacf_t_magic 0xa25a3f00 -#define snd_us428_stream_t_magic0xa25a5e03 +#define snd_usX2Y_stream_t_magic0xa25a5e03 #define vortex_t_magic 0xa25a4001 #endif --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-driver/acore Makefile,1.32,1.33
Update of /cvsroot/alsa/alsa-driver/acore In directory sc8-pr-cvs1:/tmp/cvs-serv19435/acore Modified Files: Makefile Log Message: - renamed us428 to usx2y driver. the subdirectory is moved, too. supports us122 device now. Index: Makefile === RCS file: /cvsroot/alsa/alsa-driver/acore/Makefile,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- Makefile11 Nov 2003 13:12:15 - 1.32 +++ Makefile25 Nov 2003 11:21:49 - 1.33 @@ -11,7 +11,7 @@ obj-$(CONFIG_SND_MIXART) += snd-pcm.o snd-timer.o snd-page-alloc.o snd.o snd-hwdep.o obj-$(CONFIG_SND_SERIALMIDI) += snd-rawmidi.o snd.o obj-$(CONFIG_SND_MSND_PINNACLE) += snd-pcm.o snd-timer.o snd-page-alloc.o snd.o snd-rawmidi.o -obj-$(CONFIG_SND_USB_US428) += snd-pcm.o snd-timer.o snd-page-alloc.o snd.o snd-rawmidi.o snd-hwdep.o +obj-$(CONFIG_SND_USB_USX2Y) += snd-pcm.o snd-timer.o snd-page-alloc.o snd.o snd-rawmidi.o snd-hwdep.o obj-$(CONFIG_SND_AU8810) += snd-pcm.o snd-timer.o snd-page-alloc.o snd.o snd-rawmidi.o snd-hwdep.o obj-$(CONFIG_SND_AU8820) += snd-pcm.o snd-timer.o snd-page-alloc.o snd.o snd-rawmidi.o snd-hwdep.o obj-$(CONFIG_SND_AU8830) += snd-pcm.o snd-timer.o snd-page-alloc.o snd.o snd-rawmidi.o snd-hwdep.o --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-driver/usb/usx2y - New directory
Update of /cvsroot/alsa/alsa-driver/usb/usx2y In directory sc8-pr-cvs1:/tmp/cvs-serv18949/usb/usx2y Log Message: Directory /cvsroot/alsa/alsa-driver/usb/usx2y added to the repository --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-driver INSTALL,1.150,1.151
Update of /cvsroot/alsa/alsa-driver In directory sc8-pr-cvs1:/tmp/cvs-serv20224 Modified Files: INSTALL Log Message: - added a note for RH's unresolved symbol problem. Index: INSTALL === RCS file: /cvsroot/alsa/alsa-driver/INSTALL,v retrieving revision 1.150 retrieving revision 1.151 diff -u -r1.150 -r1.151 --- INSTALL 25 Nov 2003 11:21:49 - 1.150 +++ INSTALL 25 Nov 2003 11:26:16 - 1.151 @@ -243,3 +243,19 @@ control correctly. If you have problems regarding this, try another ALSA compliant mixer (alsamixer works). + +Trouble Shooting + + +Unresolved symbol with RedHat 9 +--- + +Run depmod -ae and check which symbol is missing. +If the unresolved symbol is "schedule_work", tihis is because RedHat +shipped the kernel with incomplete implementation of workqueue. +For solving this problem, run the following on the top of alsa-driver +directory: + + % touch include/linux/workqueue.h + +and run "make clean", "make" again. --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog