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 70A23C433FE for ; Wed, 24 Nov 2021 17:38:24 +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 4EF3017BB; Wed, 24 Nov 2021 18:37:32 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 4EF3017BB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1637775502; bh=WjNHfbL0WbJXqoNYs1NfKafdOJ56qEACQX0oSXUon7g=; h=From:To:In-Reply-To:References:Subject:Date:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=b1Zhq7tqYVbcFzgtMl9tPZJ3HpM607DR9osguBMPsaLpWeWbtL6V0TPrbnWJIRZNp 7jvuw/8zaQkXFOu7iPhDT1zfzYIs/ZL3ke0z/5QPJ6owBgPwDGZ3jP+VLqcVyncW2k UC3oLhMaDZmDkD74FkJnldPwtkv9To6rplGmy17o= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 2E5BCF804EB; Wed, 24 Nov 2021 18:36:48 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 6660DF804EC; Wed, 24 Nov 2021 18:36:46 +0100 (CET) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id C4DCDF804AD for ; Wed, 24 Nov 2021 18:36:43 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz C4DCDF804AD Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="qwk/k4H5" Received: by mail.kernel.org (Postfix) with ESMTPSA id 99DBF60F5B; Wed, 24 Nov 2021 17:36:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1637775401; bh=WjNHfbL0WbJXqoNYs1NfKafdOJ56qEACQX0oSXUon7g=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=qwk/k4H58rCDFiwM4WsV51NBP86gUUgR7LY0FpIBTvSLGbxt9eBulRPOSqg1hAvee hqcEY6exavtKPDi9w9OdA5k0+phvatS+el+oc1kJ28h6x87JW+iXuvVHnwEjZBiQ8B Tr3jJmmVrM95iPGYqcgYOcnND3e5h2oboAYr3/SPpDcjZ2j8QlEUX+ZDcwl8ftotfU uJyJe3bDYSa2inJxh99Vdk6PWvOI67EWtc8yNC019zZZPUUgFmsPEIBGmnqil6qcpK e4moIqq2CYSGNalF6Myl/ahPhZadMTG+ngI8BRc734ayryq6dnsuMqUn0ypnjlgomt BvRl4I8D3L1ow== From: Mark Brown To: alsa-devel@alsa-project.org, Pierre-Louis Bossart In-Reply-To: <20211119230852.206310-1-pierre-louis.bossart@linux.intel.com> References: <20211119230852.206310-1-pierre-louis.bossart@linux.intel.com> Subject: Re: [PATCH v4 0/4] ASoC: SOF: Intel: power optimizations with HDaudio SPIB register Message-Id: <163777540037.2712097.15004732290629570498.b4-ty@kernel.org> Date: Wed, 24 Nov 2021 17:36:40 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Cc: tiwai@suse.de 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 Fri, 19 Nov 2021 17:08:48 -0600, Pierre-Louis Bossart wrote: > This patchset was initially provided in a larger series that was split > in two [1]. This part only provides support for the SPIB register > support, added on Intel platforms since Skylake (2015). > > The use of the SPIB register helps reduce power consumption - though > to a smaller degree than DMI_L1. This hardware capability is however > incompatible with userspace-initiated rewinds typically used by > PulseAudio. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/4] ALSA: pcm: unconditionally check if appl_ptr is in 0..boundary range commit: 0e888a74e52db369e19aec908131cf171079b306 [2/4] ALSA: pcm: introduce INFO_NO_REWINDS flag commit: b456abe63f60ad93c83a526d33b71574bc32656c [3/4] ASoC: SOF: pcm: add .ack callback support commit: 4a39ea3f07f14f21a6b97e78c972f71fc5761d3a [4/4] ASoC: SOF: Intel: add .ack support for HDaudio platforms commit: 6c26b5054ce2b822856e32f1840d13f777c6f295 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark