Message ID | 20220124021142.224592-4-kuninori.morimoto.gx@renesas.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 3ebd0d0977ca3db9e2f7ae3a860e8c67bd8d61c6 |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | arm64: use Audio Graph Card2 on ULCB | expand |
On Mon, Jan 24, 2022 at 3:12 AM Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> wrote: > From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> > > commit 6e5f68fe3f2d35 ("ASoC: add Audio Graph Card2 driver") > added new Audio Graph Card2 driver which can handle > sound card more flexibly. > This patch enables it on defconfig. > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> i.e. will apply to the topic/renesas-defconfig branch, which is not meant for upstream inclusion. 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
diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig index 64aecc9d3306..8313526a1953 100644 --- a/arch/arm64/configs/renesas_defconfig +++ b/arch/arm64/configs/renesas_defconfig @@ -270,6 +270,7 @@ CONFIG_SND_SOC_PCM3168A_I2C=y CONFIG_SND_SOC_WM8978=y CONFIG_SND_SIMPLE_CARD=y CONFIG_SND_AUDIO_GRAPH_CARD=y +CONFIG_SND_AUDIO_GRAPH_CARD2=y CONFIG_USB=y CONFIG_USB_OTG=y CONFIG_USB_XHCI_HCD=y