summaryrefslogtreecommitdiff
path: root/firmware/drivers/audio/ak4537.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/audio/ak4537.c')
-rw-r--r--firmware/drivers/audio/ak4537.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/audio/ak4537.c b/firmware/drivers/audio/ak4537.c
index 4a9010d4e7..6f4e85a7fa 100644
--- a/firmware/drivers/audio/ak4537.c
+++ b/firmware/drivers/audio/ak4537.c
@@ -207,7 +207,7 @@ void audiohw_close(void)
207 akcodec_close(); /* target-specific */ 207 akcodec_close(); /* target-specific */
208} 208}
209 209
210void audiohw_set_master_vol(int vol_l, int vol_r) 210void audiohw_set_volume(int vol_l, int vol_r)
211{ 211{
212 vol_l = vol_tenthdb2hw(vol_l); 212 vol_l = vol_tenthdb2hw(vol_l);
213 vol_r = vol_tenthdb2hw(vol_r); 213 vol_r = vol_tenthdb2hw(vol_r);