summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2010-11-05 18:21:20 +0000
committerBertrik Sikken <bertrik@sikken.nl>2010-11-05 18:21:20 +0000
commitbf679fa4ac2058f928ed38385e24af3f85e52e87 (patch)
treed1bf433533c8aa1c1d021c337ed48f42fa1bdd79
parent493732167da19798f570416ee3e17e6419040cf9 (diff)
downloadrockbox-bf679fa4ac2058f928ed38385e24af3f85e52e87.tar.gz
rockbox-bf679fa4ac2058f928ed38385e24af3f85e52e87.zip
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
-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 7660fa783d..67aa808f23 100644
--- a/firmware/drivers/tuner/tea5767.c
+++ b/firmware/drivers/tuner/tea5767.c
@@ -140,7 +140,7 @@ int tea5767_get(int setting)
140void tea5767_init(void) 140void tea5767_init(void)
141{ 141{
142/* save binsize by only detecting presence for targets where it may be absent */ 142/* save binsize by only detecting presence for targets where it may be absent */
143#if defined(PHILIPS_HDD1630) 143#if defined(PHILIPS_HDD1630) || defined(PHILIPS_HDD6330)
144 unsigned char buf[5]; 144 unsigned char buf[5];
145 unsigned char chipid; 145 unsigned char chipid;
146 146