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, 2 insertions, 1 deletions
diff --git a/firmware/export/imx233-codec.h b/firmware/export/imx233-codec.h
index a02ef22fec..2bd6cba5de 100644
--- a/firmware/export/imx233-codec.h
+++ b/firmware/export/imx233-codec.h
@@ -37,6 +37,7 @@ AUDIOHW_SETTING(LEFT_GAIN, "dB", 1, 1, 0, 31, 23)
37AUDIOHW_SETTING(RIGHT_GAIN, "dB", 1, 1, 0, 31, 23) 37AUDIOHW_SETTING(RIGHT_GAIN, "dB", 1, 1, 0, 31, 23)
38AUDIOHW_SETTING(MIC_GAIN, "dB", 1, 1, 0, 1, 1) 38AUDIOHW_SETTING(MIC_GAIN, "dB", 1, 1, 0, 1, 1)
39#endif /* HAVE_RECORDING */ 39#endif /* HAVE_RECORDING */
40AUDIOHW_SETTING(DEPTH_3D, "%", 0, 1, 0, 15, 0) 40/* i.MX233 has four settings: 0dB, 3dB, 4.5dB, 6dB so fake 1.5dB steps */
41AUDIOHW_SETTING(DEPTH_3D, "dB", 1, 15, 0, 60, 0)
41 42
42#endif /* __IMX233_CODEC_H_ */ 43#endif /* __IMX233_CODEC_H_ */