summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
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/SOURCES
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/SOURCES')
-rw-r--r--firmware/SOURCES4
1 files changed, 1 insertions, 3 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 5843002bcf..154fefb0c9 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -547,6 +547,7 @@ target/arm/imx233/usb-imx233.c
547#ifdef HAVE_IMX233_CODEC 547#ifdef HAVE_IMX233_CODEC
548target/arm/imx233/audioout-imx233.c 548target/arm/imx233/audioout-imx233.c
549target/arm/imx233/audioin-imx233.c 549target/arm/imx233/audioin-imx233.c
550target/arm/imx233/audio-imx233.c
550target/arm/imx233/pcm-imx233.c 551target/arm/imx233/pcm-imx233.c
551drivers/audio/imx233-codec.c 552drivers/audio/imx233-codec.c
552#endif 553#endif
@@ -1393,9 +1394,6 @@ target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c
1393target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c 1394target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c
1394target/arm/imx233/sansa-fuzeplus/adc-fuzeplus.c 1395target/arm/imx233/sansa-fuzeplus/adc-fuzeplus.c
1395target/arm/imx233/sansa-fuzeplus/powermgmt-fuzeplus.c 1396target/arm/imx233/sansa-fuzeplus/powermgmt-fuzeplus.c
1396#ifndef BOOTLOADER
1397target/arm/imx233/sansa-fuzeplus/audio-fuzeplus.c
1398#endif
1399#endif 1397#endif
1400 1398
1401#ifdef SANSA_CLIPZIP 1399#ifdef SANSA_CLIPZIP