Message ID | 20210920093905.10878-1-biju.das.jz@bp.renesas.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] arm64: defconfig: Enable SND_SOC_WM8978 | expand |
Hi Biju, On Mon, Sep 20, 2021 at 11:39 AM Biju Das <biju.das.jz@bp.renesas.com> wrote: > WM8978 audio CODEC is supported on RZ/G2L SMARC EVK. > Enable it on arm64 defconfig as module. > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Thanks for your patch! Looks good to me, but I would like to defer this until the RZ/G2L SMARC EVK DTS contains a device node compatible with "wlf,wm8978". Gr{oetje,eeting}s, Geert
Hi Geert, Thanks for the feedback. > Subject: Re: [PATCH 1/2] arm64: defconfig: Enable SND_SOC_WM8978 > > Hi Biju, > > On Mon, Sep 20, 2021 at 11:39 AM Biju Das <biju.das.jz@bp.renesas.com> > wrote: > > WM8978 audio CODEC is supported on RZ/G2L SMARC EVK. > > Enable it on arm64 defconfig as module. > > > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> > > Thanks for your patch! > > Looks good to me, but I would like to defer this until the RZ/G2L SMARC > EVK DTS contains a device node compatible with "wlf,wm8978". Sure . This patch is ready with renesas-devel. Currently it is under internal review. Will post this patch with n couple of days. Regards, Biju > > Gr{oetje,eeting}s, > > Geert > > -- > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux- > m68k.org > > In personal conversations with technical people, I call myself a hacker. > But when I'm talking to journalists I just say "programmer" or something > like that. > -- Linus Torvalds
On Mon, Sep 20, 2021 at 11:39 AM Biju Das <biju.das.jz@bp.renesas.com> wrote: > WM8978 audio CODEC is supported on RZ/G2L SMARC EVK. > Enable it on arm64 defconfig as module. > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> i.e. will queue in renesas-devel for v5.16. Gr{oetje,eeting}s, Geert
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index a3ce44ae1b7e..8eac462af4c4 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -789,6 +789,7 @@ CONFIG_SND_SOC_WCD934X=m CONFIG_SND_SOC_WM8904=m CONFIG_SND_SOC_WM8960=m CONFIG_SND_SOC_WM8962=m +CONFIG_SND_SOC_WM8978=m CONFIG_SND_SOC_WSA881X=m CONFIG_SND_SOC_LPASS_WSA_MACRO=m CONFIG_SND_SOC_LPASS_VA_MACRO=m
WM8978 audio CODEC is supported on RZ/G2L SMARC EVK. Enable it on arm64 defconfig as module. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)