From: Stephen Warren Date: Fri, 28 Jan 2011 21:26:36 +0000 (-0700) Subject: ASoC: Tegra: Harmony: Don't use soc-audio platform device X-Git-Tag: v2.6.39-rc1~200^2^2~138 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72de2b1a9a5b869c1eaea098dd2a75e6bbbf0488;p=pandora-kernel.git ASoC: Tegra: Harmony: Don't use soc-audio platform device Previously, snd-soc-tegra-harmony internally instantiated a platform device object whenever the module was loaded. Instead, switch to a more typical model where arch/arm/mach-tegra defines a platform device, and snd-soc-tegra-harmony acts as a driver for such a platform device. Define a new struct tegra_harmony to store driver data in the future. Signed-off-by: Stephen Warren Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed