From: Markus Bollinger Date: Tue, 25 Nov 2008 15:21:44 +0000 (+0100) Subject: pcxhr - Add new firmwares X-Git-Tag: v1.0.19~2 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=678b676c1893f1be0a277420bec6174d13f60d67;p=alsa-firmware.git pcxhr - Add new firmwares Add new firmwares for PCXHR devices. Signed-off-by: Takashi Iwai --- diff --git a/pcxhrloader/Makefile.am b/pcxhrloader/Makefile.am index 0e734d6..6d5bbe1 100644 --- a/pcxhrloader/Makefile.am +++ b/pcxhrloader/Makefile.am @@ -1,12 +1,30 @@ MYNAME = pcxhrloader -cfg_files = pcxhr.conf +cfg_files = \ + pcxhr0.conf \ + pcxhr1.conf \ + pcxhr2.conf \ + pcxhr3.conf \ + pcxhr4.conf \ + pcxhr5.conf dsp_files = \ - xi_1_882.dat \ - xc_1_882.dat \ - e321_512.e56 \ - b321_512.b56 \ - d321_512.d56 + xi_1_882.dat \ + xc_1_882.dat \ + xc_882e.dat \ + e321_512.e56 \ + b321_512.b56 \ + b882e.b56 \ + d321_512.d56 \ + xc_1222.dat \ + xc_1222e.dat \ + b1222.b56 \ + b1222e.b56 \ + d1222.d56 \ + x1_222hr.dat \ + x1_924hr.dat \ + e924.e56 \ + b924.b56 \ + l_1_222.d56 EXTRA_DIST = $(cfg_files) $(dsp_files) diff --git a/pcxhrloader/b1222.b56 b/pcxhrloader/b1222.b56 new file mode 100644 index 0000000..068390a Binary files /dev/null and b/pcxhrloader/b1222.b56 differ diff --git a/pcxhrloader/b1222e.b56 b/pcxhrloader/b1222e.b56 new file mode 100644 index 0000000..8ec982e Binary files /dev/null and b/pcxhrloader/b1222e.b56 differ diff --git a/pcxhrloader/b321_512.b56 b/pcxhrloader/b321_512.b56 index 3e82688..edcac1e 100644 Binary files a/pcxhrloader/b321_512.b56 and b/pcxhrloader/b321_512.b56 differ diff --git a/pcxhrloader/b882e.b56 b/pcxhrloader/b882e.b56 new file mode 100644 index 0000000..39e6621 Binary files /dev/null and b/pcxhrloader/b882e.b56 differ diff --git a/pcxhrloader/b924.b56 b/pcxhrloader/b924.b56 new file mode 100644 index 0000000..1c5b415 Binary files /dev/null and b/pcxhrloader/b924.b56 differ diff --git a/pcxhrloader/d1222.d56 b/pcxhrloader/d1222.d56 new file mode 100644 index 0000000..66f8e83 Binary files /dev/null and b/pcxhrloader/d1222.d56 differ diff --git a/pcxhrloader/d321_512.d56 b/pcxhrloader/d321_512.d56 index 9531b2c..6d46f0f 100644 Binary files a/pcxhrloader/d321_512.d56 and b/pcxhrloader/d321_512.d56 differ diff --git a/pcxhrloader/e321_512.e56 b/pcxhrloader/e321_512.e56 index 5a13498..6289320 100644 Binary files a/pcxhrloader/e321_512.e56 and b/pcxhrloader/e321_512.e56 differ diff --git a/pcxhrloader/e924.e56 b/pcxhrloader/e924.e56 new file mode 100644 index 0000000..1448af7 Binary files /dev/null and b/pcxhrloader/e924.e56 differ diff --git a/pcxhrloader/l_1_222.d56 b/pcxhrloader/l_1_222.d56 new file mode 100644 index 0000000..27b3a9a Binary files /dev/null and b/pcxhrloader/l_1_222.d56 differ diff --git a/pcxhrloader/pcxhr0.conf b/pcxhrloader/pcxhr0.conf new file mode 100644 index 0000000..59de518 --- /dev/null +++ b/pcxhrloader/pcxhr0.conf @@ -0,0 +1,8 @@ +# boot firmwares for digigram pcxhr cards +# VX882HR PCX882HR VX881HR PCX881HR + +dsp0 xi_1_882.dat +dsp1 xc_1_882.dat +dsp2 e321_512.e56 +dsp3 b321_512.b56 +dsp4 d321_512.d56 diff --git a/pcxhrloader/pcxhr1.conf b/pcxhrloader/pcxhr1.conf new file mode 100644 index 0000000..97205fd --- /dev/null +++ b/pcxhrloader/pcxhr1.conf @@ -0,0 +1,8 @@ +# boot firmwares for digigram pcxhr cards +# VX882e PCX882e VX881e PCX881e + +dsp0 xi_1_882.dat +dsp1 xc_882e.dat +dsp2 e321_512.e56 +dsp3 b882e.b56 +dsp4 d321_512.d56 diff --git a/pcxhrloader/pcxhr2.conf b/pcxhrloader/pcxhr2.conf new file mode 100644 index 0000000..0a16d23 --- /dev/null +++ b/pcxhrloader/pcxhr2.conf @@ -0,0 +1,8 @@ +# boot firmwares for digigram pcxhr cards +# VX1222HR PCX1222HR VX1221HR PCX1221HR + +dsp0 xi_1_882.dat +dsp1 xc_1222.dat +dsp2 e321_512.e56 +dsp3 b1222.b56 +dsp4 d1222.d56 diff --git a/pcxhrloader/pcxhr3.conf b/pcxhrloader/pcxhr3.conf new file mode 100644 index 0000000..001bb00 --- /dev/null +++ b/pcxhrloader/pcxhr3.conf @@ -0,0 +1,8 @@ +# boot firmwares for digigram pcxhr cards +# VX1222e PCX1222e VX1221e PCX1221e + +dsp0 xi_1_882.dat +dsp1 xc_1222e.dat +dsp2 e321_512.e56 +dsp3 b1222e.b56 +dsp4 d1222.d56 diff --git a/pcxhrloader/pcxhr4.conf b/pcxhrloader/pcxhr4.conf new file mode 100644 index 0000000..bf37d5c --- /dev/null +++ b/pcxhrloader/pcxhr4.conf @@ -0,0 +1,7 @@ +# boot firmwares for digigram pcxhr cards +# VX222HR VX222e PCX22HR PCX22e + +dsp1 x1_222hr.dat +dsp2 e924.e56 +dsp3 b924.b56 +dsp4 l_1_222.d56 diff --git a/pcxhrloader/pcxhr5.conf b/pcxhrloader/pcxhr5.conf new file mode 100644 index 0000000..0550a77 --- /dev/null +++ b/pcxhrloader/pcxhr5.conf @@ -0,0 +1,7 @@ +# boot firmwares for digigram pcxhr cards +# VX222HR-Mic VX222e-Mic PCX924HR PCX924e PCX924HR-Mic PCX924e-Mic + +dsp1 x1_924hr.dat +dsp2 e924.e56 +dsp3 b924.b56 +dsp4 l_1_222.d56 diff --git a/pcxhrloader/x1_222hr.dat b/pcxhrloader/x1_222hr.dat new file mode 100644 index 0000000..fbc28f5 Binary files /dev/null and b/pcxhrloader/x1_222hr.dat differ diff --git a/pcxhrloader/x1_924hr.dat b/pcxhrloader/x1_924hr.dat new file mode 100644 index 0000000..9e00d8d Binary files /dev/null and b/pcxhrloader/x1_924hr.dat differ diff --git a/pcxhrloader/xc_1222.dat b/pcxhrloader/xc_1222.dat new file mode 100644 index 0000000..21dabde Binary files /dev/null and b/pcxhrloader/xc_1222.dat differ diff --git a/pcxhrloader/xc_1222e.dat b/pcxhrloader/xc_1222e.dat new file mode 100644 index 0000000..f6aac85 Binary files /dev/null and b/pcxhrloader/xc_1222e.dat differ diff --git a/pcxhrloader/xc_1_882.dat b/pcxhrloader/xc_1_882.dat index 5ed6cd7..d59dfe0 100644 Binary files a/pcxhrloader/xc_1_882.dat and b/pcxhrloader/xc_1_882.dat differ diff --git a/pcxhrloader/xc_882e.dat b/pcxhrloader/xc_882e.dat new file mode 100644 index 0000000..8f88656 Binary files /dev/null and b/pcxhrloader/xc_882e.dat differ diff --git a/pcxhrloader/xi_1_882.dat b/pcxhrloader/xi_1_882.dat index 6329571..d57d0cd 100644 Binary files a/pcxhrloader/xi_1_882.dat and b/pcxhrloader/xi_1_882.dat differ