From: Lars-Peter Clausen Date: Tue, 18 Mar 2014 08:02:12 +0000 (+0100) Subject: ASoC: Let snd_soc_platform subclass snd_soc_component X-Git-Tag: omap-for-v3.16/fixes-against-rc1~21^2~52^2~14^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b37f1d123c69c0d7730704d65b83eaac780c0e3b;p=pandora-kernel.git ASoC: Let snd_soc_platform subclass snd_soc_component There is an increasing amount of code that is very similar between platforms, CODECS and other components. Making platforms a component will allow us to share this code. For now the patch just adds component and component_driver fields to the platform and platform_driver structs and registers the platform as a component. Followup patches will be used to consolidate code between the different types of components. Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- Reading git-diff-tree failed