mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-18 22:05:26 -05:00
- use the generic hwdep DSP loader API.
- install the firmware to /usr/share/alsa/firmware. - separate configuration file for each card type.
This commit is contained in:
parent
47ce0c1fe1
commit
aa558b819b
10 changed files with 129 additions and 169 deletions
|
|
@ -1,4 +1,4 @@
|
|||
cfg_files = index \
|
||||
cfg_files = vx222.conf vxboard.conf vxpocket.conf vxp440.conf \
|
||||
bd56002.boot \
|
||||
bd563s3.boot \
|
||||
bd563v2.boot \
|
||||
|
|
@ -15,6 +15,6 @@ cfg_files = index \
|
|||
|
||||
EXTRA_DIST = $(cfg_files)
|
||||
|
||||
firmwaredir = $(datadir)/vxloader
|
||||
firmwaredir = $(datadir)/alsa/firmware
|
||||
firmware_DATA = $(cfg_files)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue