From bf679fa4ac2058f928ed38385e24af3f85e52e87 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Fri, 5 Nov 2010 18:21:20 +0000 Subject: Enable tea5767 tuner detection for Philips GoGear HDD63x0 too (HDD6320 does not have a tuner, HDD6330 does) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28496 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/tuner/tea5767.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/drivers/tuner/tea5767.c b/firmware/drivers/tuner/tea5767.c index 7660fa783d..67aa808f23 100644 --- a/firmware/drivers/tuner/tea5767.c +++ b/firmware/drivers/tuner/tea5767.c @@ -140,7 +140,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) +#if defined(PHILIPS_HDD1630) || defined(PHILIPS_HDD6330) unsigned char buf[5]; unsigned char chipid; -- cgit v1.2.3