summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/audiohw.h1
-rw-r--r--firmware/export/mas35xx.h3
-rw-r--r--firmware/export/wm8751.h2
3 files changed, 1 insertions, 5 deletions
diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h
index 4bd4ecb019..3fce3fc6d4 100644
--- a/firmware/export/audiohw.h
+++ b/firmware/export/audiohw.h
@@ -24,6 +24,7 @@
24 24
25#include "config.h" 25#include "config.h"
26#include <stdbool.h> 26#include <stdbool.h>
27#include <inttypes.h>
27 28
28/* define some audiohw caps */ 29/* define some audiohw caps */
29#define TREBLE_CAP (1 << 0) 30#define TREBLE_CAP (1 << 0)
diff --git a/firmware/export/mas35xx.h b/firmware/export/mas35xx.h
index 3f7912f856..e374a1b903 100644
--- a/firmware/export/mas35xx.h
+++ b/firmware/export/mas35xx.h
@@ -291,9 +291,6 @@ extern void audiohw_set_mdb_center(int value);
291extern void audiohw_set_mdb_shape(int value); 291extern void audiohw_set_mdb_shape(int value);
292extern void audiohw_set_mdb_enable(int value); 292extern void audiohw_set_mdb_enable(int value);
293extern void audiohw_set_superbass(int value); 293extern void audiohw_set_superbass(int value);
294extern void audiohw_set_balance(int val);
295extern void audiohw_set_pitch(int32_t val);
296extern int audiohw_get_pitch(void);
297 294
298#endif /* CONFIG_CODEC */ 295#endif /* CONFIG_CODEC */
299 296
diff --git a/firmware/export/wm8751.h b/firmware/export/wm8751.h
index c19bd153eb..aa18972c23 100644
--- a/firmware/export/wm8751.h
+++ b/firmware/export/wm8751.h
@@ -25,8 +25,6 @@
25#define VOLUME_MIN -730 25#define VOLUME_MIN -730
26#define VOLUME_MAX 60 26#define VOLUME_MAX 60
27 27
28#define AUDIOHW_SETTING(name, us, nd, st, minv, maxv, defv, expr...)
29
30#if defined(HAVE_WM8750) 28#if defined(HAVE_WM8750)
31#define AUDIOHW_CAPS (BASS_CAP | TREBLE_CAP | PRESCALER_CAP | \ 29#define AUDIOHW_CAPS (BASS_CAP | TREBLE_CAP | PRESCALER_CAP | \
32 BASS_CUTOFF_CAP | TREBLE_CUTOFF_CAP | \ 30 BASS_CUTOFF_CAP | TREBLE_CUTOFF_CAP | \