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 C92681FC0E5; Mon, 2 Dec 2024 13:30:19 +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=1733146219; cv=none; b=Y49HahDsLbkM7qhvFg6upo7Jb5A3qbb1VD7uRFTa+F/27AkMCqYiPmC/Q0smT9RoinRaj6ty4YV0W+x4soR7q98V/+ogPUPGWhZ6nfR2U9VzpkAMl2Ia0onLwIKi7Ww2494TJlXGykaoSAuxmR0hMI72fZpx1pOCmREULDOMakM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733146219; c=relaxed/simple; bh=prWlyL7+S1iaFRc2HgQ/xlg4WwK3MVaxar+O2eGaNec=; h=From:To:Cc:In-Reply-To:References:Subject:Message-Id:Date: MIME-Version:Content-Type; b=a8NXmDiPUY1MP6D49aMwmbikOY1i/yeuLKOnzzj632SpfDTyveUIl1rRTzCBDRbZcFaA8Kksm+iqhmbDClehR+EBJm775M26GuqYFmhH/orBwG+mqFjKTEAmd3Qkp9G6QRVPeLR3U4hHnSMEZ0EGGBE4FbsxShyPyEkYx8XJCXk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=r/DI1lsX; 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="r/DI1lsX" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A9506C4CED2; Mon, 2 Dec 2024 13:30:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1733146219; bh=prWlyL7+S1iaFRc2HgQ/xlg4WwK3MVaxar+O2eGaNec=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=r/DI1lsXNjNz0WMRskDOyKfwAL5dRHhvqCscdErYbmgD5A0eLhFLbb6U9YUY9Nfmm xjlxmtxtfuSQTHCch8WHmQmAQcLdRWSYMttoa+FVQlNO/3zsgO1abTDd8FX5BL8KaC Z+/kvlqN69uIUTfzEWNJfjIIVV1flE61J0JHyJd+GyNjfoaYxraHgtCeebMueCfxcG nRSQg2f8W2uxe8sJuQK96/GGNBmnyYnxIOxAPbIhlIiLTnUsXvd823wcFTx9NJPlnS hWOIrLB5YxCepA05+nzz+Fq5dhTkoTz7309A4Fa7MRaJA1GHgr4+SEZhqsi5pFc4Io BSYWfwObPUYAw== From: Mark Brown To: LKML , Marek Maslanka Cc: Cezary Rojewski , Liam Girdwood , Peter Ujfalusi , Bard Liao , Ranjani Sridharan , Kai Vehmanen , Pierre-Louis Bossart , Jaroslav Kysela , Takashi Iwai , =?utf-8?q?Amadeusz_S=C5=82awi=C5=84ski?= , alsa-devel@alsa-project.org, linux-sound@vger.kernel.org In-Reply-To: <20241128151239.1666582-1-mmaslanka@google.com> References: <10062d09-34c8-4e53-b5d7-f96a5b19f6f8@intel.com> <20241128151239.1666582-1-mmaslanka@google.com> Subject: Re: [PATCH v2] ASoC: Intel: avs: da7219: Remove suspend_pre() and resume_post() Message-Id: <173314621641.54037.6152466859833367470.b4-ty@kernel.org> Date: Mon, 02 Dec 2024 13:30:16 +0000 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.15-dev-9b746 On Thu, 28 Nov 2024 15:12:32 +0000, Marek Maslanka wrote: > The presence of a plugged jack is not detected after resuming the device if the jack was plugged > before the device was suspended. This problem is caused by calling the > sound/soc/codecs/da7219-aad.c:da7219_aad_jack_det() function on resume, which forces the jack > insertion state to be unplugged. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: Intel: avs: da7219: Remove suspend_pre() and resume_post() commit: 04c319e05d0b08cc789db7abccce0fcb13dbab16 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