This commit is contained in:
Dan-guanghua
2025-12-18 15:10:08 +08:00
parent e72751eb27
commit 4b250c1bdb
16 changed files with 3 additions and 3 deletions

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.

View File

@@ -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.

View File

@@ -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