]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - rpmsg/hwspinlock.git/commit
ASoC: tlv320aic31xx: Switch GPIO handling to use gpiod_* API
authorAndrew F. Davis <afd@ti.com>
Wed, 29 Nov 2017 21:32:49 +0000 (15:32 -0600)
committerMark Brown <broonie@kernel.org>
Fri, 1 Dec 2017 13:28:11 +0000 (13:28 +0000)
commitb6b247cd5e37560e410c88b108e7408dafe60c15
treeb0ff633acf88a58d91defe818570878e98360f86
parente88c3881361cee9b778bf4e4ded43da7a0917ce1
ASoC: tlv320aic31xx: Switch GPIO handling to use gpiod_* API

Move to using newer gpiod_* GPIO handling functions. This simplifies
the code and eases dropping platform data in the next patch. Also
remember GPIO are active low, so set "1" to reset.

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