From: Mark Brown Date: Mon, 19 Sep 2011 18:51:07 +0000 (+0100) Subject: ASoC: Move most WM8996 resource acquisition to I2C probe X-Git-Tag: v3.3-rc1~14^2~380 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee5f387226d13535f41bda0e8a2cf3843fc4c080;p=pandora-kernel.git ASoC: Move most WM8996 resource acquisition to I2C probe Now that the WM8996 driver is using the regmap API for register I/O we no longer need the ASoC card to be active in order to interact with the chip. In order to be more idiomatic for Linux move most of the existing probe() function out into the I2C probe() function prior to registration with ASoC. The IRQ and GPIO init will be moved separately as these are slightly more involved. Signed-off-by: Mark Brown --- Reading git-diff-tree failed