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 256EFC43334 for ; Wed, 13 Jul 2022 07:11:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234576AbiGMHLK (ORCPT ); Wed, 13 Jul 2022 03:11:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39530 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231733AbiGMHLH (ORCPT ); Wed, 13 Jul 2022 03:11:07 -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 502AFE2B for ; Wed, 13 Jul 2022 00:11:01 -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 8DEDB33A09; Wed, 13 Jul 2022 07:11:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1657696260; 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=W7MKiOOZkwDE2wTca9EGNrHHPHqLjF3y0UHv9VlXvXI=; b=U3Qbjr4YCh8RDja1ttNMfSMMLOB+iPl1+0qzcn++owkcVAi9qUiUBaKDwbYdD5DwuTUk3T hTNsWhem4IJsZWfK5P3bjG5ifsSyiRXtjtTBV7mt29OIwetbbfa50gPjac60Uek4yq7sJ5 fjaxtBmcPNn0PyJFnZvgKCU5rnUOHjU= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1657696260; 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=W7MKiOOZkwDE2wTca9EGNrHHPHqLjF3y0UHv9VlXvXI=; b=JSzWcJRrl2FlzZXatJh7S0ntzglAsH633wHonJcZZOilpvl229N8tNPPr+mjkjL1ZMCavR xLXQEE4GpJFThVBQ== 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 4467713754; Wed, 13 Jul 2022 07:11:00 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id yWzZDwRwzmJRFgAAMHmgww (envelope-from ); Wed, 13 Jul 2022 07:11:00 +0000 Date: Wed, 13 Jul 2022 09:10:59 +0200 Message-ID: <87r12ppjwc.wl-tiwai@suse.de> From: Takashi Iwai To: Meng Tang Cc: perex@perex.cz, tiwai@suse.com, tcrawford@system76.com, wse@tuxedocomputers.com, kai.heng.feng@canonical.com, tanureal@opensource.cirrus.com, cam@neo-zeon.de, kailang@realtek.com, sbinding@opensource.cirrus.com, andy.chi@canonical.com, yong.wu@mediatek.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ALSA: hda/realtek - Fix headset mic problem for a HP machine with alc221 In-Reply-To: <20220713063332.30095-1-tangmeng@uniontech.com> References: <20220713063332.30095-1-tangmeng@uniontech.com> 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 Wed, 13 Jul 2022 08:33:32 +0200, Meng Tang wrote: > > On a HP 288 Pro G2 MT (X9W02AV), the front mic could not be detected. > In order to get it working, the pin configuration needs to be set > correctly, and the ALC221_FIXUP_HP_288PRO_MIC_NO_PRESENCE fixup needs > to be applied. > > Signed-off-by: Meng Tang Thanks, applied now. Takashi