ASoC: pxa: use pdev resource for FIFO regs
authorArnd Bergmann <arnd@arndb.de>
Wed, 18 Sep 2019 08:20:19 +0000 (10:20 +0200)
committerArnd Bergmann <arnd@arndb.de>
Sat, 7 May 2022 20:55:49 +0000 (22:55 +0200)
commit4d2dba6b6e7b697bba7e8167ab8b0ac8b3df492c
tree0fc8eb400687827528def4e7fe488442318dfcdd
parente1d8f31218aab302df9e18526345af189fd061f0
ASoC: pxa: use pdev resource for FIFO regs

The driver currently takes the hardwired FIFO address from
a header file that we want to eliminate. Change it to use
the mmio resource instead and stop including the here.

Acked-by: Mark Brown <broonie@kernel.org>
Cc: alsa-devel@alsa-project.org
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
sound/soc/pxa/pxa2xx-ac97.c