Skip to content

Commit

Permalink
fix es8311 fade in
Browse files Browse the repository at this point in the history
  • Loading branch information
pborcin committed Jan 24, 2024
1 parent 7a7c66e commit 18e3770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/esp_codec_dev/device/es8311/es8311.c
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ static int es8311_start(audio_codec_es8311_t *codec)
ret |= es8311_write_reg(codec, ES8311_SYSTEM_REG14, regv);
ret |= es8311_write_reg(codec, ES8311_SYSTEM_REG0D, 0x01);
ret |= es8311_write_reg(codec, ES8311_ADC_REG15, 0x40);
ret |= es8311_write_reg(codec, ES8311_DAC_REG37, 0x48);
ret |= es8311_write_reg(codec, ES8311_DAC_REG37, 0x08);
ret |= es8311_write_reg(codec, ES8311_GP_REG45, 0x00);
return ret;
}
Expand Down

0 comments on commit 18e3770

Please sign in to comment.