1
0
Fork 0
forked from len0rd/rockbox

x1000: internal codec audio driver

Change-Id: I2eb551ec6b593951c33ae6b93df2a23dc6612c43
This commit is contained in:
Aidan MacDonald 2022-01-11 13:58:03 +00:00
parent 15e3d37110
commit 18b3e91707
4 changed files with 481 additions and 0 deletions

View file

@ -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)