From: Eero Nurkkala Date: Fri, 30 Oct 2009 11:34:03 +0000 (+0200) Subject: ASoC: refactor snd_soc_update_bits() X-Git-Tag: v2.6.33-rc1~390^2~1^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c508c62f90240ef58300a5e12093ee769a44364;p=pandora-kernel.git 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed