commit | f4333203ec933f9272c90c7add01774ec2cf94d3 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Mon Jun 16 18:13:02 2014 +0200 |
committer | Mark Brown <broonie@linaro.org> | Sat Jun 21 21:04:24 2014 +0100 |
tree | 4a7f0bd37c7a5d00105dd91980fca721e181bee4 | |
parent | 94f99c875c109e51decf0d8c25ec2c946db20c56 [diff] |
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 <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@linaro.org>