]> git.alsa-project.org Git - alsa-firmware.git/commitdiff
Add pcxhrloader
authorTakashi Iwai <tiwai@suse.de>
Tue, 21 Dec 2004 13:42:43 +0000 (13:42 +0000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 21 Dec 2004 13:42:43 +0000 (13:42 +0000)
Added pcxhrloader, the firmware loader for Digigram PCXHR driver.

Makefile.am
pcxhrloader/Makefile.am [new file with mode: 0644]
pcxhrloader/README [new file with mode: 0644]
pcxhrloader/b321_512.b56 [new file with mode: 0644]
pcxhrloader/d321_512.d56 [new file with mode: 0644]
pcxhrloader/e321_512.e56 [new file with mode: 0644]
pcxhrloader/pcxhr.conf [new file with mode: 0644]
pcxhrloader/xc_1_882.dat [new file with mode: 0644]
pcxhrloader/xi_1_882.dat [new file with mode: 0644]

index 60606a090363cd0eeee27a1d09c42d2973a4821e..efff015c356f96a76034801215a3a63cf277d5fc 100644 (file)
@@ -1,6 +1,6 @@
 AUTOMAKE_OPTIONS = 1.3 foreign
 
-SUBDIRS = hdsploader mixartloader usx2yloader vxloader
+SUBDIRS = hdsploader mixartloader pcxhrloader usx2yloader vxloader
 
 EXTRA_DIST = depcomp
 
diff --git a/pcxhrloader/Makefile.am b/pcxhrloader/Makefile.am
new file mode 100644 (file)
index 0000000..0e734d6
--- /dev/null
@@ -0,0 +1,27 @@
+MYNAME = pcxhrloader
+
+cfg_files = pcxhr.conf
+dsp_files = \
+       xi_1_882.dat \
+       xc_1_882.dat \
+       e321_512.e56 \
+       b321_512.b56 \
+       d321_512.d56
+
+EXTRA_DIST = $(cfg_files) $(dsp_files)
+
+if USE_LOADER
+firmwaredir = $(datadir)/alsa/firmware/$(MYNAME)
+firmware_DATA = $(cfg_files) $(dsp_files)
+else
+firmwaredir = 
+firmware_DATA = 
+endif
+
+if USE_HOTPLUG
+hotplugfwdir = @HOTPLUGFWDIR@/pcxhr
+hotplugfw_DATA = $(dsp_files)
+else
+hotplugfwdir =
+hotplugfw_DATA = 
+endif
diff --git a/pcxhrloader/README b/pcxhrloader/README
new file mode 100644 (file)
index 0000000..e5ab388
--- /dev/null
@@ -0,0 +1,13 @@
+GENRAL
+======
+
+This directory contains the firmware data files for pcxhrloader
+utility in alsa-tools package.  Install this with the same prefix
+option as you used for alsa-tools.
+
+
+COPYRIGHT
+=========
+
+Copyright (c) 2004 Digigram SA <alsa@digigram.com>
+Distributable under GPL.
diff --git a/pcxhrloader/b321_512.b56 b/pcxhrloader/b321_512.b56
new file mode 100644 (file)
index 0000000..5616f6e
Binary files /dev/null and b/pcxhrloader/b321_512.b56 differ
diff --git a/pcxhrloader/d321_512.d56 b/pcxhrloader/d321_512.d56
new file mode 100644 (file)
index 0000000..b1caaff
Binary files /dev/null and b/pcxhrloader/d321_512.d56 differ
diff --git a/pcxhrloader/e321_512.e56 b/pcxhrloader/e321_512.e56
new file mode 100644 (file)
index 0000000..5a13498
Binary files /dev/null and b/pcxhrloader/e321_512.e56 differ
diff --git a/pcxhrloader/pcxhr.conf b/pcxhrloader/pcxhr.conf
new file mode 100644 (file)
index 0000000..02455a5
--- /dev/null
@@ -0,0 +1,7 @@
+# boot firmwares for digigram pcxhr cards
+
+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/xc_1_882.dat b/pcxhrloader/xc_1_882.dat
new file mode 100644 (file)
index 0000000..5ed6cd7
Binary files /dev/null and b/pcxhrloader/xc_1_882.dat differ
diff --git a/pcxhrloader/xi_1_882.dat b/pcxhrloader/xi_1_882.dat
new file mode 100644 (file)
index 0000000..6329571
Binary files /dev/null and b/pcxhrloader/xi_1_882.dat differ