forked from len0rd/rockbox
Packed I2S for ipod Color (tested) and ipod 4G (untested, but assumed to be the same as the Color - everything else is).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15053 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fd3fe45bc1
commit
1092edf3e1
2 changed files with 3 additions and 1 deletions
|
|
@ -73,6 +73,7 @@ void i2s_reset(void)
|
|||
|
||||
#if defined (IRIVER_H10) || defined (IRIVER_H10_5GB) || defined(IPOD_NANO) \
|
||||
|| defined(IPOD_VIDEO) || defined(IPOD_MINI2G) \
|
||||
|| defined(IPOD_COLOR) || defined(IPOD_4G) \
|
||||
|| defined (SANSA_C200) || defined (SANSA_E200)
|
||||
/* Nano works fine with IIS_FIFO_FORMAT_LE16 as well */
|
||||
IISCONFIG = ((IISCONFIG & ~IIS_FIFO_FORMAT_MASK) | IIS_FIFO_FORMAT_LE16_2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue