summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233/creative-zenxfi2/audio-target.h
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2013-06-18 16:18:08 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2013-06-18 16:18:08 +0200
commit11c907a83c9081d587b27db32fafafe912812563 (patch)
tree68306d4608f38ac352e188f1470ba45f9901fa36 /firmware/target/arm/imx233/creative-zenxfi2/audio-target.h
parentd997dafb6ca1644fdb07fa9850b72eb178ba45d4 (diff)
downloadrockbox-11c907a83c9081d587b27db32fafafe912812563.tar.gz
rockbox-11c907a83c9081d587b27db32fafafe912812563.zip
zenxfi2: drop audio routing driver in favor of the generic one
Change-Id: I8186f4b8e7cdc5abc549dffb033178921f447998
Diffstat (limited to 'firmware/target/arm/imx233/creative-zenxfi2/audio-target.h')
-rw-r--r--firmware/target/arm/imx233/creative-zenxfi2/audio-target.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/firmware/target/arm/imx233/creative-zenxfi2/audio-target.h b/firmware/target/arm/imx233/creative-zenxfi2/audio-target.h
new file mode 100644
index 0000000000..afa3d9649b
--- /dev/null
+++ b/firmware/target/arm/imx233/creative-zenxfi2/audio-target.h
@@ -0,0 +1,24 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
10 * Copyright (C) 2013 by Amaury Pouly
11 *
12 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
16 *
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
19 *
20 ****************************************************************************/
21#ifndef __audio_target__
22#define __audio_target__
23
24#endif /* __audio_target__ */