summaryrefslogtreecommitdiff
path: root/firmware/drivers/tuner/tea5767.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/tuner/tea5767.c')
-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 09503455f3..822fdcb9ec 100644
--- a/firmware/drivers/tuner/tea5767.c
+++ b/firmware/drivers/tuner/tea5767.c
@@ -28,7 +28,7 @@
28#include "fmradio.h" 28#include "fmradio.h"
29#include "fmradio_i2c.h" /* physical interface driver */ 29#include "fmradio_i2c.h" /* physical interface driver */
30 30
31#if defined(PHILIPS_HDD1630) 31#if defined(PHILIPS_HDD1630) || defined(ONDA_VX747)
32#define I2C_ADR 0x60 32#define I2C_ADR 0x60
33#else 33#else
34#define I2C_ADR 0xC0 34#define I2C_ADR 0xC0