]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ASoC: tlv320aic3x: fix shared reset pin for DT
authorSebastian Reichel <sre@kernel.org>
Sat, 5 Apr 2014 21:35:53 +0000 (23:35 +0200)
committerMark Brown <broonie@linaro.org>
Tue, 15 Apr 2014 12:23:52 +0000 (13:23 +0100)
commit3b5b24315781c744ab3868edee931ddb2145e6b5
treee20fc0ace3b41dad8f67bd1bcfecf8f7dff0f0ea
parentc9eaa447e77efe77b7fa4c953bd62de8297fd6c5
ASoC: tlv320aic3x: fix shared reset pin for DT

Currently the second tlv320aic3x instance fails to
be probed from DT if the reset pin is shared with
the first one.

This patch fixes it by moving the list add of the
reset pin into the i2c_probe method.

Signed-off-by: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/tlv320aic3x.c