Added pcxhrloader, the firmware loader for Digigram PCXHR driver.
AUTOMAKE_OPTIONS = 1.3 foreign
-SUBDIRS = hdsploader mixartloader usx2yloader vxloader
+SUBDIRS = hdsploader mixartloader pcxhrloader usx2yloader vxloader
EXTRA_DIST = depcomp
--- /dev/null
+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
--- /dev/null
+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.
--- /dev/null
+# 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