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 026F6C7EE23 for ; Mon, 5 Jun 2023 07:33:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231574AbjFEHdJ (ORCPT ); Mon, 5 Jun 2023 03:33:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56938 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230298AbjFEHcz (ORCPT ); Mon, 5 Jun 2023 03:32:55 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B398DE62 for ; Mon, 5 Jun 2023 00:32:34 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 6269521B1D; Mon, 5 Jun 2023 07:32:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1685950353; 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=57M37fyxh1YkYLKE2PhzOEP2RTj9ANL0igBPimHfv4s=; b=NP1zKJgcuXUczExHCEzN3DRcw4+U2KbBTqxvzHix1xcAolPepTJ6y4RBl8uk/COEewYY6b KztnLViAMKvigJx7cDdmLjA6btOcfuqA7dq2KyPgvAU23YJPt8hlMVpEY4HA2i2qKOlSzr EpEVOKtLhCiCPtQnamPuJIuaa1ihBCM= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1685950353; 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=57M37fyxh1YkYLKE2PhzOEP2RTj9ANL0igBPimHfv4s=; b=l1Zf3BbCJ11om+I8FGwwsBUNNehhADAcGysMErD6fDsQnfj49hH7Upli9ROL7yLFVRY2lN UMGTRpEOtsnJj8CQ== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 1500F139C7; Mon, 5 Jun 2023 07:32:33 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id eJodBJGPfWRZbgAAMHmgww (envelope-from ); Mon, 05 Jun 2023 07:32:33 +0000 Date: Mon, 05 Jun 2023 09:32:32 +0200 Message-ID: <87ttvmictr.wl-tiwai@suse.de> From: Takashi Iwai To: Ai Chao Cc: perex@perex.cz, tiwai@suse.com, sbinding@opensource.cirrus.com, tcrawford@system76.com, andy.chi@canonical.com, tangmeng@uniontech.com, luke@ljones.dev, p.jungkamp@gmx.net, kasper93@gmail.com, yangyuchi66@gmail.com, yangyingliang@huawei.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ALSA: hda/realtek: Add a quirk for HP Slim Desktop S01 In-Reply-To: <20230526094704.14597-1-aichao@kylinos.cn> References: <20230526094704.14597-1-aichao@kylinos.cn> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 26 May 2023 11:47:04 +0200, Ai Chao wrote: > > Add a quirk for HP Slim Desktop S01 to fixup headset MIC no presence. > > Signed-off-by: Ai Chao Thanks, applied now (with Cc-to-stable). Takashi