summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233/sansa-fuzeplus/audio-target.h
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2013-06-18 16:15:07 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2013-06-18 16:15:07 +0200
commitd997dafb6ca1644fdb07fa9850b72eb178ba45d4 (patch)
tree28a78b8e39ac5e795f22b7e5ab05b92b77b4171a /firmware/target/arm/imx233/sansa-fuzeplus/audio-target.h
parente735ce4693f85dc2ecb5d7290d1298f8b12c1e27 (diff)
downloadrockbox-d997dafb6ca1644fdb07fa9850b72eb178ba45d4.tar.gz
rockbox-d997dafb6ca1644fdb07fa9850b72eb178ba45d4.zip
fuzeplus: drop audio routing driver in favor of the generic one
Change-Id: I89828ef858606bf09e115ff9c27ff9ecc8bf8b8e
Diffstat (limited to 'firmware/target/arm/imx233/sansa-fuzeplus/audio-target.h')
-rw-r--r--firmware/target/arm/imx233/sansa-fuzeplus/audio-target.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/firmware/target/arm/imx233/sansa-fuzeplus/audio-target.h b/firmware/target/arm/imx233/sansa-fuzeplus/audio-target.h
new file mode 100644
index 0000000000..afa3d9649b
--- /dev/null
+++ b/firmware/target/arm/imx233/sansa-fuzeplus/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__ */