]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit675b949ae051f16b5db35d1b84d7e43c38c74e23
tree91efa3d6506eb382e05f84bebad8cd04b8ddbbd3
parent6dc5892311967fa2138ff01dc94316052b380f2e
ASoC: omap-mcbsp: Fix compilation error due to leftover code

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

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

Because of the missing part from a9331ef 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