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=-6.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 42359C4727E for ; Fri, 2 Oct 2020 01:51:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0EEBF20719 for ; Fri, 2 Oct 2020 01:51:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387549AbgJBBvN (ORCPT ); Thu, 1 Oct 2020 21:51:13 -0400 Received: from relmlor2.renesas.com ([210.160.252.172]:39873 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2387531AbgJBBvN (ORCPT ); Thu, 1 Oct 2020 21:51:13 -0400 Date: 02 Oct 2020 10:46:10 +0900 X-IronPort-AV: E=Sophos;i="5.77,325,1596466800"; d="scan'208";a="58497936" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 02 Oct 2020 10:46:10 +0900 Received: from mercury.renesas.com (unknown [10.166.252.133]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id E413140061BC; Fri, 2 Oct 2020 10:46:09 +0900 (JST) Message-ID: <877ds9l7xu.wl-kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto To: Sameer Pujar Cc: , , , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH v3 07/13] ASoC: audio-graph: Update driver as per new exposed members In-Reply-To: <1601573587-15288-8-git-send-email-spujar@nvidia.com> References: <1601573587-15288-1-git-send-email-spujar@nvidia.com> <1601573587-15288-8-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 Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org Hi Sameer > As per the members exposed earlier in the series, audio graph driver > is updated to make use of these. Functionally there is no change > in behavior if these are not populated. So following changes are made > as part of this. > > - Update 'dai_link->ops' for DPCM links if a custom 'snd_soc_ops' > is defined by the vendor driver. > > - Consider 'force_dpcm' flag status when deciding if a DAI link > needs to be treated as DPCM or not. In doing so the logic is > moved to a separate inline function for a better readability. > > - Populate 'dpcm_selectable' flag which is then used to detect > DPCM DAI links. > > Signed-off-by: Sameer Pujar > Cc: Kuninori Morimoto > --- Can we merge [06/13] and [07/13] patches ? Thank you for your help !! Best regards --- Kuninori Morimoto