mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-05-12 19:53:18 -04:00
Introduce HiFi E.T MA9 port.
Change-Id: I79aadc958fd5222f26f91ed127f8c6fb2c465dc2
This commit is contained in:
parent
3fd25dcbed
commit
fa4e1baa83
25 changed files with 1441 additions and 5 deletions
|
|
@ -106,6 +106,8 @@ struct sound_settings_info
|
|||
#include "imx233-codec.h"
|
||||
#elif defined(HAVE_DUMMY_CODEC)
|
||||
#include "dummy_codec.h"
|
||||
#elif defined(HAVE_DF1704_CODEC)
|
||||
#include "df1704.h"
|
||||
#elif (CONFIG_PLATFORM & (PLATFORM_ANDROID | PLATFORM_MAEMO\
|
||||
| PLATFORM_PANDORA | PLATFORM_SDL))
|
||||
#include "hosted_codec.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue