commit | 2548e6c76ebfae09f25f941ae172535cc918c906 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Sep 10 15:23:52 2019 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Tue Apr 19 21:34:05 2022 +0200 |
tree | e38c17c1262167f535e1e357feef4edcfcfe2de7 | |
parent | e86bd43bcfc579cf8935c1913e92cb76b4ba81c2 [diff] |
ARM: pxa: pxa2xx-ac97-lib: use IRQ resource The pxa2xx-ac97-lib code is the last driver to use mach/irqs.h for PXA. Almost everything already passes the interrupt as a resource, so use it from there. The one exception is the mxm8x10 machine, which apparently has a resource-less device. Replacing it with the correct one enables the driver here as well. Cc: alsa-devel@alsa-project.org Acked-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: Arnd Bergmann <arnd@arndb.de>