summaryrefslogtreecommitdiff
path: root/firmware/drivers/audio/tsc2100.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/audio/tsc2100.c')
-rw-r--r--firmware/drivers/audio/tsc2100.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/audio/tsc2100.c b/firmware/drivers/audio/tsc2100.c
index 41327ae3d7..fda192a62a 100644
--- a/firmware/drivers/audio/tsc2100.c
+++ b/firmware/drivers/audio/tsc2100.c
@@ -74,7 +74,7 @@ void audiohw_postinit(void)
74 audiohw_mute(false); 74 audiohw_mute(false);
75} 75}
76 76
77void audiohw_set_master_volume(int vol_l, int vol_r) 77void audiohw_set_volume(int vol_l, int vol_r)
78{ 78{
79 vol_l = vol_tenthdb2hw(vol_l); 79 vol_l = vol_tenthdb2hw(vol_l);
80 vol_r = vol_tenthdb2hw(vol_r); 80 vol_r = vol_tenthdb2hw(vol_r);