summaryrefslogtreecommitdiff
path: root/firmware/drivers/audio/uda1341.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/audio/uda1341.c')
-rw-r--r--firmware/drivers/audio/uda1341.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/audio/uda1341.c b/firmware/drivers/audio/uda1341.c
index ac3bcedb7d..e15cd39bfc 100644
--- a/firmware/drivers/audio/uda1341.c
+++ b/firmware/drivers/audio/uda1341.c
@@ -166,7 +166,7 @@ void audiohw_init(void)
166 166
167 audiohw_set_bass (0); 167 audiohw_set_bass (0);
168 audiohw_set_treble (0); 168 audiohw_set_treble (0);
169 audiohw_set_master_vol (26, 26); /* -25 dB */ 169 audiohw_set_volume (-250); /* -25 dB */
170} 170}
171 171
172void audiohw_postinit(void) 172void audiohw_postinit(void)