Disable detection of fm radio for the YH920, it's pointless.
Change-Id: Ibabda73046dc523c2bd0b1dfd0644f8882fbb74c
This commit is contained in:
parent
345841aa56
commit
f734eedc1f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue