Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp2774531pxa; Mon, 17 Aug 2020 19:40:26 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyBur2nzT4xpAwBzc6PLHRkt4m4XkAiMGmYOxiEY+6WqooxyQjv6henOPfrQyjoq3bwRtjz X-Received: by 2002:a17:906:13d8:: with SMTP id g24mr17719013ejc.317.1597718426707; Mon, 17 Aug 2020 19:40:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1597718426; cv=none; d=google.com; s=arc-20160816; b=XCfsPCbaOvBWl7nV7W/vwNGCRtAcH8xyzphKA//7Dd0/fJ0yVyBMHffz9RuR+qV5TX rjL+fYFMkOdivirKdz4Hl2CNGVrMKqM4ZfNI3aEg9G5ZggB0I4SeK6zxF6MuagjpqzSN CNdAXUA5lerVM9Z5jRoBneZyIiuF0KNgbfiUyBt5Bu3i03w65ND9G9RLzrhikMZaUajR dO7/VIXRi3u+GPxnRrBgGRKt3iS3vbYMCt5qljs4Cds8xWsokiAf5phKsSkYZkxvO9xk 0SM6oz/udKf2vrVfy0m3gftwIkTWPqumZ+95MOMcTyaK61fIF9uWI5zpslvYcCwEXTFS E+lQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:subject:cc:to:from:message-id:date; bh=cC4CuNKNHGVgwjyEAatAeKo55UABxIsdMffa0d3kcaA=; b=nuPcU5GYjEq0cA4TndvoljFsNz0PD7cPrwuIn3b5TipOfcOtfxQ1LsgJDTsgRwSaj4 ikmmET+FpQuLW7XLrcfSg35WBGaikyWuQwsg8xfijrUPDNj7gBIHKDSvPaCXuycQzfDh ahyC9TgSaxSAlSflUH7xXopamT9ABMO/sOkmkRI70H0+puTuXs90ESUSJ6Imcz268kpQ mgnQbB3lMKfD5OcLQz+MWM6dCWDfeY5fJ0rZZCzPP1cKUqQLQQyhdX5Oct48h4aYySnL Ozqq8hO0StipHVwpr3SunHQbwJOsoAOlO6+ll2UgYoJU31Bs0wpi2bdvL5llMHjfQI5q rPWg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id ce15si13529681edb.201.2020.08.17.19.39.50; Mon, 17 Aug 2020 19:40:26 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726403AbgHRCjF (ORCPT + 99 others); Mon, 17 Aug 2020 22:39:05 -0400 Received: from relmlor1.renesas.com ([210.160.252.171]:19371 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726228AbgHRCjF (ORCPT ); Mon, 17 Aug 2020 22:39:05 -0400 Date: 18 Aug 2020 11:39:03 +0900 X-IronPort-AV: E=Sophos;i="5.76,325,1592838000"; d="scan'208";a="54824117" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 18 Aug 2020 11:39:03 +0900 Received: from mercury.renesas.com (unknown [10.166.252.133]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 6103B4003881; Tue, 18 Aug 2020 11:39:03 +0900 (JST) Message-ID: <87zh6sfznl.wl-kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto To: Sameer Pujar Cc: , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH v2 2/9] ASoC: audio-graph: Use of_node and DAI for DPCM DAI link names In-Reply-To: <1596605064-27748-3-git-send-email-spujar@nvidia.com> References: <1596605064-27748-1-git-send-email-spujar@nvidia.com> <1596605064-27748-3-git-send-email-spujar@nvidia.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 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi > For multiple instances of components, using DAI name alone for DAI links > is causing conflicts. Components can define multiple DAIs and hence using > just a device name won't help either. Thus DT device node reference and > DAI names are used to uniquely represent DAI link names. > > Signed-off-by: Sameer Pujar > --- Acked-by: Kuninori Morimoto Thank you for your help !! Best regards --- Kuninori Morimoto