From: Eero Nurkkala Date: Fri, 30 Oct 2009 11:34:02 +0000 (+0200) Subject: ASoC: remove io_mutex X-Git-Tag: v2.6.33-rc1~390^2~1^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8538a119bfb9031c402a33fc65c276ab9bfafdd5;p=pandora-kernel.git ASoC: remove io_mutex Remove the io_mutex. It has a drawback of serializing all accesses to snd_soc_update_bits() even when multiple codecs are in use. In addition, it fails to actually do its task - during snd_soc_update_bits(), dapm_update_bits() may also be accessing the same register which may result in an outdated register value. Signed-off-by: Eero Nurkkala Signed-off-by: Mark Brown --- Reading git-diff-tree failed