diff options
| -rw-r--r-- | docs/CREDITS | 1 | ||||
| -rw-r--r-- | firmware/drivers/tuner/tea5767.c | 2 |
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 |