1.1.4
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -548,9 +548,9 @@ int i2c_codec_setup(void)
|
||||
// Route IN1_L to RIGHT_M with 20K input impedance
|
||||
CODEC_REGWRITE(AIC3204_RPGA_N_ROUTE, 0x20); //---
|
||||
// Unmute HPL and set gain to 0dB
|
||||
CODEC_REGWRITE(AIC3204_HPL_GAIN, 0x08);
|
||||
CODEC_REGWRITE(AIC3204_HPL_GAIN, 0x06);
|
||||
// Unmute HPR and set gain to 0dB
|
||||
CODEC_REGWRITE(AIC3204_HPR_GAIN, 0x08);
|
||||
CODEC_REGWRITE(AIC3204_HPR_GAIN, 0x06);
|
||||
// Unmute Left MICPGA, Set Gain to 0dB.
|
||||
CODEC_REGWRITE(AIC3204_LPGA_VOL, 0x00);
|
||||
// Unmute Right MICPGA, Set Gain to 0dB.
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#if defined (STEREO_2K)
|
||||
#define BCD_DEVICE_N (0x0A)
|
||||
#else
|
||||
#define BCD_DEVICE_N (3)
|
||||
#define BCD_DEVICE_N (4)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user