aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/imx/mx27vis-aic32x4.c
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-03-05 09:30:54 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-03-05 19:03:04 -0500
commitaf4872fb39301bbe196d0778f80d22ec51d8884b (patch)
treec2c72d11003bd24141c03ab9faefbd9529a7760e /sound/soc/imx/mx27vis-aic32x4.c
parent3c77c29c49c6213c55ad8dacc687817b3568c0ce (diff)
ASoC: imx: rename audmux prefix mxc to imx
It renames the legacy name mxc used in audmux function and macro to imx. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/imx/mx27vis-aic32x4.c')
-rw-r--r--sound/soc/imx/mx27vis-aic32x4.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/sound/soc/imx/mx27vis-aic32x4.c b/sound/soc/imx/mx27vis-aic32x4.c
index dbfad0f6251..976f857151f 100644
--- a/sound/soc/imx/mx27vis-aic32x4.c
+++ b/sound/soc/imx/mx27vis-aic32x4.c
@@ -207,16 +207,16 @@ static int __init mx27vis_aic32x4_init(void)
207 } 207 }
208 208
209 /* Connect SSI0 as clock slave to SSI1 external pins */ 209 /* Connect SSI0 as clock slave to SSI1 external pins */
210 mxc_audmux_v1_configure_port(MX27_AUDMUX_HPCR1_SSI0, 210 imx_audmux_v1_configure_port(MX27_AUDMUX_HPCR1_SSI0,
211 MXC_AUDMUX_V1_PCR_SYN | 211 IMX_AUDMUX_V1_PCR_SYN |
212 MXC_AUDMUX_V1_PCR_TFSDIR | 212 IMX_AUDMUX_V1_PCR_TFSDIR |
213 MXC_AUDMUX_V1_PCR_TCLKDIR | 213 IMX_AUDMUX_V1_PCR_TCLKDIR |
214 MXC_AUDMUX_V1_PCR_TFCSEL(MX27_AUDMUX_PPCR1_SSI_PINS_1) | 214 IMX_AUDMUX_V1_PCR_TFCSEL(MX27_AUDMUX_PPCR1_SSI_PINS_1) |
215 MXC_AUDMUX_V1_PCR_RXDSEL(MX27_AUDMUX_PPCR1_SSI_PINS_1) 215 IMX_AUDMUX_V1_PCR_RXDSEL(MX27_AUDMUX_PPCR1_SSI_PINS_1)
216 ); 216 );
217 mxc_audmux_v1_configure_port(MX27_AUDMUX_PPCR1_SSI_PINS_1, 217 imx_audmux_v1_configure_port(MX27_AUDMUX_PPCR1_SSI_PINS_1,
218 MXC_AUDMUX_V1_PCR_SYN | 218 IMX_AUDMUX_V1_PCR_SYN |
219 MXC_AUDMUX_V1_PCR_RXDSEL(MX27_AUDMUX_HPCR1_SSI0) 219 IMX_AUDMUX_V1_PCR_RXDSEL(MX27_AUDMUX_HPCR1_SSI0)
220 ); 220 );
221 221
222 ret = mxc_gpio_setup_multiple_pins(mx27vis_amp_pins, 222 ret = mxc_gpio_setup_multiple_pins(mx27vis_amp_pins,