5 Nov
2019
5 Nov
'19
9:21 a.m.
On Fri, Oct 18, 2019 at 5:42 PM Arnd Bergmann arnd@arndb.de wrote:
The three eseries machines have very similar drivers for audio, all using the mach/eseries-gpio.h header for finding the gpio numbers.
Change these to use gpio descriptors to avoid the header file dependency.
I convert the _OFF gpio numbers into GPIO_ACTIVE_LOW ones for consistency here.
Cc: Mark Brown broonie@kernel.org Cc: alsa-devel@alsa-project.org Signed-off-by: Arnd Bergmann arnd@arndb.de
This is consistent with the way I imagine it should be done so: Reviewed-by: Linus Walleij linus.walleij@linaro.org
Yours, Linus Walleij