]> git.baikalelectronics.ru Git - kernel.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)
commit891e7eaecec3dc8670bb873397d17f8d7e416be8
treee20fc0ace3b41dad8f67bd1bcfecf8f7dff0f0ea
parent03a169e57a9a3fd69c1713c317a06f163ad63b5c
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