The following patch added snd_soc_register_card() functionality instead of creating a "soc-audio" platform device in smdk_wm8994.c file. http://www.spinics.net/lists/linux-samsung-soc/msg11232.html After using snd_soc_register_card(), the sound card is registered as a platform driver and it needs related platform device entry in machine file. Thus this patch series is dependent on the above patch. This series is based on Kukjin Kim's for-next branch. Sachin Kamat (3): ARM: EXYNOS: Add audio platform device in SMDKV310 board ARM: S5PV210: Add audio platform device in Aquila board ARM: S5PV210: Add audio platform device in Goni board arch/arm/mach-exynos/mach-smdkv310.c | 7 +++++++ arch/arm/mach-s5pv210/mach-aquila.c | 7 +++++++ arch/arm/mach-s5pv210/mach-goni.c | 7 +++++++ 3 files changed, 21 insertions(+), 0 deletions(-) -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html