From: Jie Yang Date: Tue, 20 Jan 2015 23:20:23 +0000 (+0800) Subject: ASoC: Intel: Used lock version to update shim registers X-Git-Tag: fixes-v4.0-rc1~197^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09a34aa582aec12c974b08c1ffedb9bd1940565a;p=pandora-kernel.git ASoC: Intel: Used lock version to update shim registers We need hold lock each time updating shirm registers, otherwise, we may set unexpected values to them when they are set in different thread at different time sequence. The notification work will be scheduled in global work queue, which won't hold this sst->spinlock itself, so here we need change to use the lock version to update shim registers. Signed-off-by: Jie Yang Signed-off-by: Mark Brown --- Reading git-diff-tree failed