ASoC: tlv320adcx140: Fix GPO register start address
authorDan Murphy <dmurphy@ti.com>
Thu, 30 Jul 2020 14:24:18 +0000 (09:24 -0500)
committerMark Brown <broonie@kernel.org>
Thu, 30 Jul 2020 20:00:27 +0000 (21:00 +0100)
commit806a8afedef82c5f156b1c9b1de1205f9abfd21e
treece3e699b1420607ea3885d42321401ec22a41226
parent6617cff6a05e7e7a679499cb1d5cd2d3bc6390c3
ASoC: tlv320adcx140: Fix GPO register start address

The header was updated to align with the data sheet to start the GPO_CFG
at GPO_CFG0.  The code was not updated to the change and therefore the
GPO_CFG0 register was not written to.

Fixes: 6617cff6a05e ("ASoC: tlv320adcx140: Add GPO configuration and drive output config")
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Link: https://lore.kernel.org/r/20200730142419.28205-1-dmurphy@ti.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tlv320adcx140.c