summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config/aigoerosq.h3
-rw-r--r--firmware/export/erosqlinux_codec.h2
2 files changed, 2 insertions, 3 deletions
diff --git a/firmware/export/config/aigoerosq.h b/firmware/export/config/aigoerosq.h
index 6ae8ad049f..2d0f7a0cdf 100644
--- a/firmware/export/config/aigoerosq.h
+++ b/firmware/export/config/aigoerosq.h
@@ -36,8 +36,7 @@
36 36
37/* Audio codec */ 37/* Audio codec */
38#define HAVE_EROSQ_LINUX_CODEC 38#define HAVE_EROSQ_LINUX_CODEC
39/* Rockbox has to handle the volume level */ 39#define HAVE_ALSA_32BIT
40#define HAVE_SW_VOLUME_CONTROL
41 40
42/* We don't have hardware controls */ 41/* We don't have hardware controls */
43#define HAVE_SW_TONE_CONTROLS 42#define HAVE_SW_TONE_CONTROLS
diff --git a/firmware/export/erosqlinux_codec.h b/firmware/export/erosqlinux_codec.h
index 1dd9b7e6c6..c337bb78c7 100644
--- a/firmware/export/erosqlinux_codec.h
+++ b/firmware/export/erosqlinux_codec.h
@@ -3,7 +3,7 @@
3 3
4#define AUDIOHW_CAPS (LINEOUT_CAP) 4#define AUDIOHW_CAPS (LINEOUT_CAP)
5 5
6AUDIOHW_SETTING(VOLUME, "dB", 0, 1, -74, 6, -25) 6AUDIOHW_SETTING(VOLUME, "dB", 0, 1, -43, 0, -20)
7 7
8//#define AUDIOHW_NEEDS_INITIAL_UNMUTE 8//#define AUDIOHW_NEEDS_INITIAL_UNMUTE
9 9