All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ASoC: imx-audmux: add RXFS/RXCLK defines for 6-wire connections
@ 2014-01-29 16:47 Philipp Zabel
  2014-01-29 16:47 ` [PATCH 2/2] ASoC: fsl: add imx-ssm2603 machine driver Philipp Zabel
  0 siblings, 1 reply; 4+ messages in thread
From: Philipp Zabel @ 2014-01-29 16:47 UTC (permalink / raw)
  To: alsa-devel
  Cc: Fabio Estevam, kernel, Nicolin Chen, Mark Brown, Philipp Zabel,
	Shawn Guo

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>
---
 include/dt-bindings/sound/fsl-imx-audmux.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/dt-bindings/sound/fsl-imx-audmux.h b/include/dt-bindings/sound/fsl-imx-audmux.h
index 50b09e9..63b48f8 100644
--- a/include/dt-bindings/sound/fsl-imx-audmux.h
+++ b/include/dt-bindings/sound/fsl-imx-audmux.h
@@ -24,6 +24,10 @@
 #define MX51_AUDMUX_PORT6		5
 #define MX51_AUDMUX_PORT7		6
 
+/* TFSEL/TCSEL/RFSEL/RCSEL can be sourced from Rx/Tx clocks on i.MX51/53/6Q */
+#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)
-- 
1.8.5.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-01-30  9:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-29 16:47 [PATCH 1/2] ASoC: imx-audmux: add RXFS/RXCLK defines for 6-wire connections Philipp Zabel
2014-01-29 16:47 ` [PATCH 2/2] ASoC: fsl: add imx-ssm2603 machine driver Philipp Zabel
2014-01-30  5:46   ` Nicolin Chen
2014-01-30  9:17     ` Philipp Zabel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.