From: Jarkko Nikula Date: Sun, 23 Aug 2009 09:24:27 +0000 (+0300) Subject: ARM: OMAP: McBSP: Merge two functions into omap_mcbsp_start/_stop X-Git-Tag: v2.6.32-rc1~166^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d09a2afc9359407114b7062519101f1ee2d05388;p=pandora-kernel.git ARM: OMAP: McBSP: Merge two functions into omap_mcbsp_start/_stop Functionality of functions omap_mcbsp_xmit_enable and omap_mcbsp_recv_enable can be merged into omap_mcbsp_start and omap_mcbsp_stop since API of those omap_mcbsp_start and omap_mcbsp_stop was changed recently allowing to start and stop individually the transmitter and receiver. This cleans up the code in arch/arm/plat-omap/mcbsp.c and in sound/soc/omap/omap-mcbsp.c which was the only user for those removed functions. Signed-off-by: Jarkko Nikula Acked-by: Eero Nurkkala Cc: Peter Ujfalusi Signed-off-by: Mark Brown --- Reading git-diff-tree failed