ASoC: Move name and id from CODEC/platform to component
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 16 Jun 2014 16:13:02 +0000 (18:13 +0200)
committerMark Brown <broonie@linaro.org>
Sat, 21 Jun 2014 20:04:24 +0000 (21:04 +0100)
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 <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>

No differences found