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=-10.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 CFEF0C433E0 for ; Mon, 28 Dec 2020 06:46:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 97CAB207C9 for ; Mon, 28 Dec 2020 06:46:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726396AbgL1Gp7 (ORCPT ); Mon, 28 Dec 2020 01:45:59 -0500 Received: from hqnvemgate24.nvidia.com ([216.228.121.143]:19778 "EHLO hqnvemgate24.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726200AbgL1Gp7 (ORCPT ); Mon, 28 Dec 2020 01:45:59 -0500 Received: from hqmail.nvidia.com (Not Verified[216.228.121.13]) by hqnvemgate24.nvidia.com (using TLS: TLSv1.2, AES256-SHA) id ; Sun, 27 Dec 2020 22:45:19 -0800 Received: from [10.25.99.38] (172.20.145.6) by HQMAIL107.nvidia.com (172.20.187.13) with Microsoft SMTP Server (TLS) id 15.0.1473.3; Mon, 28 Dec 2020 06:45:16 +0000 Subject: Re: [PATCH] ASoC: audio-graph-card: Drop remote-endpoint as required property From: Sameer Pujar To: Rob Herring CC: , , , , References: <1607498532-19518-1-git-send-email-spujar@nvidia.com> <20201210021550.GA1498001@robh.at.kernel.org> <1fd0f074-c437-2b83-e395-d4b83ae49444@nvidia.com> Message-ID: <7509fece-63e7-0ef5-f600-805568611b77@nvidia.com> Date: Mon, 28 Dec 2020 12:15:12 +0530 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <1fd0f074-c437-2b83-e395-d4b83ae49444@nvidia.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-GB X-Originating-IP: [172.20.145.6] X-ClientProxiedBy: HQMAIL107.nvidia.com (172.20.187.13) To HQMAIL107.nvidia.com (172.20.187.13) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nvidia.com; s=n1; t=1609137919; bh=4RnmYt3XqY2jUc5jsEy8Vkzbm+pgY1VhzY/BC662sVs=; h=Subject:From:To:CC:References:Message-ID:Date:User-Agent: MIME-Version:In-Reply-To:Content-Type:Content-Transfer-Encoding: Content-Language:X-Originating-IP:X-ClientProxiedBy; b=EenvLDDfhd51IiylLBGfmwfDCXXL/DZBRWFTW17FAWzeuUWb8i8ut7aTiMN8GPoC8 2V5RTCO/QSsZFmhx2qV22jRevWChKy7ceAvRyAvCPXw9Eid60xRTFTTmfBJGpiUlUA N9bVW+Jni1bGKI9eY3YkhVeI3LPT66p6cSVvAhu1AIyVjdv7EkUeoJjjy3rzNdDIph hE3I/FXOKqiVR3hwD6MIiJTo8yim3q0L/GkXmma33QZ5ExRlRbfscFL0uIOXuS6ccv TGj6t3l1vvyyitG/uq9ilBk3hm7qUD0MfoIDvVRHbQ18iZNwhEIJTchUN0t4ei2LA0 vZ2f8J+WZ1y8Q== Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Rob, >>> The remote-endpoint may not be available if it is part of some >>> pluggable module. One such example would be an audio card, the >>> Codec endpoint will not be available until it is plugged in. >>> Hence drop 'remote-endpoint' as a required property. >> Please hold off on this. I have more changes coming. Is this a good time to push for audio-graph-port changes? 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=-7.9 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 46488C433E0 for ; Mon, 28 Dec 2020 06:46:25 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 72DA2207BC for ; Mon, 28 Dec 2020 06:46:22 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 72DA2207BC Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=nvidia.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 7AC6416FE; Mon, 28 Dec 2020 07:45:29 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 7AC6416FE DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1609137979; bh=4RnmYt3XqY2jUc5jsEy8Vkzbm+pgY1VhzY/BC662sVs=; h=Subject:From:To:References:Date:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=F5B4x9N0Dn8iE9Cy909vTZ/++H2mUn+lkQZjN+nDdQsQMCzj3yP6jEsyNkyOR55hG owpSICXQ5FnXkRLiPWC0XBcbTjtomcg/OwpY0BAnV8tNaN5Eqz/EiHQlehEZ/71GH+ Yv82WWtVtOiyravxoLA6Wj0cgpl5qODJPcVOX1gE= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id E3156F801ED; Mon, 28 Dec 2020 07:45:28 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 24167F801F5; Mon, 28 Dec 2020 07:45:27 +0100 (CET) Received: from hqnvemgate24.nvidia.com (hqnvemgate24.nvidia.com [216.228.121.143]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 951A6F80143 for ; Mon, 28 Dec 2020 07:45:22 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 951A6F80143 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=nvidia.com header.i=@nvidia.com header.b="EenvLDDf" Received: from hqmail.nvidia.com (Not Verified[216.228.121.13]) by hqnvemgate24.nvidia.com (using TLS: TLSv1.2, AES256-SHA) id ; Sun, 27 Dec 2020 22:45:19 -0800 Received: from [10.25.99.38] (172.20.145.6) by HQMAIL107.nvidia.com (172.20.187.13) with Microsoft SMTP Server (TLS) id 15.0.1473.3; Mon, 28 Dec 2020 06:45:16 +0000 Subject: Re: [PATCH] ASoC: audio-graph-card: Drop remote-endpoint as required property From: Sameer Pujar To: Rob Herring References: <1607498532-19518-1-git-send-email-spujar@nvidia.com> <20201210021550.GA1498001@robh.at.kernel.org> <1fd0f074-c437-2b83-e395-d4b83ae49444@nvidia.com> Message-ID: <7509fece-63e7-0ef5-f600-805568611b77@nvidia.com> Date: Mon, 28 Dec 2020 12:15:12 +0530 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <1fd0f074-c437-2b83-e395-d4b83ae49444@nvidia.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-GB X-Originating-IP: [172.20.145.6] X-ClientProxiedBy: HQMAIL107.nvidia.com (172.20.187.13) To HQMAIL107.nvidia.com (172.20.187.13) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nvidia.com; s=n1; t=1609137919; bh=4RnmYt3XqY2jUc5jsEy8Vkzbm+pgY1VhzY/BC662sVs=; h=Subject:From:To:CC:References:Message-ID:Date:User-Agent: MIME-Version:In-Reply-To:Content-Type:Content-Transfer-Encoding: Content-Language:X-Originating-IP:X-ClientProxiedBy; b=EenvLDDfhd51IiylLBGfmwfDCXXL/DZBRWFTW17FAWzeuUWb8i8ut7aTiMN8GPoC8 2V5RTCO/QSsZFmhx2qV22jRevWChKy7ceAvRyAvCPXw9Eid60xRTFTTmfBJGpiUlUA N9bVW+Jni1bGKI9eY3YkhVeI3LPT66p6cSVvAhu1AIyVjdv7EkUeoJjjy3rzNdDIph hE3I/FXOKqiVR3hwD6MIiJTo8yim3q0L/GkXmma33QZ5ExRlRbfscFL0uIOXuS6ccv TGj6t3l1vvyyitG/uq9ilBk3hm7qUD0MfoIDvVRHbQ18iZNwhEIJTchUN0t4ei2LA0 vZ2f8J+WZ1y8Q== Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, broonie@kernel.org, linux-kernel@vger.kernel.org, kuninori.morimoto.gx@renesas.com X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" Hi Rob, >>> The remote-endpoint may not be available if it is part of some >>> pluggable module. One such example would be an audio card, the >>> Codec endpoint will not be available until it is plugged in. >>> Hence drop 'remote-endpoint' as a required property. >> Please hold off on this. I have more changes coming. Is this a good time to push for audio-graph-port changes?