ASoC: tas*: Fix up GPIO usage
authorMark Brown <broonie@kernel.org>
Thu, 8 Aug 2024 20:57:13 +0000 (21:57 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 8 Aug 2024 20:57:13 +0000 (21:57 +0100)
commit5db564d4242e12c1de9ef294d7252dbb90898922
treeb033a3c3389d1d33e672694c3132e3d6025dfa80
parent001f8443d480773117a013a07f774d252f369bea
parentcaab9a1cbb9a9fca24ceabeef57b3764d861ad32
ASoC: tas*: Fix up GPIO usage

Merge series from Linus Walleij <linus.walleij@linaro.org>:

The TI TAS drivers use some legacy GPIO code and headers,
this series fixes it up.

The TAS2781 is a special case since it adds a handful of
lines of deviating code to reconfigure a GPIO line for
IRQ mode and then never actually use the IRQ obtained in
the code. Is the line used by autonomous hardware? I'm
puzzled by this.

Anyways the patch suggest how to solve this properly by
fixing the parent irqchip and I'm happy to help.