1
0
Fork 0
forked from len0rd/rockbox

ypr0: This patch adds radio support to Samsung YP-R0

Basically it uses the default SI4700 radio chip driver, the only thing that's different is the I2C access,
written specifically to interact with my kernel module.
Next things to add are:
- RDS support!

Change-Id: I0ed125641e00f93124d7a34f90dd508e7f1db5a4
Signed-off-by: Lorenzo Miori <memorys60@gmail.com>
This commit is contained in:
Lorenzo Miori 2012-04-07 10:30:23 +02:00 committed by Thomas Martitz
parent 9c33f93c1c
commit 3cad5573b6
12 changed files with 335 additions and 9 deletions

View file

@ -92,6 +92,10 @@ target/hosted/ypr0/backlight-ypr0.c
target/hosted/ypr0/ascodec-ypr0.c
target/hosted/ypr0/powermgmt-ypr0.c
target/hosted/ypr0/gpio_ypr0.c
target/hosted/ypr0/audio-ypr0.c
#if CONFIG_TUNER
target/hosted/ypr0/radio-ypr0.c
#endif
#endif
/* Maemo specific files */
@ -309,7 +313,7 @@ drivers/rtc/rtc_imx233.c
/* Tuner */
#if CONFIG_TUNER
tuner.c
#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
#if ((CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(SAMSUNG_YPR0))
#if (CONFIG_TUNER & LV24020LP)
drivers/tuner/lv24020lp.c
#endif /* (CONFIG_TUNER & LV24020LP) */