1
0
Fork 0
forked from len0rd/rockbox

Added HiFiMAN HM-801 target. FS#12355. This also renames tda1543.{ch} used by HM-60x to dummy_codec.{ch} as it works for PCM1704 used by HM-801.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30891 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andrew Ryabinin 2011-11-03 11:53:02 +00:00
parent 50211e2054
commit 2164aab902
19 changed files with 560 additions and 13 deletions

View file

@ -355,8 +355,8 @@ drivers/audio/uda1341.c
drivers/audio/cs42l55.c
#elif defined (HAVE_RK27XX_CODEC)
drivers/audio/rk27xx_codec.c
#elif defined (HAVE_TDA1543)
drivers/audio/tda1543.c
#elif defined (HAVE_DUMMY_CODEC)
drivers/audio/dummy_codec.c
#endif /* defined(HAVE_*) */
#elif defined(HAVE_SDL_AUDIO)
drivers/audio/sdl.c
@ -1925,6 +1925,15 @@ thread.c
target/arm/rk27xx/hm60x/button-hm60x.c
target/arm/rk27xx/hm60x/powermgmt-hm60x.c
target/arm/rk27xx/hm60x/power-hm60x.c
target/arm/rk27xx/hm60x/lcd-hm60x.c
target/arm/rk27xx/lcd-hifiman.c
#endif
#endif
#ifndef SIMULATOR
#if defined(HM801)
target/arm/rk27xx/hm801/button-hm801.c
target/arm/rk27xx/hm801/powermgmt-hm801.c
target/arm/rk27xx/hm801/power-hm801.c
target/arm/rk27xx/lcd-hifiman.c
#endif
#endif