Cleanup logic for notification LED setting; increase default call volume

This commit is contained in:
Miles Alan 2020-08-22 15:00:47 -05:00
parent 8e1c40e832
commit 45c571727c
3 changed files with 10 additions and 6 deletions

View file

@ -351,9 +351,9 @@ static struct audio_setup audio_setup = {
.dai2_en = false,
.hp_vol = 15,
.spk_vol = 15,
.ear_vol = 15,
.hp_vol = 25,
.spk_vol = 25,
.ear_vol = 25,
.mic_gain = 1,
.hpmic_gain = 1,
};