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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/export/as3514.h b/firmware/export/as3514.h
index bcdb1a78c6..acf13444fa 100644
--- a/firmware/export/as3514.h
+++ b/firmware/export/as3514.h
@@ -131,14 +131,9 @@ extern void audiohw_set_sampr_dividers(int fsel);
131/* Headphone volume goes from -81.0 ... +6dB */ 131/* Headphone volume goes from -81.0 ... +6dB */
132#define VOLUME_MIN -810 132#define VOLUME_MIN -810
133#else 133#else
134#ifdef SAMSUNG_YPR0
135/* Headphone volume goes from -40.5 ... +6dB */
136#define VOLUME_MIN -405
137#else
138/* Headphone volume goes from -73.5 ... +6dB */ 134/* Headphone volume goes from -73.5 ... +6dB */
139#define VOLUME_MIN -735 135#define VOLUME_MIN -735
140#endif 136#endif
141#endif
142#define VOLUME_MAX 60 137#define VOLUME_MAX 60
143 138
144/*** Audio Registers ***/ 139/*** Audio Registers ***/