commit | 4edbb34577c98297f958f131e093a150b9f3226f | [log] [tgz] |
---|---|---|
author | Liam Girdwood <lrg@ti.com> | Wed Mar 07 10:38:27 2012 +0000 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Sun Apr 01 11:28:21 2012 +0100 |
tree | ab613ec2f17f5a7838ca226fc9cc5638234511b8 | |
parent | a73fb2df01866b772a48fab93401fe3edbe0b38d [diff] |
ASoC: dapm: lock mixer & mux update power with DAPM mutex Both snd_soc_dapm_mux_update_power() and snd_soc_dapm_mixer_update_power() can be called internally within DAPM core (with DAPM mutex held) and externally. Provide some wrappers so that external users of both functions do not have to remember to hold the DAPM mutex. Signed-off-by: Liam Girdwood <lrg@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>