commit | 6c508c62f90240ef58300a5e12093ee769a44364 | [log] [tgz] |
---|---|---|
author | Eero Nurkkala <ext-eero.nurkkala@nokia.com> | Fri Oct 30 13:34:03 2009 +0200 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Fri Oct 30 17:49:12 2009 +0000 |
tree | 73ae38fea98a5d10e82e70258ccf95fe1064d9ee | |
parent | 8538a119bfb9031c402a33fc65c276ab9bfafdd5 [diff] |
ASoC: refactor snd_soc_update_bits() Introduce a wrapper call snd_soc_update_bits_locked() that will take the codec mutex. This call is used when the codec mutex is not already taken. Drivers calling snd_soc_update_bits() may wish to make sure the codec mutex is taken from the driver. Signed-off-by: Eero Nurkkala <ext-eero.nurkkala@nokia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>