Assume that AS3514_I2C_ADDR is not target-specific. If it turns out to be different to 0x46 in a future target, then perhaps move this definition into the ascodec-target.h files.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19100 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2008-11-12 11:23:44 +00:00
parent 1600e4918e
commit c8d0a6522e

View file

@ -102,9 +102,7 @@ extern void audiohw_set_sample_rate(int sampling_control);
#define ADC_UNREG_POWER ADC_BVDD /* For compatibility */
#if defined(SANSA_E200) || defined(SANSA_C200) || defined(PHILIPS_SA9200) \
|| CONFIG_CPU == AS3525
#define AS3514_I2C_ADDR 0x46
#endif
#endif /* _AS3514_H */