9 May
2022
9 May
'22
6:20 p.m.
On Mon, May 09, 2022 at 02:10:55PM +0200, Lukasz Majewski wrote:
This adds devicetree support to the wm8940 codec driver. With a DT-based kernel, there is no board-specific setting to select the driver so allow it to be manually chosen.
Signed-off-by: Lukasz Majewski lukma@denx.de
sound/soc/codecs/Kconfig | 2 +- sound/soc/codecs/wm8940.c | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-)
You need to provide a binding document for any new bindings you add in code.