mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-03-22 05:33:54 -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
18
usx2yloader/tascam_fpga.in
Normal file
18
usx2yloader/tascam_fpga.in
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
#!/bin/sh
|
||||
# load the firmware into Tascam USB devices (FPGA design)
|
||||
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
|
||||
LOADER=@bindir@/usx2yloader
|
||||
|
||||
if [ -x /usr/bin/logger ]; then
|
||||
/usr/bin/logger -t $0 "calling $LOADER for $DEVICE"
|
||||
fi
|
||||
$LOADER
|
||||
@bin@/us428control &
|
||||
if [ -x /usr/bin/logger ]; then
|
||||
/usr/bin/logger -t $0 "leaving"
|
||||
fi
|
||||
|
||||
exit 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue