]> 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)
commit0443781ff56556631b7758d1837aab8632e78995
tree91efa3d6506eb382e05f84bebad8cd04b8ddbbd3
parent70f0ff9631a3731fa4961a62fa39d0e0ef6b750b
ASoC: omap-mcbsp: Fix compilation error due to leftover code

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

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

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