commit | 0247142233239dc235f8239aab5c7991250d4e66 | [log] [tgz] |
---|---|---|
author | Jerome Brunet <jbrunet@baylibre.com> | Mon Feb 17 10:20:19 2020 +0100 |
committer | Mark Brown <broonie@kernel.org> | Mon Feb 17 18:22:21 2020 +0000 |
tree | 1353d492de76ab6bcea1a83d4252fb998c49a32d | |
parent | f07980d4ed60fbb35857b655c94b111f4ddf2abf [diff] |
ASoC: meson: aiu: simplify component addition Now that the component name is unique within ASoC, there is no need to hack the debugfs prefix to add more than one ASoC component to a linux device. Remove the unnecessary function and use snd_soc_register_component() directly. Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Link: https://lore.kernel.org/r/20200217092019.433402-1-jbrunet@baylibre.com Signed-off-by: Mark Brown <broonie@kernel.org>