Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARM: pxa: move mach/*.h to mach-pxa/ | Arnd Bergmann | 2022-05-07 | 1 | -1/+1 |
| | | | | | | | None of the headers are included from outside of the mach-pxa directory, so move them all in there. Signed-off-by: Arnd Bergmann <arnd@arndb.de> | ||||
* | ARM: pxa: hx4700: use gpio descriptors for audio | Arnd Bergmann | 2022-05-07 | 1 | -0/+129 |
The audio driver should not use a hardwired gpio number from the header. Change it to use a lookup table. Cc: Philipp Zabel <philipp.zabel@gmail.com> Cc: Paul Parsons <lost.distance@yahoo.com> Acked-by: Mark Brown <broonie@kernel.org> Acked-by: Robert Jarzmik <robert.jarzmik@free.fr> Cc: alsa-devel@alsa-project.org Signed-off-by: Arnd Bergmann <arnd@arndb.de> |