From: Mark Brown Date: Mon, 13 Jun 2011 18:35:29 +0000 (+0100) Subject: ASoC: Use new register map API for ASoC generic physical I/O X-Git-Tag: v3.2-rc1~127^2~2^2~1^2~137^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be3ea3b9e8df64acb3606055c01291f0b58876a6;p=pandora-kernel.git ASoC: Use new register map API for ASoC generic physical I/O Remove all the ASoC specific physical I/O code and replace it with calls into the regmap API. The bulk write code can only be used safely if all regmap calls are locked with the CODEC lock, we need to add bulk support to the regmap API or replace the code with an open coded loop (though currently it has no users...). Signed-off-by: Mark Brown Acked-by: Liam Girdwood --- Reading git-diff-tree failed