]> git.alsa-project.org Git - alsa-firmware.git/commitdiff
Add asihpi firmware data
authorEliot Blennerhassett <eblennerhassett@audioscience.com>
Tue, 13 Jun 2006 10:07:11 +0000 (12:07 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 13 Jun 2006 10:07:11 +0000 (12:07 +0200)
Added the firmware data for ASIHPI drivers.

Signed-off-by: Eliot Blennerhassett <eblennerhassett@audioscience.com>
21 files changed:
asihpi/Makefile.am [new file with mode: 0644]
asihpi/dsp2400.bin [new file with mode: 0644]
asihpi/dsp2400.txt [new file with mode: 0644]
asihpi/dsp4100.bin [new file with mode: 0644]
asihpi/dsp4100.txt [new file with mode: 0644]
asihpi/dsp4300.bin [new file with mode: 0644]
asihpi/dsp4300.txt [new file with mode: 0644]
asihpi/dsp5000.bin [new file with mode: 0644]
asihpi/dsp5000.txt [new file with mode: 0644]
asihpi/dsp6200.bin [new file with mode: 0644]
asihpi/dsp6200.txt [new file with mode: 0644]
asihpi/dsp6205.bin [new file with mode: 0644]
asihpi/dsp6205.txt [new file with mode: 0644]
asihpi/dsp6413.bin [new file with mode: 0644]
asihpi/dsp6413.txt [new file with mode: 0644]
asihpi/dsp6600.bin [new file with mode: 0644]
asihpi/dsp6600.txt [new file with mode: 0644]
asihpi/dsp8713.bin [new file with mode: 0644]
asihpi/dsp8713.txt [new file with mode: 0644]
asihpi/licence.txt [new file with mode: 0644]
configure.in

diff --git a/asihpi/Makefile.am b/asihpi/Makefile.am
new file mode 100644 (file)
index 0000000..f8d24e1
--- /dev/null
@@ -0,0 +1,24 @@
+MYNAME = asihpi
+
+dsp_files = \
+       dsp2400.bin\
+       dsp4100.bin\
+       dsp4300.bin\
+       dsp5000.bin\
+       dsp6200.bin\
+       dsp6205.bin\
+       dsp6413.bin\
+       dsp6600.bin\
+       dsp8713.bin
+       
+dsp_txt_files = $(subst bin,txt,$(dsp_files))  
+
+EXTRA_DIST = $(dsp_files) $(dsp_txt_files)
+
+if USE_HOTPLUG
+hotplugfwdir = @HOTPLUGFWDIR@/asihpi
+hotplugfw_DATA = $(dsp_files)  $(dsp_txt_files)
+else
+hotplugfwdir =
+hotplugfw_DATA = 
+endif
diff --git a/asihpi/dsp2400.bin b/asihpi/dsp2400.bin
new file mode 100644 (file)
index 0000000..91a231a
Binary files /dev/null and b/asihpi/dsp2400.bin differ
diff --git a/asihpi/dsp2400.txt b/asihpi/dsp2400.txt
new file mode 100644 (file)
index 0000000..65f18d0
--- /dev/null
@@ -0,0 +1 @@
+AX2400, version 037, size 161740, checksum 0xC531A066 
diff --git a/asihpi/dsp4100.bin b/asihpi/dsp4100.bin
new file mode 100644 (file)
index 0000000..f11958c
Binary files /dev/null and b/asihpi/dsp4100.bin differ
diff --git a/asihpi/dsp4100.txt b/asihpi/dsp4100.txt
new file mode 100644 (file)
index 0000000..71a0a1e
--- /dev/null
@@ -0,0 +1 @@
+AX4100, version 422, size 144572, checksum 0xFFF3CB0E 
diff --git a/asihpi/dsp4300.bin b/asihpi/dsp4300.bin
new file mode 100644 (file)
index 0000000..0adfc2e
Binary files /dev/null and b/asihpi/dsp4300.bin differ
diff --git a/asihpi/dsp4300.txt b/asihpi/dsp4300.txt
new file mode 100644 (file)
index 0000000..d099cf4
--- /dev/null
@@ -0,0 +1 @@
+AX4300, version 457, size 179636, checksum 0xFF11770C 
diff --git a/asihpi/dsp5000.bin b/asihpi/dsp5000.bin
new file mode 100644 (file)
index 0000000..53b69c5
Binary files /dev/null and b/asihpi/dsp5000.bin differ
diff --git a/asihpi/dsp5000.txt b/asihpi/dsp5000.txt
new file mode 100644 (file)
index 0000000..dda4167
--- /dev/null
@@ -0,0 +1 @@
+AX5000, version 016, size 157480, checksum 0x7543ACBC 
diff --git a/asihpi/dsp6200.bin b/asihpi/dsp6200.bin
new file mode 100644 (file)
index 0000000..d4a8860
Binary files /dev/null and b/asihpi/dsp6200.bin differ
diff --git a/asihpi/dsp6200.txt b/asihpi/dsp6200.txt
new file mode 100644 (file)
index 0000000..90911fc
--- /dev/null
@@ -0,0 +1 @@
+AX6200, version 103, size 755608, checksum 0x100AECB7 
diff --git a/asihpi/dsp6205.bin b/asihpi/dsp6205.bin
new file mode 100644 (file)
index 0000000..530cbc7
Binary files /dev/null and b/asihpi/dsp6205.bin differ
diff --git a/asihpi/dsp6205.txt b/asihpi/dsp6205.txt
new file mode 100644 (file)
index 0000000..eb6605b
--- /dev/null
@@ -0,0 +1 @@
+AX6205, version 005, size 58216, checksum 0xCF6280C7 
diff --git a/asihpi/dsp6413.bin b/asihpi/dsp6413.bin
new file mode 100644 (file)
index 0000000..b803f11
Binary files /dev/null and b/asihpi/dsp6413.bin differ
diff --git a/asihpi/dsp6413.txt b/asihpi/dsp6413.txt
new file mode 100644 (file)
index 0000000..6ab688d
--- /dev/null
@@ -0,0 +1 @@
+AX6413, version 022, size 616296, checksum 0x1D3FE447 
diff --git a/asihpi/dsp6600.bin b/asihpi/dsp6600.bin
new file mode 100644 (file)
index 0000000..419cbc6
Binary files /dev/null and b/asihpi/dsp6600.bin differ
diff --git a/asihpi/dsp6600.txt b/asihpi/dsp6600.txt
new file mode 100644 (file)
index 0000000..3e33f45
--- /dev/null
@@ -0,0 +1 @@
+AX6600, version 018, size 612588, checksum 0x67D43A43 
diff --git a/asihpi/dsp8713.bin b/asihpi/dsp8713.bin
new file mode 100644 (file)
index 0000000..9fac6ca
Binary files /dev/null and b/asihpi/dsp8713.bin differ
diff --git a/asihpi/dsp8713.txt b/asihpi/dsp8713.txt
new file mode 100644 (file)
index 0000000..e7ae869
--- /dev/null
@@ -0,0 +1 @@
+AX8713, version 025, size 112616, checksum 0xD3DA2D00 
diff --git a/asihpi/licence.txt b/asihpi/licence.txt
new file mode 100644 (file)
index 0000000..31b0f0d
--- /dev/null
@@ -0,0 +1,20 @@
+GENERAL
+=======
+
+This directory contains the firmware data files for use with asihpi driver. 
+These files should be installed for use by hotplug firmware loader.
+
+
+DEFINITION OF FIRMWARE
+======================
+
+Verbatim copying and distribution of the firmware are permitted
+worldwide, without royalty, in any medium, provided this notice is
+preserved.
+
+
+COPYRIGHT
+=========
+
+Copyright (c) 2005 Audioscience <support@audioscience.com>
+Distributable under GPL.
index 51c6eab599053121229372437fba9a70e4b9d398..64016a077b4745f6d1751560029f64005e92d313 100644 (file)
@@ -43,4 +43,5 @@ AC_OUTPUT(Makefile \
          usx2yloader/Makefile \
          vxloader/Makefile \
          pcxhrloader/Makefile \
-         echoaudio/Makefile)
+         echoaudio/Makefile \
+         asihpi/Makefile)