ASoC: omap-mcbsp: Fix compilation error due to leftover code
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Thu, 30 Aug 2012 14:06:15 +0000 (17:06 +0300)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 5 Sep 2012 12:05:02 +0000 (20:05 +0800)
commite93c7d1bc350189511d32cec2f0af79c30e7fa47
tree91efa3d6506eb382e05f84bebad8cd04b8ddbbd3
parentfc600432cd23e35c85de2ff4468d816d6938a112
ASoC: omap-mcbsp: Fix compilation error due to leftover code

Part of commit (which patches sound/soc/omap/mcbsp.c file):
8fef626 ARM/ASoC: omap-mcbsp: Remove CLKR/FSR mux configuration code

since the tree where it has been applied did not had the earlier patch:
d0db84e ASoC: omap-mcbsp: Fix 6pin mux configuration
which changed code around omap_mcbsp_6pin_src_mux().

Because of the missing part from 8fef626 the sound/soc/omap/mcbsp.c does
not compile in linux-next.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/omap/mcbsp.c