From c0ee84d37ea5a3d312dca193fe45f9f554bbbad4 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Tue, 22 Dec 2009 22:33:51 +0000 Subject: [PATCH] Fix FM radio on VX777 (by Giovanni Zilli) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24099 a1c6a512-1295-4272-9138-f99709370657 --- docs/CREDITS | 1 + firmware/drivers/tuner/tea5767.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/CREDITS b/docs/CREDITS index cdad69257b..9b65e5792f 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 822fdcb9ec..7c6d5b59ef 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