linux/sound/arm
Peng Fan c76d50b71e
ASoC: ac97: Convert to GPIO descriptors
of_gpio.h is deprecated, update the driver to use GPIO descriptors.
 - Use devm_gpiod_get to get GPIO descriptor, and set consumer
   name.

Since the driver still pass the reset_gpio to pxa27x_configure_ac97reset,
so use desc_to_gpio() to get it gpio id.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Link: https://patch.msgid.link/20260122-sound-cleanup-v1-4-0a91901609b8@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2026-01-27 12:45:57 +00:00
..
aaci.c ALSA: arm: Use guard() for spin locks 2025-09-10 13:20:01 +02:00
aaci.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
Kconfig ASoC: codec: Remove pxa2xx-ac97.c 2026-01-27 12:45:55 +00:00
Makefile ASoC: codec: Remove pxa2xx-ac97.c 2026-01-27 12:45:55 +00:00
pxa2xx-ac97-lib.c ASoC: ac97: Convert to GPIO descriptors 2026-01-27 12:45:57 +00:00
pxa2xx-ac97-regs.h ASoC: pxa: ac97: use normal MMIO accessors 2022-05-07 22:55:49 +02:00
pxa2xx-pcm-lib.c ASoC: arm: Use snd_soc_substream_to_rtd() for accessing private_data 2024-05-06 23:59:49 +09:00