Index: /ipk/source.sh4/system_oldaudioelf_1_0/CONTROL/control
===================================================================
--- /ipk/source.sh4/system_oldaudioelf_1_0/CONTROL/control	(revision 23470)
+++ /ipk/source.sh4/system_oldaudioelf_1_0/CONTROL/control	(revision 23470)
@@ -0,0 +1,12 @@
+Package: enigma2-plugin-swapsystem-audioelf.dtsdownmix
+Version: 1.0
+Architecture: sh4
+OE: With this audio.elf (older one) you can activate DTS downmix but optical sound output is not working very well. To activate read introduction during installation! SWAPSTICK IS NEEDED!
+Section: swapsystem
+Priority: optional
+Maintainer: AAF
+Homepage: http://www.aaf-digital.info
+Source: http://www.aaf-digital.info
+Description: old audio.elf to use DTS downmix for swapstick
+Showname: AudioELF DTS Downmix
+Usepath: /var/swap,/mnt/swapextensions
Index: /ipk/source.sh4/system_oldaudioelf_1_0/CONTROL/postinst
===================================================================
--- /ipk/source.sh4/system_oldaudioelf_1_0/CONTROL/postinst	(revision 23470)
+++ /ipk/source.sh4/system_oldaudioelf_1_0/CONTROL/postinst	(revision 23470)
@@ -0,0 +1,31 @@
+#!/bin/sh
+INSTDIR="$1"
+
+echo "creating symlink"
+if [ ! -e /var/bin/audio.elf ]; then
+	ln -s "$INSTDIR/bin/audio.elf" "/var/bin/audio.elf"
+fi
+
+echo "---------------------------------"
+echo "-----------PLEASE READ-----------"
+echo "---------------------------------"
+echo "now you can choose between old and new audio.elf"
+echo "just open AAF Panel -> SETUP -> Autostart -> Audio / Video / SAT Config and have a look at oldaudiofw"
+echo "here you can switch between the firmwares..."
+echo "change the parameter and restart your box"
+echo "---------------------------------"
+echo "---------------------------------"
+echo "---------------------------------"
+echo ""
+echo "---------------------------------"
+echo "-----------Bitte lesen-----------"
+echo "---------------------------------"
+echo "Jetzt kannst du zwischen alter und neuer audio.elf waehlen"
+echo "oeffne AAF Panel -> Einstellungen -> Autostart -> Audio / Video / SAT Config"
+echo "und schaue nach dem Eintrag oldaudiofw"
+echo "hier kannst zu zwischen beiden Firmwares umschalten"
+echo "aendere den Parameter und starte die Box neu"
+echo "---------------------------------"
+echo "---------------------------------"
+echo "---------------------------------"
+exit 0
Index: /ipk/source.sh4/system_oldaudioelf_1_0/CONTROL/postrm
===================================================================
--- /ipk/source.sh4/system_oldaudioelf_1_0/CONTROL/postrm	(revision 23470)
+++ /ipk/source.sh4/system_oldaudioelf_1_0/CONTROL/postrm	(revision 23470)
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+echo "removing symlink"
+rm -rf /var/bin/audio.elf
+
+exit 0
Index: /ipk/source.sh4/system_oldaudioelf_1_0/CONTROL/preinst
===================================================================
--- /ipk/source.sh4/system_oldaudioelf_1_0/CONTROL/preinst	(revision 23470)
+++ /ipk/source.sh4/system_oldaudioelf_1_0/CONTROL/preinst	(revision 23470)
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exit 0
Index: /ipk/source.sh4/system_oldaudioelf_1_0/CONTROL/prerm
===================================================================
--- /ipk/source.sh4/system_oldaudioelf_1_0/CONTROL/prerm	(revision 23470)
+++ /ipk/source.sh4/system_oldaudioelf_1_0/CONTROL/prerm	(revision 23470)
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exit 0
