From mboxrd@z Thu Jan 1 00:00:00 1970 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B41D9C433F5 for ; Tue, 23 Nov 2021 23:04:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231759AbhKWXHm (ORCPT ); Tue, 23 Nov 2021 18:07:42 -0500 Received: from relmlor2.renesas.com ([210.160.252.172]:34829 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S231683AbhKWXHm (ORCPT ); Tue, 23 Nov 2021 18:07:42 -0500 Date: 24 Nov 2021 08:04:32 +0900 X-IronPort-AV: E=Sophos;i="5.87,258,1631545200"; d="scan'208";a="101547417" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 24 Nov 2021 08:04:32 +0900 Received: from mercury.renesas.com (unknown [10.166.252.133]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 95C214126CAD; Wed, 24 Nov 2021 08:04:32 +0900 (JST) Message-ID: <87bl2a79tr.wl-kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto To: Geert Uytterhoeven Cc: Magnus , Linux-Renesas Subject: Re: [PATCH 1/3] arm64: dts: renesas: ulcb/ulcb-kf: switch to use audio-graph-card2 for sound In-Reply-To: References: <87y25owlp0.wl-kuninori.morimoto.gx@renesas.com> <87wnl8wloh.wl-kuninori.morimoto.gx@renesas.com> User-Agent: Wanderlust/2.15.9 Emacs/26.3 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hi Geert Thank you for your feedback > > Current ULCB{-KF} are using audio-graph-card. > > Now ALSA is supporting new audio-graph-card2 which can easily handle > > more advanced feature. Let's switch to use it. > > > > Signed-off-by: Kuninori Morimoto > > Thanks for your patch! > > Unfortunately this introduces several errors from "make dtbs_check > DT_SCHEMA_FILES=Documentation/devicetree/bindings/sound/renesas,rsnd.yaml". > Probably the renesas,rand need to be amended first? Hmm ? strange. Thanks, I will check and fix the issue. Thank you for your help !! Best regards --- Kuninori Morimoto