From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2EAA176408; Thu, 4 Apr 2024 15:24:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712244262; cv=none; b=AtdfqWlNG+RsUfCxp0DU2DmiT/YBI+UxG39WgTTMMHQA92Dcu79/0LnsTmua59nGysdWYsSh2Tkv5JDfjlAwYV18IhhBK68jgecoxnEz/XDtGeVISCZNMa2W1mMeBvKT1aHDMvjSNt6Wd+dBoc+KoVNBM2YHLbNQOJHDUj4H/rA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712244262; c=relaxed/simple; bh=/knebWZeaaEDHH+qAZ96R0RgaVmS7oZA7zCTSzDKjuY=; h=From:To:Cc:In-Reply-To:References:Subject:Message-Id:Date: MIME-Version:Content-Type; b=d3EINFr/nDCuy2MQNZTgr3dLAnmyKTODPMnPVRQYDbeoAWiwrwAiBcdofBXORWjjCALKQxZ5DplZclbo8fzNl3kAPG9v36AORRsSxBdBDyUT9I4vl+f2UbnQNzN6exLeoob9l5uos3Xa6wJ/DDINVXQndHc+EZSI0YhAxoN+iok= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=mZXS+h1j; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="mZXS+h1j" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 85F17C433C7; Thu, 4 Apr 2024 15:24:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1712244261; bh=/knebWZeaaEDHH+qAZ96R0RgaVmS7oZA7zCTSzDKjuY=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=mZXS+h1jP5e1ftHIhw6bJjSrAeelq+ogn5rVYsS0ZEzBL8YQk0sYPi7wUmXZz/U9A JC49Q4Dnv0mHGisesAqspV6Oe/7jlbTa1VYbuSHc0QW+wUFaPdApNhtimMWjcrYfeO Z8ltojDLVGnzlHj4Ns2tDmni1R0zLmmCPZw57ezQyetvfqrcDs/3Auu/jtDOdkcnnZ 2zESNKZQAg5lmR6nCXyvf7rYQPwi9EE23XUDYKS4TO4QaE1n6UsqOCYbcPexqDzjVn D+GbXGna9NjF8skj+FagEt4saLBrX+8HN8K1khNMAVtZ3VgXmPkxjHZ669ETTdauKg L6KktWSgGulig== From: Mark Brown To: Vijendar Mukunda Cc: alsa-devel@alsa-project.org, Sunil-kumar.Dommati@amd.com, Basavaraj.Hiregoudar@amd.com, venkataprasad.potturu@amd.com, Pierre-Louis Bossart , Liam Girdwood , Peter Ujfalusi , Bard Liao , Ranjani Sridharan , Daniel Baluta , Kai Vehmanen , Jaroslav Kysela , Takashi Iwai , Cristian Ciocaltea , Emil Velikov , Mastan Katragadda , Ajit Kumar Pandey , "moderated list:SOUND - SOUND OPEN FIRMWARE (SOF) DRIVERS" , "open list:SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEM..." , open list In-Reply-To: <20240404041717.430545-1-Vijendar.Mukunda@amd.com> References: <20240404041717.430545-1-Vijendar.Mukunda@amd.com> Subject: Re: [PATCH] ASoC: SOF: amd: fix for false dsp interrupts Message-Id: <171224425713.53181.6209478455097069217.b4-ty@kernel.org> Date: Thu, 04 Apr 2024 16:24:17 +0100 Precedence: bulk X-Mailing-List: linux-sound@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: b4 0.14-dev On Thu, 04 Apr 2024 09:47:13 +0530, Vijendar Mukunda wrote: > Before ACP firmware loading, DSP interrupts are not expected. > Sometimes after reboot, it's observed that before ACP firmware is loaded > false DSP interrupt is reported. > Registering the interrupt handler before acp initialization causing false > interrupts sometimes on reboot as ACP reset is not applied. > Correct the sequence by invoking acp initialization sequence prior to > registering interrupt handler. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: SOF: amd: fix for false dsp interrupts commit: b9846a386734e73a1414950ebfd50f04919f5e24 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