Skip to content

Commit

Permalink
Config fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
Andriy Malyshenko committed Dec 22, 2024
1 parent ae1659f commit f31fe02
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1122,12 +1122,12 @@ static const tas5805m_cfg_reg_t tas5805m_registers[] = {
{ 0x00, 0x00 },
{ 0x7f, 0x8c },
{ 0x00, 0x2e },
{ 0x10, 0x00 }, // DRC Band3 Mixer Gain: 0
{ 0x11, 0x00 },
{ 0x10, 0x00 }, // DRC Band3 Mixer Gain: 1
{ 0x11, 0x80 },
{ 0x12, 0x00 },
{ 0x13, 0x00 },
{ 0x0c, 0x00 }, // DRC Band2 Mixer Gain: 0
{ 0x0d, 0x00 },
{ 0x0c, 0x00 }, // DRC Band2 Mixer Gain: 1
{ 0x0d, 0x80 },
{ 0x0e, 0x00 },
{ 0x0f, 0x00 },
{ 0x08, 0x00 }, // DRC Band1 Mixer Gain: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1122,12 +1122,12 @@ static const tas5805m_cfg_reg_t tas5805m_registers[] = {
{ 0x00, 0x00 },
{ 0x7f, 0x8c },
{ 0x00, 0x2e },
{ 0x10, 0x00 }, // DRC Band3 Mixer Gain: 0
{ 0x11, 0x00 },
{ 0x10, 0x00 }, // DRC Band3 Mixer Gain: 1
{ 0x11, 0x80 },
{ 0x12, 0x00 },
{ 0x13, 0x00 },
{ 0x0c, 0x00 }, // DRC Band2 Mixer Gain: 0
{ 0x0d, 0x00 },
{ 0x0c, 0x00 }, // DRC Band2 Mixer Gain: 1
{ 0x0d, 0x80 },
{ 0x0e, 0x00 },
{ 0x0f, 0x00 },
{ 0x08, 0x00 }, // DRC Band1 Mixer Gain: 1
Expand Down
3 changes: 1 addition & 2 deletions configs/sdkconfig.loud-esparagus
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ CONFIG_SLAVE_I2S_DATAOUT_PIN=5
#
# MAX98357 interface Configuration
#
CONFIG_MAX98357_MUTE_PIN=255
CONFIG_MAX98357_MUTE_PIN=13
# end of MAX98357 interface Configuration

#
Expand All @@ -434,7 +434,6 @@ CONFIG_SNAPCLIENT_DSP_FLOW_BASS_TREBLE_EQ=y
CONFIG_SNAPCLIENT_USE_SOFT_VOL=y
# end of ESP32 DSP processor config


#
# Snapclient Ethernet Configuration
#
Expand Down

0 comments on commit f31fe02

Please sign in to comment.