[PATCH 5/5] ARM: Tegra: Enable Harmony audio support
From: Olof Johansson <hidden>
Date: 2011-02-23 21:21:31
Also in:
linux-tegra
From: Olof Johansson <hidden>
Date: 2011-02-23 21:21:31
Also in:
linux-tegra
Hi,
The GPIO numbers above TEGRA_NR_GPIOS are allocated by the board, and this is in board-harmony.h, so I think its OK.
On second thought, it's probably even preferred, since otherwise the dynamic allocation can mess up the static ones.
quoted
Does it need a hardcoded GPIO base, or can it use the dynamic one (i.e. use -1 here)? I don't even see any reference to gpio_base in the driver...I assume that is in the ASoC tree. ?The platform data in tegra for-next does not include a gpio_base entry.
Yeah, I only looked at the current driver in .37, my bad. -Olof