diff options
author | David Woodhouse <dwmw2@infradead.org> | 2008-05-30 09:19:39 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-10 09:49:12 -0400 |
commit | ae93a55bf948753de0bb8e43fa9c027f786abb05 (patch) | |
tree | df682bb3bd88978420d57f5edba62218cbe68f96 /firmware/Makefile | |
parent | 3edbf98b863391bdd7ad2bf47b7db1689afac886 (diff) |
emi26: use request_firmware()
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'firmware/Makefile')
-rw-r--r-- | firmware/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index dd76fa5ab3fc..51ff1f353453 100644 --- a/firmware/Makefile +++ b/firmware/Makefile | |||
@@ -27,6 +27,8 @@ fw-shipped-$(CONFIG_SND_MAESTRO3) += ess/maestro3_assp_kernel.fw \ | |||
27 | ess/maestro3_assp_minisrc.fw | 27 | ess/maestro3_assp_minisrc.fw |
28 | fw-shipped-$(CONFIG_SND_YMFPCI) += yamaha/ds1_ctrl.fw yamaha/ds1_dsp.fw \ | 28 | fw-shipped-$(CONFIG_SND_YMFPCI) += yamaha/ds1_ctrl.fw yamaha/ds1_dsp.fw \ |
29 | yamaha/ds1e_ctrl.fw | 29 | yamaha/ds1e_ctrl.fw |
30 | fw-shipped-$(CONFIG_USB_EMI26) += emi26/loader.fw emi26/firmware.fw \ | ||
31 | emi26/bitstream.fw | ||
30 | fw-shipped-$(CONFIG_USB_KAWETH) += kaweth/new_code.bin kaweth/trigger_code.bin \ | 32 | fw-shipped-$(CONFIG_USB_KAWETH) += kaweth/new_code.bin kaweth/trigger_code.bin \ |
31 | kaweth/new_code_fix.bin \ | 33 | kaweth/new_code_fix.bin \ |
32 | kaweth/trigger_code_fix.bin | 34 | kaweth/trigger_code_fix.bin |