summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-12-22 22:33:51 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-12-22 22:33:51 +0000
commitc0ee84d37ea5a3d312dca193fe45f9f554bbbad4 (patch)
treeffa06230b4e648f787bc460ca3130690bcda00f5
parent61ca868be2e6b5ee145382bca82974bd3a5f286f (diff)
downloadrockbox-c0ee84d37ea5a3d312dca193fe45f9f554bbbad4.zip
rockbox-c0ee84d37ea5a3d312dca193fe45f9f554bbbad4.tar.gz
rockbox-c0ee84d37ea5a3d312dca193fe45f9f554bbbad4.tar.bz2
rockbox-c0ee84d37ea5a3d312dca193fe45f9f554bbbad4.tar.xz
Fix FM radio on VX777 (by Giovanni Zilli)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24099 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--docs/CREDITS1
-rw-r--r--firmware/drivers/tuner/tea5767.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/CREDITS b/docs/CREDITS
index cdad692..9b65e57 100644
--- a/docs/CREDITS
+++ b/docs/CREDITS
@@ -510,6 +510,7 @@ Diego Herranz
Viktor Varga
Juliusz Chroboczek
Christian Beier
+Giovanni Zilli
The libmad team
The wavpack team
diff --git a/firmware/drivers/tuner/tea5767.c b/firmware/drivers/tuner/tea5767.c
index 822fdcb..7c6d5b5 100644
--- a/firmware/drivers/tuner/tea5767.c
+++ b/firmware/drivers/tuner/tea5767.c
@@ -28,7 +28,7 @@
#include "fmradio.h"
#include "fmradio_i2c.h" /* physical interface driver */
-#if defined(PHILIPS_HDD1630) || defined(ONDA_VX747)
+#if defined(PHILIPS_HDD1630) || defined(ONDA_VX747) || defined(ONDA_VX777)
#define I2C_ADR 0x60
#else
#define I2C_ADR 0xC0