forked from len0rd/rockbox
nwzlinux: add support for radio
None of the Sony up to A15 seem to support RDS (they use either Si4702 or Si4708), thus I did not add any code to support RDS. Change-Id: I64838993b9705b36b94665f8470c7a89c772c961
This commit is contained in:
parent
ee2eb13b74
commit
0fe7b8becf
10 changed files with 279 additions and 18 deletions
|
|
@ -106,6 +106,8 @@ target/hosted/sonynwz/system-nwz.c
|
|||
target/hosted/sonynwz/powermgmt-nwz.c
|
||||
target/hosted/sonynwz/power-nwz.c
|
||||
target/hosted/sonynwz/adc-nwz.c
|
||||
target/hosted/sonynwz/radio-nwz.c
|
||||
target/hosted/sonynwz/audio-nwz.c
|
||||
target/hosted/sonynwz/debug-nwz.c
|
||||
target/hosted/sonynwz/nvp-nwz.c
|
||||
target/hosted/sonynwz/nwz-db.c
|
||||
|
|
@ -361,7 +363,7 @@ drivers/rtc/rtc_imx233.c
|
|||
/* Tuner */
|
||||
#if CONFIG_TUNER
|
||||
tuner.c
|
||||
#if ((CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1))
|
||||
#if ((CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1) || defined(SONY_NWZ_LINUX))
|
||||
#if (CONFIG_TUNER & LV24020LP)
|
||||
drivers/tuner/lv24020lp.c
|
||||
#endif /* (CONFIG_TUNER & LV24020LP) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue