From: Lars-Peter Clausen Date: Mon, 16 Jun 2014 16:13:02 +0000 (+0200) Subject: ASoC: Move name and id from CODEC/platform to component X-Git-Tag: omap-for-v3.17/fixes-against-rc2~144^2~5^2~16^2~10^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4333203ec933f9272c90c7add01774ec2cf94d3;p=pandora-kernel.git ASoC: Move name and id from CODEC/platform to component The component struct already has a name and id field which are initialized to the same values as the same fields in the CODEC and platform structs. So remove them from the CODEC and platform structs and used the ones from the component struct instead. Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- Reading git-diff-tree failed