]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4c3770a99c9234e6ba60482899ed7c0611c62ec6
tree0fc8eb400687827528def4e7fe488442318dfcdd
parenta89892df8501ba4b703abd966a2e04aad55e9b5f
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