summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/hosted_codec.h2
-rw-r--r--firmware/export/mas35xx.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/hosted_codec.h b/firmware/export/hosted_codec.h
index 62a4d57613..e44da37c8d 100644
--- a/firmware/export/hosted_codec.h
+++ b/firmware/export/hosted_codec.h
@@ -46,6 +46,6 @@ AUDIOHW_SETTING(BASS_CUTOFF, "", 0, 1, 1, 4, 1)
46#if defined(AUDIOHW_HAVE_TREBLE_CUTOFF) 46#if defined(AUDIOHW_HAVE_TREBLE_CUTOFF)
47AUDIOHW_SETTING(TREBLE_CUTOFF, "", 0, 1, 1, 4, 1) 47AUDIOHW_SETTING(TREBLE_CUTOFF, "", 0, 1, 1, 4, 1)
48#endif 48#endif
49/* CONFIG_PLATFORM & PLATFORM_ANDROID */ 49#endif /* CONFIG_PLATFORM & PLATFORM_ANDROID */
50 50
51#endif /* HOSTED_CODEC_H */ \ No newline at end of file 51#endif /* HOSTED_CODEC_H */ \ No newline at end of file
diff --git a/firmware/export/mas35xx.h b/firmware/export/mas35xx.h
index e374a1b903..0c6d21140c 100644
--- a/firmware/export/mas35xx.h
+++ b/firmware/export/mas35xx.h
@@ -43,9 +43,9 @@
43#define VOLUME_MAX 180 43#define VOLUME_MAX 180
44#define AUDIOHW_CAPS (BASS_CAP | TREBLE_CAP | PRESCALER_CAP) 44#define AUDIOHW_CAPS (BASS_CAP | TREBLE_CAP | PRESCALER_CAP)
45 45
46AUDIOHW_SETTING(SOUND_VOLUME, "dB", 0, 1, -78, 18, -18) 46AUDIOHW_SETTING(VOLUME, "dB", 0, 1, -78, 18, -18)
47AUDIOHW_SETTING(SOUND_BASS, "dB", 0, 1, -15, 15, 7) 47AUDIOHW_SETTING(BASS, "dB", 0, 1, -15, 15, 7)
48AUDIOHW_SETTING(SOUND_TREBLE, "dB", 0, 1, -15, 15, 7) 48AUDIOHW_SETTING(TREBLE, "dB", 0, 1, -15, 15, 7)
49 49
50/* I2C defines */ 50/* I2C defines */
51#define MAS_ADR 0x3a 51#define MAS_ADR 0x3a