summaryrefslogtreecommitdiff
path: root/firmware/export/hosted_codec.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/hosted_codec.h')
-rw-r--r--firmware/export/hosted_codec.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/firmware/export/hosted_codec.h b/firmware/export/hosted_codec.h
index e44da37c8d..72495709e8 100644
--- a/firmware/export/hosted_codec.h
+++ b/firmware/export/hosted_codec.h
@@ -21,11 +21,8 @@
21#ifndef HOSTED_CODEC_H 21#ifndef HOSTED_CODEC_H
22#define HOSTED_CODEC_H 22#define HOSTED_CODEC_H
23 23
24#define VOLUME_MIN -990
25#define VOLUME_MAX 0
26
27#define AUDIOHW_CAPS (MONO_VOL_CAP) 24#define AUDIOHW_CAPS (MONO_VOL_CAP)
28AUDIOHW_SETTING(VOLUME, "dB", 0, 1,-100, 0, 0) 25AUDIOHW_SETTING(VOLUME, "dB", 0, 1, -99, 0, 0)
29 26
30#if (CONFIG_PLATFORM & PLATFORM_ANDROID) 27#if (CONFIG_PLATFORM & PLATFORM_ANDROID)
31/* Bass and treble tone controls */ 28/* Bass and treble tone controls */