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 AD0ACC43219 for ; Tue, 12 Apr 2022 10:55:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236574AbiDLK5d (ORCPT ); Tue, 12 Apr 2022 06:57:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51098 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1356179AbiDLKpR (ORCPT ); Tue, 12 Apr 2022 06:45:17 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C2D5482D3C; Tue, 12 Apr 2022 02:40:58 -0700 (PDT) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id 9786421607; Tue, 12 Apr 2022 09:40:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1649756447; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=bkguOHS25qrPH4cy023xw9DKfBQ51MXemolrey7zUVE=; b=p3E/JOgFkR8lcey6pyrqWXeoGEztC05amRlArwKjrdHSPmYwPAK54CVRoFq+DehzHA3L+4 NF4dDxB1+Ye8EaOXLdlLH4snPR+0b2qNlWyw4/GXHMzY3yO9Dkj1BFdik3xW018+NRiwJ4 yres96qnadKKMJDFoETDB2nIy56VaCQ= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1649756447; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=bkguOHS25qrPH4cy023xw9DKfBQ51MXemolrey7zUVE=; b=NKqzGjtiX/MC1SFgVyoyx7szkUm5t9FdJsYIjxmyHwpohqhusQJ/oJrQKPx9fVV+Uo+d7n X4/3t39nqNJMlYDA== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 75292A3B97; Tue, 12 Apr 2022 09:40:47 +0000 (UTC) Date: Tue, 12 Apr 2022 11:40:47 +0200 Message-ID: From: Takashi Iwai To: Mohan Kumar Cc: , , , , , , , Subject: Re: [PATCH 0/2] Add support for HDA Jack poll in suspend state In-Reply-To: <20220411073210.23445-1-mkumard@nvidia.com> References: <20220411073210.23445-1-mkumard@nvidia.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 11 Apr 2022 09:32:08 +0200, Mohan Kumar wrote: > > This series is to add HDA jack polling support to update the Jack mixer control > status properly even during runtime suspended state, as unsol event won't be > triggered during D3 state. > > Mohan Kumar (2): > ALSA: hda: Jack detection poll in suspend state > ALSA: hda/tegra: Enable Jack poll for tegra Applied both patches now to for-next branch. thanks, Takashi