commit | 94f99c875c109e51decf0d8c25ec2c946db20c56 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Mon Jun 16 18:13:01 2014 +0200 |
committer | Mark Brown <broonie@linaro.org> | Sat Jun 21 21:03:22 2014 +0100 |
tree | 29bdcf055b85588e64553eec9353bf47919100c0 | |
parent | 7171511eaec5bf23fb06078f59784a3a0626b38f [diff] |
ASoC: Move name_prefix from CODEC to component Move the name_prefix from the CODEC struct to the component struct. This will eventually allow to specify prefixes for all types of components. It is also necessary to make the DAPM code component type independent (i.e. a DAPM context does not need to know whether it belongs to a CODEC or a platform or something else). Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@linaro.org>