this is a patch against /alsa-tools/usx2yloader/tascam_fpga.in:

>>>>>>
Index: tascam_fpga.in
===================================================================
RCS file: /cvsroot/alsa/alsa-tools/usx2yloader/tascam_fpga.in,v
retrieving revision 1.4
diff -u -r1.4 tascam_fpga.in
--- tascam_fpga.in      19 Jan 2004 18:49:21 -0000      1.4
+++ tascam_fpga.in      19 Feb 2004 22:16:04 -0000
@@ -23,6 +23,9 @@
 1604/8001/*)
        [EMAIL PROTECTED]@/us428control
        ;;
+1604/8005/*)
+       [EMAIL PROTECTED]@/us224control
+       ;;
 *)
        ;;
 esac
<<<<<<

unfortunately this patch is only half of what it should be:
"us224control" is meant to be created from "ln -s us428control us224control"
how would we integrate this "ln -s us428control us224control" into Makefile.am 
? or should we just cp the symbolic link? but then: can you put the symbolic 
link created by "ln -s us428control us224control" into CVS?

if nobody knows, here is what works out of the box:

>>>>>>
Index: tascam_fpga.in
===================================================================
RCS file: /cvsroot/alsa/alsa-tools/usx2yloader/tascam_fpga.in,v
retrieving revision 1.4
diff -u -r1.4 tascam_fpga.in
--- tascam_fpga.in      19 Jan 2004 18:49:21 -0000      1.4
+++ tascam_fpga.in      19 Feb 2004 22:16:04 -0000
@@ -23,6 +23,9 @@
 1604/8001/*)
        [EMAIL PROTECTED]@/us428control
        ;;
+1604/8005/*)
+       [EMAIL PROTECTED]@/us428control
+       ;;
 *)
        ;;
 esac
<<<<<<

best regards, Karsten



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to