On Mon, Apr 27, 2026 at 10:43:21AM +0200, Linus Walleij wrote: > The WSA881x codec driver has a local workaround for old device > trees that have the "powerdown" GPIO flagged as active high, > despite it is active low. The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731: Linux 7.1-rc1 (2026-04-26 14:19:00 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-wsa881x-gpiolib-of for you to fetch changes up to bfa336cee3324f991e93e9e570e8b827273df97e: ASoC: wsa881x: Move custom workaround to gpiolib-of (2026-04-28 07:39:15 +0900) ---------------------------------------------------------------- ASoC: wsa881x: Move custom workaround to gpiolib-of Move a workaround for misdescribed GPIOs from the wsa881x to use a generic implementation in gpiolib-of. ---------------------------------------------------------------- Linus Walleij (1): ASoC: wsa881x: Move custom workaround to gpiolib-of drivers/gpio/gpiolib-of.c | 8 ++++++++ sound/soc/codecs/wsa881x.c | 35 ++++------------------------------- 2 files changed, 12 insertions(+), 31 deletions(-)