]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: tegra+alc5632: move all GPIO setup into probe
authorStephen Warren <swarren@nvidia.com>
Tue, 22 May 2012 22:09:51 +0000 (16:09 -0600)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 3 Jun 2012 12:06:37 +0000 (13:06 +0100)
commitaef9a37c01a63a132d43d65d231dfe515d0f918a
treec82075f9ea80e8e44bf9b850ecceb39fd1ef61b9
parente44fbbd45896e684d44391aaf881dd3e36bd1a16
ASoC: tegra+alc5632: move all GPIO setup into probe

Now that deferred probe exists, we can parse device tree and request
GPIOs from probe(), rather than deferring this to the DAI link's init().

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/tegra/tegra_alc5632.c