From: Kuninori Morimoto Date: Tue, 12 Mar 2013 01:27:21 +0000 (-0700) Subject: ASoC: add snd_soc_register_component() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~52^2~42^2~24^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=030e79f658de11da43d32e7ad814b5d2d64c8bac;p=pandora-kernel.git ASoC: add snd_soc_register_component() Current ASoC has register function for platform/codec/dai/card, but doesn't have for cpu. It often produces confusion and fault on ASoC. As result of ASoC community discussion, we consider new struct snd_soc_component for CPU/CODEC, and will switch over to use it. This patch adds very basic struct snd_soc_component, and register function for it. Signed-off-by: Kuninori Morimoto Acked-by: Liam Girdwood Reviewed-by: Stephen Warren Signed-off-by: Mark Brown --- Reading git-diff-tree failed