summaryrefslogtreecommitdiff
path: root/firmware/export/imx233-codec.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/imx233-codec.h')
-rw-r--r--firmware/export/imx233-codec.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/export/imx233-codec.h b/firmware/export/imx233-codec.h
index 2fbd8bde59..a02ef22fec 100644
--- a/firmware/export/imx233-codec.h
+++ b/firmware/export/imx233-codec.h
@@ -24,9 +24,6 @@
24/* i.MX233 can boost up to 6dB in DAC mode and 12dB in line mode. Since mic/line 24/* i.MX233 can boost up to 6dB in DAC mode and 12dB in line mode. Since mic/line
25 * already have adjustable gain, keep lowest of both. With chained DAC volume 25 * already have adjustable gain, keep lowest of both. With chained DAC volume
26 * and headphone volume, the i.MX233 can achieve < -100dB but stay at -100dB. */ 26 * and headphone volume, the i.MX233 can achieve < -100dB but stay at -100dB. */
27#define VOLUME_MIN -1000
28#define VOLUME_MAX 60
29
30#define AUDIOHW_CAPS (DEPTH_3D_CAP | BASS_CAP | TREBLE_CAP | \ 27#define AUDIOHW_CAPS (DEPTH_3D_CAP | BASS_CAP | TREBLE_CAP | \
31 LIN_GAIN_CAP | MIC_GAIN_CAP) 28 LIN_GAIN_CAP | MIC_GAIN_CAP)
32 29