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 78741C433EF for ; Tue, 12 Jul 2022 09:31:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232489AbiGLJbr (ORCPT ); Tue, 12 Jul 2022 05:31:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56122 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232479AbiGLJbn (ORCPT ); Tue, 12 Jul 2022 05:31:43 -0400 X-Greylist: delayed 1036 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Tue, 12 Jul 2022 02:31:40 PDT Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BEF3DA0273 for ; Tue, 12 Jul 2022 02:31:40 -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-out2.suse.de (Postfix) with ESMTPS id 6A9A020160; Tue, 12 Jul 2022 09:31:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1657618299; 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=WPKWJa3ltChOcsmMZn/X9DcbR9ysGgK6m8jYBapTKsI=; b=sSU+TwLPx2bXA8GOzC3wFxeCfryiMFi9UMVTna30/w/nNHfdQePjI2fgOdHwIp99B+bHFB /QDrqfsYroclbf5vYq/Tff5RH8kX5WsxcmmzF1Q5q516mghTDSerWaKkWe1nw/cuI8vM2j 0LDHqqQz0bGRDT+TUYectWT8hDhPj10= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1657618299; 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=WPKWJa3ltChOcsmMZn/X9DcbR9ysGgK6m8jYBapTKsI=; b=+axh6uR1hyZDmtPiBSos8cZGrHt2LtDv1KqVW5VPWzRvGcFP8rlAVaRTOlkpgIUK7Rt1EO sl4OiJsORBmDVFDg== 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 2F93413638; Tue, 12 Jul 2022 09:31:39 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id ZZHiCns/zWIpUgAAMHmgww (envelope-from ); Tue, 12 Jul 2022 09:31:39 +0000 Date: Tue, 12 Jul 2022 11:31:38 +0200 Message-ID: <87czear81x.wl-tiwai@suse.de> From: Takashi Iwai To: Meng Tang Cc: perex@perex.cz, tiwai@suse.com, tcrawford@system76.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 alc671 In-Reply-To: <20220712092222.21738-1-tangmeng@uniontech.com> References: <20220712092222.21738-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 Tue, 12 Jul 2022 11:22:22 +0200, Meng Tang wrote: > > On a HP 288 Pro G6, the front mic could not be detected.In order to > get it working, the pin configuration needs to be set correctly, and > the ALC671_FIXUP_HP_HEADSET_MIC2 fixup needs to be applied. > > Signed-off-by: Meng Tang Thanks, applied. Takashi