ASoC: tlv320aic31xx: Merge init function into probe
authorAndrew F. Davis <afd@ti.com>
Wed, 29 Nov 2017 21:32:48 +0000 (15:32 -0600)
committerMark Brown <broonie@kernel.org>
Fri, 1 Dec 2017 13:28:01 +0000 (13:28 +0000)
commite88c3881361cee9b778bf4e4ded43da7a0917ce1
treed49b1329aa0bb15194d9b76974dd3b9d4a1d4025
parent12eb4d66ba2e14072b54f37f5a4a6f70457e228a
ASoC: tlv320aic31xx: Merge init function into probe

The function aic31xx_device_init() is only called from probe and
does nothing that logically shouldn't be in probe, remove this
unneeded function call and move its code into probe where it was called.

Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tlv320aic31xx.c