aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/dt-bindings/sound
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2018-05-23 11:43:00 +0200
committerMark Brown <broonie@kernel.org>2018-05-30 11:37:30 +0100
commitc25f2566250cc58491a489c854013aecdf75dfef (patch)
tree525b5685409481d2857df929eee755a75f5ba85a /include/dt-bindings/sound
parentASoC: fix 0-day warnings with snd_soc_new_compress() (diff)
downloadwireguard-linux-c25f2566250cc58491a489c854013aecdf75dfef.tar.xz
wireguard-linux-c25f2566250cc58491a489c854013aecdf75dfef.zip
ASoC: imx-audmux: add RXFS/RXCLK defines for 6-wire connections
In asynchronous mode, a RxFS and RxClk connection needs to be made between two ports. Add a define for the bit to be set in the *SEL fields. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> [m.felsch@pengutronix.de: fixed comment to include i.MX21 and 35] Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/dt-bindings/sound')
-rw-r--r--include/dt-bindings/sound/fsl-imx-audmux.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/dt-bindings/sound/fsl-imx-audmux.h b/include/dt-bindings/sound/fsl-imx-audmux.h
index 751fe1416f95..15f138bebe16 100644
--- a/include/dt-bindings/sound/fsl-imx-audmux.h
+++ b/include/dt-bindings/sound/fsl-imx-audmux.h
@@ -25,6 +25,13 @@
#define MX51_AUDMUX_PORT6 5
#define MX51_AUDMUX_PORT7 6
+/*
+ * TFCSEL/RFCSEL (i.MX27) or TFSEL/TCSEL/RFSEL/RCSEL (i.MX31/51/53/6Q)
+ * can be sourced from Rx/Tx.
+ */
+#define IMX_AUDMUX_RXFS 0x8
+#define IMX_AUDMUX_RXCLK 0x8
+
/* Register definitions for the i.MX21/27 Digital Audio Multiplexer */
#define IMX_AUDMUX_V1_PCR_INMMASK(x) ((x) & 0xff)
#define IMX_AUDMUX_V1_PCR_INMEN (1 << 8)