summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzymon Dziok <b0hoon@o2.pl>2014-07-12 14:19:41 +0000
committerSzymon Dziok <b0hoon@o2.pl>2014-07-26 15:36:12 +0000
commitf734eedc1fc014d8358e2c4a26581eec38c2807d (patch)
tree9a97672d1660c57d38c08473972286df0ddf7faf
parent345841aa5657aa2899dd9a72547fcb0cfeaf8e80 (diff)
downloadrockbox-f734eedc1fc014d8358e2c4a26581eec38c2807d.tar.gz
rockbox-f734eedc1fc014d8358e2c4a26581eec38c2807d.zip
Disable detection of fm radio for the YH920, it's pointless.
Change-Id: Ibabda73046dc523c2bd0b1dfd0644f8882fbb74c
-rw-r--r--firmware/drivers/tuner/tea5767.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/tuner/tea5767.c b/firmware/drivers/tuner/tea5767.c
index 74adb54997..a502e79802 100644
--- a/firmware/drivers/tuner/tea5767.c
+++ b/firmware/drivers/tuner/tea5767.c
@@ -171,7 +171,7 @@ int tea5767_get(int setting)
171void tea5767_init(void) 171void tea5767_init(void)
172{ 172{
173/* save binsize by only detecting presence for targets where it may be absent */ 173/* save binsize by only detecting presence for targets where it may be absent */
174#if defined(PHILIPS_HDD1630) || defined(PHILIPS_HDD6330) || defined(SAMSUNG_YH920) 174#if defined(PHILIPS_HDD1630) || defined(PHILIPS_HDD6330)
175 unsigned char buf[5]; 175 unsigned char buf[5];
176 unsigned char chipid; 176 unsigned char chipid;
177 177