summaryrefslogtreecommitdiffstats
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2022-01-11 13:58:03 +0000
committerAidan MacDonald <amachronic@protonmail.com>2022-01-16 19:17:25 -0500
commit18b3e91707e42873eab833f0f3da709062207ba7 (patch)
tree7a5ebfc65961713243b607e83fba9e3758cbcc45 /firmware/SOURCES
parent15e3d37110f1674ec7d52c2f055ebfad1d77b5da (diff)
downloadrockbox-18b3e91707e42873eab833f0f3da709062207ba7.tar.gz
rockbox-18b3e91707e42873eab833f0f3da709062207ba7.zip
x1000: internal codec audio driver
Change-Id: I2eb551ec6b593951c33ae6b93df2a23dc6612c43
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 87db67d8fd..e8f9da1a07 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -1669,6 +1669,10 @@ target/mips/ingenic_x1000/spl-start.S
target/mips/ingenic_x1000/spl-x1000.c
common/ucl_decompress.c
#endif
+#if (defined(HAVE_X1000_ICODEC_PLAY) || defined(HAVE_X1000_ICODEC_REC)) \
+ && !defined(BOOTLOADER)
+drivers/audio/x1000-codec.c
+#endif
#endif /* CONFIG_CPU == X1000 */
#if defined(ONDA_VX747) || defined(ONDA_VX747P) || defined(ONDA_VX777)