commit | 35f4403edb21d8b162beb3ab82b2087f4063f19d | [log] [tgz] |
---|---|---|
author | Richard Fitzgerald <rf@opensource.wolfsonmicro.com> | Tue Nov 29 15:44:39 2016 +0000 |
committer | Mark Brown <broonie@kernel.org> | Wed Nov 30 17:24:11 2016 +0000 |
tree | 1c51f4957cfcbe1c349b51bb9a4b4976bce77432 | |
parent | 19a113ae59c40b20fe23decaa8afef08992396ad [diff] |
ASoC: arizona: Use component pin control functions We need to modify the state of some of our own pins and are currently not taking account that the pin name may have a name_prefix applied to it. Replace the snd_soc_dapm_x_pin functions with the equivalent snd_soc_component_x_pin functions so that any name_prefix will be handled automatically. Signed-off-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>