summaryrefslogtreecommitdiff
path: root/firmware/export/wm8985.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/wm8985.h')
-rw-r--r--firmware/export/wm8985.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/firmware/export/wm8985.h b/firmware/export/wm8985.h
index f59bc771bd..56c7f8d405 100644
--- a/firmware/export/wm8985.h
+++ b/firmware/export/wm8985.h
@@ -27,12 +27,8 @@
27#define AUDIOHW_CAPS (BASS_CAP | TREBLE_CAP | BASS_CUTOFF_CAP | TREBLE_CUTOFF_CAP) 27#define AUDIOHW_CAPS (BASS_CAP | TREBLE_CAP | BASS_CUTOFF_CAP | TREBLE_CUTOFF_CAP)
28 28
29extern int tenthdb2master(int db); 29extern int tenthdb2master(int db);
30extern int tenthdb2mixer(int db);
31 30
32extern void audiohw_set_master_vol(int vol_l, int vol_r); 31extern void audiohw_set_headphone_vol(int vol_l, int vol_r);
33extern void audiohw_set_lineout_vol(int vol_l, int vol_r); 32extern void audiohw_set_lineout_vol(int vol_l, int vol_r);
34extern void audiohw_set_mixer_vol(int channel1, int channel2);
35extern void audiohw_set_nsorder(int order);
36extern void audiohw_set_sample_rate(int sampling_control);
37 33
38#endif /* _WM8985_H */ 34#endif /* _WM8985_H */