From 32f763c39a797221a6e850704feb3743bc104d8c Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Mon, 17 Oct 2011 10:32:19 +0000 Subject: Add HiFiMAN HM-60x target(s). FS#12319 by Andrew Ryabinin with some (small) modification by me. This also splits rk27xx lcd driver into lcdif-rk27xx and lcd controller specific part. Some modifications to the pcm driver have been made to allow using codecs in slave mode (as TDA1543 used in hifiman is slave only i2s codec). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30765 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/audiohw.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/export/audiohw.h') diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h index 9956909b5d..e40ee6ee79 100644 --- a/firmware/export/audiohw.h +++ b/firmware/export/audiohw.h @@ -74,6 +74,8 @@ #include "cs42l55.h" #elif defined(HAVE_IMX233_CODEC) #include "imx233-codec.h" +#elif defined(HAVE_TDA1543) +#include "tda1543.h" #endif #if (CONFIG_PLATFORM & PLATFORM_HOSTED) /* #include gives errors in other code areas, -- cgit v1.2.3