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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DFD81C433ED for ; Sun, 9 May 2021 23:17:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B42AF6135C for ; Sun, 9 May 2021 23:17:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229976AbhEIXSF (ORCPT ); Sun, 9 May 2021 19:18:05 -0400 Received: from relmlor2.renesas.com ([210.160.252.172]:31564 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S229840AbhEIXSE (ORCPT ); Sun, 9 May 2021 19:18:04 -0400 Date: 10 May 2021 08:16:59 +0900 X-IronPort-AV: E=Sophos;i="5.82,286,1613401200"; d="scan'208";a="80534736" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 10 May 2021 08:16:59 +0900 Received: from mercury.renesas.com (unknown [10.166.252.133]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 6333F40061A4; Mon, 10 May 2021 08:16:59 +0900 (JST) Message-ID: <87o8djcxas.wl-kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto To: Michael Walle Cc: Mark Brown , Guillaume Tucker , kernelci-results@groups.io, Heiko Thiery , alsa-devel@alsa-project.org, Jaroslav Kysela , Liam Girdwood , Takashi Iwai , Stephan Gerhold , Thierry Reding , Jon Hunter , linux-kernel@vger.kernel.org Subject: Re: broonie-sound/for-next bisection: baseline.bootrr.asoc-simple-card-probed on kontron-sl28-var3-ads2 In-Reply-To: <1aa3a8716d2416f0cc127737dcff092a@walle.cc> References: <6080e82c.1c69fb81.cd60c.2a13@mx.google.com> <3ca62063-41b4-c25b-a7bc-8a8160e7b684@collabora.com> <877dkp5141.wl-kuninori.morimoto.gx@renesas.com> <20210426144242.GF4590@sirena.org.uk> <8735vc4r59.wl-kuninori.morimoto.gx@renesas.com> <20210427101926.GA4605@sirena.org.uk> <20210427135703.GH4605@sirena.org.uk> <1aa3a8716d2416f0cc127737dcff092a@walle.cc> 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-kernel@vger.kernel.org Hi I'm sorry for my late response. Japan was holiday > _But_ later > asoc_simple_canonicalize_cpu() will reset the dai_name pointer to > NULL in simple_parse_node() if "single" is 1 and then we end up > having two links with the same name. Ahh, OK thanks. I think understand that why my posted patch (= 59c35c44a9cf89a83a9 "ASoC: simple-card: add simple_parse_node()") breaks your board. I will try to fixup the issue. Thank you for your help !! Best regards --- Kuninori Morimoto