forked from len0rd/rockbox
Fix FM radio on VX777 (by Giovanni Zilli)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24099 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
61ca868be2
commit
c0ee84d37e
2 changed files with 2 additions and 1 deletions
|
@ -510,6 +510,7 @@ Diego Herranz
|
||||||
Viktor Varga
|
Viktor Varga
|
||||||
Juliusz Chroboczek
|
Juliusz Chroboczek
|
||||||
Christian Beier
|
Christian Beier
|
||||||
|
Giovanni Zilli
|
||||||
|
|
||||||
The libmad team
|
The libmad team
|
||||||
The wavpack team
|
The wavpack team
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
#include "fmradio.h"
|
#include "fmradio.h"
|
||||||
#include "fmradio_i2c.h" /* physical interface driver */
|
#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
|
#define I2C_ADR 0x60
|
||||||
#else
|
#else
|
||||||
#define I2C_ADR 0xC0
|
#define I2C_ADR 0xC0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue