Disable detection of fm radio for the YH920, it's pointless.

Change-Id: Ibabda73046dc523c2bd0b1dfd0644f8882fbb74c
This commit is contained in:
Szymon Dziok 2014-07-12 14:19:41 +00:00
parent 345841aa56
commit f734eedc1f

View file

@ -171,7 +171,7 @@ int tea5767_get(int setting)
void tea5767_init(void)
{
/* save binsize by only detecting presence for targets where it may be absent */
#if defined(PHILIPS_HDD1630) || defined(PHILIPS_HDD6330) || defined(SAMSUNG_YH920)
#if defined(PHILIPS_HDD1630) || defined(PHILIPS_HDD6330)
unsigned char buf[5];
unsigned char chipid;