Hello,
The following series introduces some cleanups for OMAP platforms in multi-component branch.
- Enable audio for OMAP1 class - Registers only the available amount of omap-mcbsp-dai devices for OMAP2,3, and 4
Please do verify, if the chages are correct, especially the number of McBSP ports on different devices.
Liam: in case you take this, you can squash this to the corresponding commit.
Peter
--- Peter Ujfalusi (3): ASoC: multi-comp: OMAP McBSP: use macro for platform_device ASoC: multi-comp: OMAP McBSP: Enable audio on OMAP1 platform ASoC: multi-comp: OMAP2,3,4 McBSP: register correct number of ports
arch/arm/mach-omap1/devices.c | 24 +++++++++++++++ arch/arm/mach-omap2/devices.c | 50 ++++++++++++++++-------------- arch/arm/plat-omap/include/plat/mcbsp.h | 7 ++++ 3 files changed, 58 insertions(+), 23 deletions(-)
-- 1.7.2