commit | 41d80025a83b9c7a94f97ef25c4cd3345bdc3c5e | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Wed Feb 03 21:59:50 2016 +0100 |
committer | Mark Brown <broonie@kernel.org> | Thu Feb 04 11:02:27 2016 +0000 |
tree | 2c6b3d7f25e13d5de0fa8e1e4f239d22c9f6c750 | |
parent | 92e963f50fc74041b5e9e744c330dca48e04f08d [diff] |
ASoC: dapm: Don't prefix autodisable widgets twice When a DAPM context has a prefix the autodisable widgets get prefixed twice, once for the control and once for the widget. To avoid this use the un-prefixed control name to construct the autodisable widget name. This change is purely cosmetic. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@kernel.org>