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 0FCEFC5479D for ; Wed, 11 Jan 2023 16:37:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239566AbjAKQhD (ORCPT ); Wed, 11 Jan 2023 11:37:03 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44378 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238284AbjAKQgQ (ORCPT ); Wed, 11 Jan 2023 11:36:16 -0500 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1A8E1B86 for ; Wed, 11 Jan 2023 08:36:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1673454976; x=1704990976; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=68GKm1v4X9d75N2gFb7QHOuMeiVHu3tWfcucZZXTBB8=; b=jTF4MNioj7vo6Qz7tV5NHARo+OHveGO8KfDF4eEW0+c9ylmNHl5JZqTX ScmbFiv8R1B7PgKUzct/pj/7DIQl3c+xKkkDmS18NmhLIDgBk54fPD6i1 WDv6Bd/5xyBr/a20gL8t1POKgaXM4vzCluedHEebYx7D7yIfCanEmf41Q sVXBbeUy7z5ee9kkLgaaXTlJQkoQSqtzpSckgBLae80XZxUUZO47HnaQ4 l6GBj4wLnvSbWeEK41uDKRWkCDNbffG6eMpAEK4dMUTExIKmhYpxY3/uw O0j+ihgvVMMN9zV4IKtOzwz4IHZh67LwwfgSeXfdVvp8Z/cEiZ5BW0fvH g==; X-IronPort-AV: E=McAfee;i="6500,9779,10586"; a="324704224" X-IronPort-AV: E=Sophos;i="5.96,317,1665471600"; d="scan'208";a="324704224" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jan 2023 08:32:40 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10586"; a="607408734" X-IronPort-AV: E=Sophos;i="5.96,317,1665471600"; d="scan'208";a="607408734" Received: from flobatol-mobl1.amr.corp.intel.com (HELO [10.212.110.208]) ([10.212.110.208]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jan 2023 08:32:37 -0800 Message-ID: <512a60e3-8194-c3ab-99a3-4443db2255a1@linux.intel.com> Date: Wed, 11 Jan 2023 09:49:42 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0 Thunderbird/102.4.2 Subject: Re: [PATCH 15/19] soundwire: amd: add startup and shutdown dai ops Content-Language: en-US To: Vijendar Mukunda , broonie@kernel.org, vkoul@kernel.org, alsa-devel@alsa-project.org Cc: Basavaraj.Hiregoudar@amd.com, Sunil-kumar.Dommati@amd.com, Mario.Limonciello@amd.com, Mastan.Katragadda@amd.com, arungopal.kondaveeti@amd.com, Bard Liao , Sanyog Kale , open list References: <20230111090222.2016499-1-Vijendar.Mukunda@amd.com> <20230111090222.2016499-16-Vijendar.Mukunda@amd.com> From: Pierre-Louis Bossart In-Reply-To: <20230111090222.2016499-16-Vijendar.Mukunda@amd.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 1/11/23 03:02, Vijendar Mukunda wrote: > Add start up and shutdown dai ops for AMD Master driver. I don't think those startup and shutdown ops are necessary, we removed them for Intel, see "soundwire: intel: remove DAI startup/shutdown"