linux-stable/sound/arm
Arnd Bergmann 8ff064521f ASoC: pxa: ac97: use normal MMIO accessors
To avoid dereferencing hardwired constant pointers from a global header
file, change the driver to use devm_platform_ioremap_resource for getting
an __iomem pointer, and then using readl/writel on that.

Each pointer dereference gets changed by a search&replace, which leads
to a few overlong lines, but seems less risky than trying to clean up
the code at the same time.

Cc: alsa-devel@alsa-project.org
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2022-05-07 22:55:49 +02:00
..
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile ASoC: fold pxa2xx-pcm into its only user, pxa2xx-ac97 2018-06-29 12:05:03 +01:00
aaci.c ARM updates for 5.12-rc1: 2021-02-22 14:27:07 -08:00
aaci.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
pxa2xx-ac97-lib.c ASoC: pxa: ac97: use normal MMIO accessors 2022-05-07 22:55:49 +02:00
pxa2xx-ac97-regs.h ASoC: pxa: ac97: use normal MMIO accessors 2022-05-07 22:55:49 +02:00
pxa2xx-ac97.c ASoC: pxa: ac97: use normal MMIO accessors 2022-05-07 22:55:49 +02:00
pxa2xx-pcm-lib.c ALSA: pxa2xx: Use managed PCM buffer allocation 2021-08-04 08:08:21 +02:00