forked from len0rd/rockbox
FS#9591 by Anton Veretenenko for the Philips GoGear HDD1620/1630 (with a few changes by me). Fixes boot problem, pixel format, sound, and a few other things.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19395 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ea5d0bd7ec
commit
08585e417b
9 changed files with 88 additions and 27 deletions
|
|
@ -32,11 +32,12 @@
|
|||
#include "i2s.h"
|
||||
#include "wmcodec.h"
|
||||
|
||||
#if defined(IRIVER_H10) || defined(IRIVER_H10_5GB) || defined(MROBE_100)
|
||||
#if defined(IRIVER_H10) || defined(IRIVER_H10_5GB) || \
|
||||
defined(MROBE_100) || defined(PHILIPS_HDD1630)
|
||||
/* The H10's audio codec uses an I2C address of 0x1b */
|
||||
#define I2C_AUDIO_ADDRESS 0x1b
|
||||
#else
|
||||
/* The iPod's audio codecs use an I2C address of 0x1a */
|
||||
/* The iPod's audio codecs use an I2C address of 0x1a */
|
||||
#define I2C_AUDIO_ADDRESS 0x1a
|
||||
#endif
|
||||
|
||||
|
|
@ -100,7 +101,7 @@ void audiohw_init(void)
|
|||
|
||||
/* reset the I2S controller into known state */
|
||||
i2s_reset();
|
||||
|
||||
|
||||
audiohw_preinit();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue