aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl/imx-audmux.h
diff options
context:
space:
mode:
authorTorben Hohn <torbenh@linutronix.de>2012-07-18 09:01:17 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-07-18 17:09:40 -0400
commit409b78cc17a4a3d07a541037575da648ced99437 (patch)
treebbfe614f3ec7751cdb2151f5809dfcb5ed393427 /sound/soc/fsl/imx-audmux.h
parent31a2239a5a77c48b12c54210aa250ce76c8f9535 (diff)
ASoC imx-audmux: add MX31_AUDMUX_PORT7_SSI_PINS_7 define
The MX31 Audmux also has 7 Ports. This patch adds the missing define, and makes the debugfs code iterate over that port too. Signed-off-by: Torben Hohn <torbenh@linutronix.de> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/fsl/imx-audmux.h')
-rw-r--r--sound/soc/fsl/imx-audmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/fsl/imx-audmux.h b/sound/soc/fsl/imx-audmux.h
index 04ebbab8d7b9..b8ff44b9dafa 100644
--- a/sound/soc/fsl/imx-audmux.h
+++ b/sound/soc/fsl/imx-audmux.h
@@ -14,6 +14,7 @@
14#define MX31_AUDMUX_PORT4_SSI_PINS_4 3 14#define MX31_AUDMUX_PORT4_SSI_PINS_4 3
15#define MX31_AUDMUX_PORT5_SSI_PINS_5 4 15#define MX31_AUDMUX_PORT5_SSI_PINS_5 4
16#define MX31_AUDMUX_PORT6_SSI_PINS_6 5 16#define MX31_AUDMUX_PORT6_SSI_PINS_6 5
17#define MX31_AUDMUX_PORT7_SSI_PINS_7 6
17 18
18#define MX51_AUDMUX_PORT1_SSI0 0 19#define MX51_AUDMUX_PORT1_SSI0 0
19#define MX51_AUDMUX_PORT2_SSI1 1 20#define MX51_AUDMUX_PORT2_SSI1 1