mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-24 07:00:00 -05:00
- added the firmware loader for digigram VX cards.
This commit is contained in:
parent
0a7d39663c
commit
47ce0c1fe1
21 changed files with 3534 additions and 1 deletions
20
vxloader/firmware/Makefile.am
Normal file
20
vxloader/firmware/Makefile.am
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
cfg_files = index \
|
||||
bd56002.boot \
|
||||
bd563s3.boot \
|
||||
bd563v2.boot \
|
||||
bx_1_vxp.b56 \
|
||||
bx_1_vp4.b56 \
|
||||
l_1_v22.d56 \
|
||||
l_1_vx2.d56 \
|
||||
l_1_vxp.d56 \
|
||||
l_1_vp4.d56 \
|
||||
x1_2_v22.rbt \
|
||||
x1_1_vx2.rbt \
|
||||
x1_1_vxp.rbt \
|
||||
x1_1_vp4.rbt
|
||||
|
||||
EXTRA_DIST = $(cfg_files)
|
||||
|
||||
firmwaredir = $(datadir)/vxloader
|
||||
firmware_DATA = $(cfg_files)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue