summaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc/include/mach/audmux.h
AgeCommit message (Collapse)AuthorFilesLines
2012-03-06ASoC: imx: move audmux driver into sound/soc/imxShawn Guo1-60/+0
As audmux becomes a platform driver and its callers are all ASoC machine drivers, there is no reason to keep it in arch folder, so move it to sound/soc/imx. One bonus point would be those ASoC machine drivers stop including mach/audmux.h, since it's been moved to sound/soc/imx/imx-audmux.h. This should be a move to the right direction in terms of single kernel image goal. 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>
2011-03-23MX51: Add AUDMUX ports definitionsJulien Boibessot1-1/+9
Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2009-11-14MXC: Add a digital audio multiplexer driverSascha Hauer1-0/+52
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>