forked from len0rd/rockbox
x1000: internal codec audio driver
Change-Id: I2eb551ec6b593951c33ae6b93df2a23dc6612c43
This commit is contained in:
parent
15e3d37110
commit
18b3e91707
4 changed files with 481 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue