]> www.infradead.org Git - users/dwmw2/linux.git/commit
ASoC: tas5086: Convert to GPIO descriptors
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 1 Jul 2024 07:02:12 +0000 (09:02 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 3 Jul 2024 20:28:36 +0000 (21:28 +0100)
commit3b628e617b21144579bbca806a26737e8485d93a
treea8b7be64d09eb857e8ec86c7118766fc7309545c
parente15cc906b9c5af5414bb6002b6a036550bca6bd8
ASoC: tas5086: Convert to GPIO descriptors

Switch the driver to use GPIO descriptors.

Notice that we let the gpiolib handle line inversion for the
active low reset line (nreset !reset).

There are no upstream device trees using the tas5086 compatible
string, if there were, we would need to ascertain that they all
set the GPIO_ACTIVE_LOW flag on their GPIO lines.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patch.msgid.link/20240701-asoc-tas-gpios-v1-1-d69ec5d79939@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tas5086.c