Iriver: Don't power the UDA1380 WSPLL as we don't use it. This is required according to the datasheet.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9913 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cab3a16417
commit
119d5b72ac
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ unsigned short uda1380_defaults[2*NUM_DEFAULT_REGS] =
|
|||
{
|
||||
REG_0, EN_DAC | EN_INT | EN_DEC | SYSCLK_256FS | WSPLL_25_50,
|
||||
REG_I2S, I2S_IFMT_IIS,
|
||||
REG_PWR, PON_PLL | PON_BIAS, /* PON_HP & PON_DAC is enabled later */
|
||||
REG_PWR, PON_BIAS, /* PON_HP & PON_DAC is enabled later */
|
||||
REG_AMIX, AMIX_RIGHT(0x3f) | AMIX_LEFT(0x3f), /* 00=max, 3f=mute */
|
||||
REG_MASTER_VOL, MASTER_VOL_LEFT(0x20) | MASTER_VOL_RIGHT(0x20), /* 00=max, ff=mute */
|
||||
REG_MIX_VOL, MIX_VOL_CH_1(0) | MIX_VOL_CH_2(0xff), /* 00=max, ff=mute */
|
||||
|
|
Loading…
Reference in a new issue