]> git.alsa-project.org Git - alsa-firmware.git/commitdiff
echoaudio, fix typo
authorGiuliano Pochini <pochini@shiny.it>
Wed, 6 Sep 2006 10:10:32 +0000 (12:10 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 6 Sep 2006 10:10:32 +0000 (12:10 +0200)
This patch fixes a stupid typo that prevents a very important peice of
firmware from being installed.

Signed-off-by: Giuliano Pochini <pochini@shiny.it>
echoaudio/Makefile.am

index c51db4f00469154a8e05f37a7579517a7fa089af..afb954dec55c8cf6196adfaaf67ad0293ad82410 100644 (file)
@@ -1,5 +1,6 @@
 # # Process this file with automake to produce Makefile.in.
 firmware_files =       \
+               loader_dsp.fw \
                darla20_dsp.fw \
                gina20_dsp.fw \
                layla20_dsp.fw \
@@ -70,6 +71,7 @@ hotplugfw_DATA =
 endif
 
 $(firmware_files): fw_writer
+       ./fw_writer DSP/LoaderDSP.c loader_dsp.fw
        ./fw_writer DSP/Darla20DSP.c darla20_dsp.fw
        ./fw_writer DSP/Gina20DSP.c gina20_dsp.fw
        ./fw_writer DSP/Layla20DSP.c layla20_dsp.fw