Re: [PATCH 22/48] ARM: pxa: z2: use gpio lookup for audio device

2022-05-01 Thread Linus Walleij
On Tue, Apr 19, 2022 at 6:41 PM Arnd Bergmann wrote: > From: Arnd Bergmann > > The audio device is allocated by the audio driver, and it uses a gpio > number from the mach/z2.h header file. > > Change it to use a gpio lookup table for the device allocated by the > driver to keep the header file

[PATCH 22/48] ARM: pxa: z2: use gpio lookup for audio device

2022-04-19 Thread Arnd Bergmann
From: Arnd Bergmann The audio device is allocated by the audio driver, and it uses a gpio number from the mach/z2.h header file. Change it to use a gpio lookup table for the device allocated by the driver to keep the header file local to the machine. Acked-by: Mark Brown Cc: alsa-de...@alsa-pr