From: David Woodhouse Date: Thu, 29 May 2008 12:07:34 +0000 (+0300) Subject: firmware: convert ymfpci driver to use firmware loader exclusively X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=543cbf032c3c8e24dbad4005271ba53a00e4b86d;p=linux-firmware firmware: convert ymfpci driver to use firmware loader exclusively Signed-off-by: David Woodhouse --- diff --git a/WHENCE b/WHENCE index c08dbc8..ae40fb1 100644 --- a/WHENCE +++ b/WHENCE @@ -31,3 +31,16 @@ drops binary dsp code images on our heads, but we don't get to see specs on the dsp." -------------------------------------------------------------------------- + +Driver: ymfpci -- Yamaha YMF724/740/744/754 audio devices + +File: yamaha/ds1_ctrl.fw +File: yamaha/ds1_dsp.fw +File: yamaha/ds1e_ctrl.fw + +Licence: Unknown + +Found alsa-firmware package in hex form, with the following comment: + Copyright (c) 1997-1999 Yamaha Corporation. All Rights Reserved. + +-------------------------------------------------------------------------- diff --git a/yamaha/ds1_ctrl.fw b/yamaha/ds1_ctrl.fw new file mode 100644 index 0000000..522e41e Binary files /dev/null and b/yamaha/ds1_ctrl.fw differ diff --git a/yamaha/ds1_dsp.fw b/yamaha/ds1_dsp.fw new file mode 100644 index 0000000..8813620 Binary files /dev/null and b/yamaha/ds1_dsp.fw differ diff --git a/yamaha/ds1e_ctrl.fw b/yamaha/ds1e_ctrl.fw new file mode 100644 index 0000000..4e1b452 Binary files /dev/null and b/yamaha/ds1e_ctrl.fw differ