snd_soc_write(codec, WM8900_REG_LOUTMIXCTL1, 0x150);
snd_soc_write(codec, WM8900_REG_ROUTMIXCTL1, 0x150);
- snd_soc_write(codec, WM8900_REG_LOUT2CTL, 0x139);
- snd_soc_write(codec, WM8900_REG_ROUT2CTL, 0x139);
- snd_soc_write(codec, WM8900_REG_LOUT1CTL, 0x139);
- snd_soc_write(codec, WM8900_REG_ROUT1CTL, 0x139);
+ snd_soc_write(codec, WM8900_REG_LOUT2CTL, 0x133);
+ snd_soc_write(codec, WM8900_REG_ROUT2CTL, 0x133);
+ snd_soc_write(codec, WM8900_REG_LOUT1CTL, 0x130);
+ snd_soc_write(codec, WM8900_REG_ROUT1CTL, 0x130);
snd_soc_write(codec, WM8900_REG_POWER1, 0x211D);
snd_soc_write(codec, WM8900_REG_POWER2, 0xC1AF);
/* For Fzf Test */
#if 1
snd_soc_write(codec, WM8900_REG_LDAC_DV,
- (snd_soc_read(codec, WM8900_REG_LDAC_DV)&0xFF00) | 0xB0);
+ (snd_soc_read(codec, WM8900_REG_LDAC_DV)&0xFF00) | 0xC0);
snd_soc_write(codec, WM8900_REG_RDAC_DV,
- (snd_soc_read(codec, WM8900_REG_RDAC_DV)&0xFF00) | 0xB0);
+ (snd_soc_read(codec, WM8900_REG_RDAC_DV)&0xFF00) | 0xC0);
#endif
/* Set the DAC and mixer output bias */