From patchwork Tue Nov 16 08:26:19 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 12621771 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id ED8C0C433EF for ; Tue, 16 Nov 2021 08:26:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D4E9161B49 for ; Tue, 16 Nov 2021 08:26:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231996AbhKPI3R (ORCPT ); Tue, 16 Nov 2021 03:29:17 -0500 Received: from relmlor2.renesas.com ([210.160.252.172]:56577 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S231926AbhKPI3Q (ORCPT ); Tue, 16 Nov 2021 03:29:16 -0500 Date: 16 Nov 2021 17:26:19 +0900 X-IronPort-AV: E=Sophos;i="5.87,238,1631545200"; d="scan'208";a="100773456" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 16 Nov 2021 17:26:19 +0900 Received: from mercury.renesas.com (unknown [10.166.252.133]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 72B3740083DD; Tue, 16 Nov 2021 17:26:19 +0900 (JST) Message-ID: <87y25owlp0.wl-kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto Subject: [PATCH 0/3] arm64: use Audio Graph Card2 on ULCB User-Agent: Wanderlust/2.15.9 Emacs/26.3 Mule/6.0 To: Geert Uytterhoeven Cc: Magnus , linux-renesas-soc@vger.kernel.org MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hi Geert ALSA SoC has now new Audio Graph Card2 driver which can handle sound card more flexible. These patches enable and use it for ULCB board. I'm thinking not update on other boards, because I want to know both Card and Card2 behavior on upstream kernel. Check "Audio Graph Card2" behavior on ULCB, and "Audio Graph Card" behavior on other boards. 1 updates ULCB DT 2 updates defconfig 3 updates renesas_defconfig Kuninori Morimoto (3): 1) arm64: dts: renesas: ulcb/ulcb-kf: switch to use audio-graph-card2 for sound 2) arm64: defconfig: Enable Audio Graph Card2 driver 3) arm64: renesas: defconfig: Enable Audio Graph Card2 driver arch/arm64/boot/dts/renesas/ulcb-kf.dtsi | 22 ++++++++-------------- arch/arm64/boot/dts/renesas/ulcb.dtsi | 20 +++++++------------- arch/arm64/configs/defconfig | 1 + arch/arm64/configs/renesas_defconfig | 1 + 4 files changed, 17 insertions(+), 27 deletions(-)