From: Clemens Ladisch Date: Mon, 9 Oct 2006 06:40:46 +0000 (+0200) Subject: add korg1212 firmware X-Git-Tag: v1.0.14rc1~8 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=71199a3f21a1194ecfae57ce6acd0d0a44787011;p=alsa-firmware.git add korg1212 firmware Add a firmware file for the korg1212 driver. --- diff --git a/Makefile.am b/Makefile.am index a52ac32..d1f3ba3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ AUTOMAKE_OPTIONS = 1.3 foreign SUBDIRS = hdsploader mixartloader pcxhrloader usx2yloader vxloader echoaudio \ - asihpi emu ymfpci + asihpi emu korg1212 ymfpci EXTRA_DIST = depcomp diff --git a/configure.in b/configure.in index 991fc27..f809f0e 100644 --- a/configure.in +++ b/configure.in @@ -59,4 +59,5 @@ AC_OUTPUT(Makefile \ echoaudio/Makefile \ emu/Makefile \ asihpi/Makefile \ + korg1212/Makefile \ ymfpci/Makefile) diff --git a/korg1212/Makefile.am b/korg1212/Makefile.am new file mode 100644 index 0000000..3c6221b --- /dev/null +++ b/korg1212/Makefile.am @@ -0,0 +1,13 @@ +# # Process this file with automake to produce Makefile.in. + +dsp_files = k1212.dsp + +EXTRA_DIST = $(dsp_files) + +if USE_HOTPLUG +hotplugfwdir = @HOTPLUGFWDIR@/korg +hotplugfw_DATA = $(dsp_files) +else +hotplugfwdir = +hotplugfw_DATA = +endif diff --git a/korg1212/k1212.dsp b/korg1212/k1212.dsp new file mode 100644 index 0000000..790b24c Binary files /dev/null and b/korg1212/k1212.dsp differ