diff options
| author | Amaury Pouly <amaury.pouly@gmail.com> | 2013-06-18 16:15:07 +0200 |
|---|---|---|
| committer | Amaury Pouly <amaury.pouly@gmail.com> | 2013-06-18 16:15:07 +0200 |
| commit | d997dafb6ca1644fdb07fa9850b72eb178ba45d4 (patch) | |
| tree | 28a78b8e39ac5e795f22b7e5ab05b92b77b4171a /firmware/SOURCES | |
| parent | e735ce4693f85dc2ecb5d7290d1298f8b12c1e27 (diff) | |
| download | rockbox-d997dafb6ca1644fdb07fa9850b72eb178ba45d4.zip rockbox-d997dafb6ca1644fdb07fa9850b72eb178ba45d4.tar.gz rockbox-d997dafb6ca1644fdb07fa9850b72eb178ba45d4.tar.bz2 rockbox-d997dafb6ca1644fdb07fa9850b72eb178ba45d4.tar.xz | |
fuzeplus: drop audio routing driver in favor of the generic one
Change-Id: I89828ef858606bf09e115ff9c27ff9ecc8bf8b8e
Diffstat (limited to 'firmware/SOURCES')
| -rw-r--r-- | firmware/SOURCES | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES index 5843002..154fefb 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -547,6 +547,7 @@ target/arm/imx233/usb-imx233.c #ifdef HAVE_IMX233_CODEC target/arm/imx233/audioout-imx233.c target/arm/imx233/audioin-imx233.c +target/arm/imx233/audio-imx233.c target/arm/imx233/pcm-imx233.c drivers/audio/imx233-codec.c #endif @@ -1393,9 +1394,6 @@ target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c target/arm/imx233/sansa-fuzeplus/adc-fuzeplus.c target/arm/imx233/sansa-fuzeplus/powermgmt-fuzeplus.c -#ifndef BOOTLOADER -target/arm/imx233/sansa-fuzeplus/audio-fuzeplus.c -#endif #endif #ifdef SANSA_CLIPZIP |