Re: [PATCH 5/5] ASoC: tlv320aic3x: fix shared reset pin for DT

2014-04-15 Thread Mark Brown
On Sat, Apr 05, 2014 at 11:35:53PM +0200, Sebastian Reichel wrote: > Currently the second tlv320aic3x instance fails to > be probed from DT if the reset pin is shared with > the first one. Applied, thanks. signature.asc Description: Digital signature

[PATCH 5/5] ASoC: tlv320aic3x: fix shared reset pin for DT

2014-04-05 Thread Sebastian Reichel
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 --- sound/soc/codecs/tlv320aic3x.c | 9 +++-- 1 file ch