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)
commitf4333203ec933f9272c90c7add01774ec2cf94d3
tree4a7f0bd37c7a5d00105dd91980fca721e181bee4
parent94f99c875c109e51decf0d8c25ec2c946db20c56
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>
include/sound/soc.h
include/trace/events/asoc.h
sound/soc/codecs/tlv320dac33.c
sound/soc/soc-cache.c
sound/soc/soc-compress.c
sound/soc/soc-core.c
sound/soc/soc-dapm.c
sound/soc/soc-pcm.c