Hello,
This series will fix the CLKR/FSR signal mux configuration for OMAP4 devices. McBSP4 has 6 pin configuration on McBSP4 port while OMAP2/3 has the same capability on McBSP1 port. The API for mux control will be simplified for the mcbsp users (ASoC).
The series depends on earlier series sent for mcbsp: OMAP4: McBSP: Fix clock reparenting
I think the ASoC patch can go via linux-omap, since we do not have other changes for McBSP coming via sound tree.
Regards, Peter --- Peter Ujfalusi (5): OMAP2/3: mcbsp: Check McBSP port number in CLKR/FSR mux callback OMAP: mcbsp: Signle function for CLKR/FSR source mux configuration ASoC: omap-mcbsp: Use the new interface for configuring CLKR/FSR mux OMAP: mcbsp: Remove old CLKR/FSR mux functions OMAP4: mcbsp: Callback function for McBSP4 CLKR/FSR mux selection
arch/arm/mach-omap2/mcbsp.c | 47 +++++++++++++++++++++++++++++ arch/arm/plat-omap/include/plat/mcbsp.h | 15 ++++------ arch/arm/plat-omap/mcbsp.c | 49 +++++++++++++++---------------- sound/soc/omap/omap-mcbsp.c | 12 +++++-- 4 files changed, 85 insertions(+), 38 deletions(-)