Hi, our assumption in the usx2yloader for an US-224 was wrong (the prepad size differs). I've attached a patch which fix this in alsa-firmware.
Instead of usx2y.prepad (which can be removed now) I've created two new prepad files for the usx2yloader: us122.prepad, us224.prepad. They should be copied to alsa-firmware/usx2yloader. Thanks to David Coulm for his help. martin
--- us122.conf.ORIGINAL Sun Feb 1 12:18:26 2004 +++ us122.conf Sun Feb 1 12:19:02 2004 @@ -1,5 +1,5 @@ # boot firmwares for Tascam us122 deviceid 0x8007 -dsp0 usx2y.prepad +dsp0 us122.prepad dsp1 us122.rbt --- us224.conf.ORIGINAL Thu Jan 29 23:47:49 2004 +++ us224.conf Thu Jan 29 23:48:04 2004 @@ -1,5 +1,5 @@ # boot firmwares for Tascam us224 deviceid 0x8005 -dsp0 usx2y.prepad +dsp0 us224.prepad dsp1 us224.rbt --- Makefile.am.ORIGINAL Thu Jan 29 23:47:15 2004 +++ Makefile.am Sun Feb 1 12:21:39 2004 @@ -1,7 +1,7 @@ MYNAME = usx2yloader cfg_files = us122.conf us224.conf us428.conf \ - usx2y.prepad us428.prepad \ + us122.prepad us224.prepad us428.prepad \ us122.rbt us224.rbt us428.rbt \ tascam_loader.ihx \ us122fw.ihx us224fw.ihx us428fw.ihx
us224.prepad
Description: Binary data
us122.prepad
Description: Binary data