
Here is a series of patches which convert ep93xx ASoC drivers to use snd_soc_register_card(). This has the advantage that the machine drivers get loaded automatically by udev. Also this gets rid of machine_is_xxx() from the machine drivers.
Tested on Sim.One. The edb93xx and snappercl15 changes are compile tested only.
Mika Westerberg (7): ASoC: ep93xx-pcm: add MODULE_ALIAS ASoC: simone: convert to use snd_soc_register_card() ASoC: edb93xx: convert to use snd_soc_register_card() ASoC: snappercl15: convert to use snd_soc_register_card() ARM: ep93xx: simone: register audio platform device ARM: ep93xx: edb93xx: register audio platform device ARM: ep93xx: snappercl15: register audio platform device
arch/arm/mach-ep93xx/edb93xx.c | 6 +++ arch/arm/mach-ep93xx/simone.c | 13 +++++++- arch/arm/mach-ep93xx/snappercl15.c | 13 +++++++- sound/soc/ep93xx/edb93xx.c | 60 ++++++++++++++++++--------------- sound/soc/ep93xx/ep93xx-pcm.c | 1 + sound/soc/ep93xx/simone.c | 64 ++++++++++++++++++++---------------- sound/soc/ep93xx/snappercl15.c | 53 ++++++++++++++++++++--------- 7 files changed, 136 insertions(+), 74 deletions(-)