summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233/audioout-imx233.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx233/audioout-imx233.h')
-rw-r--r--firmware/target/arm/imx233/audioout-imx233.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/firmware/target/arm/imx233/audioout-imx233.h b/firmware/target/arm/imx233/audioout-imx233.h
index b5c16767c6..88163e7ad2 100644
--- a/firmware/target/arm/imx233/audioout-imx233.h
+++ b/firmware/target/arm/imx233/audioout-imx233.h
@@ -27,6 +27,14 @@
27 27
28#include "regs/regs-audioout.h" 28#include "regs/regs-audioout.h"
29 29
30/* target-defined output stage coupling method
31 * its setting is IMX233_AUDIO_COUPLING_MODE and must be set for every target
32 * Use ACM_CAP if output stage (i.e. headphones) have output capacitors,
33 * ACM_CAPLESS (DC-coupled) otherwise.
34 */
35#define ACM_CAPLESS 0
36#define ACM_CAP 1
37
30struct imx233_audioout_info_t 38struct imx233_audioout_info_t
31{ 39{
32 // NOTE there is a convention here: dac -> dacvol -> dacmute 40 // NOTE there is a convention here: dac -> dacvol -> dacmute