mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-03-15 05:33:48 -04:00
- generate tascam_fw and tascam_fpga via configure script.
This commit is contained in:
parent
42a5cda363
commit
97c544fe65
4 changed files with 14 additions and 5 deletions
|
|
@ -1,14 +0,0 @@
|
|||
#!/bin/sh
|
||||
# load the firmware into Tascam USB devices (FPGA design)
|
||||
|
||||
LOADER=/usr/local/bin/usx2yloader
|
||||
|
||||
if [ -x /usr/bin/logger ]; then
|
||||
/usr/bin/logger -t $0 "calling $LOADER for $DEVICE"
|
||||
fi
|
||||
$LOADER
|
||||
/usr/local/bin/us428control&
|
||||
if [ -x /usr/bin/logger ]; then
|
||||
/usr/bin/logger -t $0 "leaving"
|
||||
fi
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue