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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 3FE85C433FE for ; Wed, 23 Nov 2022 14:46:18 +0000 (UTC) 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 53E461655; Wed, 23 Nov 2022 15:45:26 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 53E461655 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1669214776; bh=JjSRB1gRJ3pgoS9q4CAE6iiJArcPdfzpnU5eRwNhnY0=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=X3udALI4I85fjDjOXBN/ucXB5xRA+XTyMmKmPeQ4WUXkNjUGTTTF22p/z1GwQ+TVC HaDIPFarNnin4plXgompOr/dD7yhMUd+fEXVYg1id9DdQIZTTH1MM108Qi0aM/31hR RIbRLrwlTarN8rHpr/1j89nhz6vFMWnE+dS6aQzA= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 12F05F80249; Wed, 23 Nov 2022 15:45:26 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id ED7D1F8030F; Wed, 23 Nov 2022 15:45:24 +0100 (CET) Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id C550EF80149 for ; Wed, 23 Nov 2022 15:45:21 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz C550EF80149 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="vFfHdSRc" Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 1E01AB8205D; Wed, 23 Nov 2022 14:45:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 10DACC4314A; Wed, 23 Nov 2022 14:45:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1669214719; bh=JjSRB1gRJ3pgoS9q4CAE6iiJArcPdfzpnU5eRwNhnY0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vFfHdSRcWdQzPkB2cwZ3QHOx5vyC+jyRcAlJhCs1xBSFFdYViT426ZCJEFG2lb0rh puV00JR7xpH20dik1qJAwNT0ox5qVr13YiXOLHX7E5zVH0xNCfsOmksSaY+jy+2nvv CQaYDuLY6dnlAKdqu6AWNN7IVO31siNVSuejQ+/+rUmTEQHqAlS3d8IY1tgpF0Af3i +pAW69V3i8YWA/PEu25VNL/GiMXYcnyVG1qCzuMKAg8eWxl2Kj+aZ5N8c/U3QLTT7J pYTB7JO0XZoJA+rSUmou3cAFUZbJAGBjAkfZK58ZpVWLm6iM6DdqJW1WX6d/ttGqJy MVrz3OrpfZlGA== Date: Wed, 23 Nov 2022 20:15:15 +0530 From: Vinod Koul To: Bard Liao Subject: Re: [PATCH 1/8] soundwire: intel_init: remove useless interrupt enablement in interrupt thread Message-ID: References: <20221111042653.45520-1-yung-chuan.liao@linux.intel.com> <20221111042653.45520-2-yung-chuan.liao@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221111042653.45520-2-yung-chuan.liao@linux.intel.com> Cc: alsa-devel@alsa-project.org, tiwai@suse.de, linux-kernel@vger.kernel.org, pierre-louis.bossart@linux.intel.com, broonie@kernel.org, bard.liao@intel.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" On 11-11-22, 12:26, Bard Liao wrote: > From: Pierre-Louis Bossart > > When the code reaches the SoundWire interrupt thread handling, the > interrupt was enabled already, and there is no code that disables it > -> this is a no-op sequence. Acked-By: Vinod Koul -- ~Vinod