diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2026-05-05 22:24:25 +0200 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-05-06 10:14:42 +0900 |
| commit | a11fbb793ab4843549840571036bf042897d3a76 (patch) | |
| tree | 362437eafd33d0c4bb1b5de332faaaae7fc57ab7 /include/linux | |
| parent | 087623676248f5f91c5a592870369a2fe856b0b9 (diff) | |
ASoC: pxa2xx: push gpio usage into arch code
There are no remaining static platform_device users of pxa2xx ac97,
so the rest of that code path can go away as well.
Since nothing in the driver uses the gpio number now, constrain the use
of the legacy gpio interface to the architecture specific code.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://patch.msgid.link/20260505202426.3605262-2-arnd@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/platform_data/asoc-pxa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/platform_data/asoc-pxa.h b/include/linux/platform_data/asoc-pxa.h index 7df78867db49..0d5eaf4b100c 100644 --- a/include/linux/platform_data/asoc-pxa.h +++ b/include/linux/platform_data/asoc-pxa.h @@ -6,6 +6,6 @@ #include <sound/pcm.h> #include <sound/ac97_codec.h> -extern void pxa27x_configure_ac97reset(int reset_gpio, bool to_gpio); +extern void pxa27x_configure_ac97reset(struct gpio_desc *reset_gpio, bool to_gpio); #endif |
