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 --- apps/SOURCES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/SOURCES') diff --git a/apps/SOURCES b/apps/SOURCES index 443b42fedc..a08dc046c2 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -325,4 +325,6 @@ keymaps/keymap-sdl.c keymaps/keymap-fuzeplus.c #elif CONFIG_KEYPAD == RK27XX_GENERIC_PAD keymaps/keymap-rk27xx-generic.c -#endif +#elif CONFIG_KEYPAD == HM60X_PAD +keymaps/keymap-hm60x.c +#endif \ No newline at end of file -- cgit v1.2.3