]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: tas2552: Allow audio enable GPIO to sleep
authorMarek Vasut <marex@nabladev.com>
Fri, 20 Feb 2026 20:22:19 +0000 (21:22 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 23 Feb 2026 14:52:21 +0000 (14:52 +0000)
commit5ebc20921b7fff9feb44de465448e17a382c9965
tree4890531224dba8a1382d988dd4526a2ec06837ac
parent910a78d816e4b0277f4917d607a1213e0dd6cdd6
ASoC: tas2552: Allow audio enable GPIO to sleep

The audio enable GPIO is not toggled in any critical section where it
could not sleep, allow the audio enable GPIO to sleep. This allows the
driver to operate the audio enable GPIO connected to I2C GPIO expander.

Signed-off-by: Marek Vasut <marex@nabladev.com>
Link: https://patch.msgid.link/20260220202332.241035-1-marex@nabladev.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tas2552.c