cs4398: Change default volume to -25 dB (from 0 dB)

Change-Id: Iac216951b6f21bd83bb1d529e231bbb3e0aa0da6
This commit is contained in:
Solomon Peachy 2020-08-29 08:50:06 -04:00
parent 31a1a29004
commit 6296b220e5
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
#define CS4398_VOLUME_MAX 0
#define AUDIOHW_CAPS (FILTER_ROLL_OFF_CAP | LINEOUT_CAP)
AUDIOHW_SETTING(VOLUME, "dB", 0, 1, CS4398_VOLUME_MIN/10, CS4398_VOLUME_MAX/10, 0)
AUDIOHW_SETTING(VOLUME, "dB", 0, 1, CS4398_VOLUME_MIN/10, CS4398_VOLUME_MAX/10, -25)
AUDIOHW_SETTING(FILTER_ROLL_OFF, "", 0, 1, 0, 1, 0)
void cs4398_write_reg(uint8_t reg, uint8_t val);