diff options
author | David Woodhouse <dwmw2@infradead.org> | 2008-05-30 10:35:47 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-10 09:49:14 -0400 |
commit | b8e24bfabb03527d1c876fcaf24cccb05e1cbc65 (patch) | |
tree | ed02482cfc823d96691ad78afb034b819f64b295 /firmware/Makefile | |
parent | ae93a55bf948753de0bb8e43fa9c027f786abb05 (diff) |
emi62: 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 51ff1f353453..2b340746fa10 100644 --- a/firmware/Makefile +++ b/firmware/Makefile | |||
@@ -29,6 +29,8 @@ 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 \ | 30 | fw-shipped-$(CONFIG_USB_EMI26) += emi26/loader.fw emi26/firmware.fw \ |
31 | emi26/bitstream.fw | 31 | emi26/bitstream.fw |
32 | fw-shipped-$(CONFIG_USB_EMI62) += emi62/loader.fw emi62/bitstream.fw \ | ||
33 | emi62/spdif.fw emi62/midi.fw | ||
32 | fw-shipped-$(CONFIG_USB_KAWETH) += kaweth/new_code.bin kaweth/trigger_code.bin \ | 34 | fw-shipped-$(CONFIG_USB_KAWETH) += kaweth/new_code.bin kaweth/trigger_code.bin \ |
33 | kaweth/new_code_fix.bin \ | 35 | kaweth/new_code_fix.bin \ |
34 | kaweth/trigger_code_fix.bin | 36 | kaweth/trigger_code_fix.bin |