summaryrefslogtreecommitdiff
path: root/firmware/export/as3514.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/as3514.h')
-rw-r--r--firmware/export/as3514.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/as3514.h b/firmware/export/as3514.h
index 8bcc1f2bc1..999563d33c 100644
--- a/firmware/export/as3514.h
+++ b/firmware/export/as3514.h
@@ -24,8 +24,8 @@
24 24
25extern int tenthdb2master(int db); 25extern int tenthdb2master(int db);
26 26
27extern int audiohw_set_master_vol(int vol_l, int vol_r); 27extern void audiohw_set_master_vol(int vol_l, int vol_r);
28extern int audiohw_set_lineout_vol(int vol_l, int vol_r); 28extern void audiohw_set_lineout_vol(int vol_l, int vol_r);
29extern void audiohw_set_sample_rate(int sampling_control); 29extern void audiohw_set_sample_rate(int sampling_control);
30 30
31/* Register Descriptions */ 31/* Register Descriptions */