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 97361C433F5 for ; Fri, 11 Mar 2022 16:05:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350034AbiCKQG0 (ORCPT ); Fri, 11 Mar 2022 11:06:26 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47994 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238838AbiCKQGY (ORCPT ); Fri, 11 Mar 2022 11:06:24 -0500 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BB7121D0865 for ; Fri, 11 Mar 2022 08:05:21 -0800 (PST) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id 448FD210FB; Fri, 11 Mar 2022 16:05:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1647014720; 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=yApc6HcfAc79gGltdvVeKZkz9xGlddFKuvJ/aLNodbg=; b=qgkWEc+Cp+++LoxIF+BKpvL4Vs/a9WoKFhrQ+qrEa5l66DG/Uj2P9P11RR4a6titAcmU+/ nKI0KN15KvM+XcL10MIGysuZdFg2Aql/AWheLmYisBuHdvTiPaSninza3y/rwEgY8NyhWU LPAz1jNxMnq4CU5SDI2Y4hs6AAmP1ac= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1647014720; 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=yApc6HcfAc79gGltdvVeKZkz9xGlddFKuvJ/aLNodbg=; b=mXBzdmOqpgklaHnP+YFA71CRR4L2kQP3yaVn5rBv7cpVKQz9Ku5z9DoNFTUeUTVLXywltF ZGqyBpIKU9JRsJDw== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 8DC61A3B81; Fri, 11 Mar 2022 16:05:19 +0000 (UTC) Date: Fri, 11 Mar 2022 17:05:19 +0100 Message-ID: From: Takashi Iwai To: huangwenhui Cc: perex@perex.cz, tiwai@suse.com, jeremy.szu@canonical.com, hui.wang@canonical.com, wse@tuxedocomputers.com, cam@neo-zeon.de, kailang@realtek.com, tanureal@opensource.cirrus.com, sami@loone.fi, 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: <20220311093836.20754-1-huangwenhuia@uniontech.com> References: <20220311093836.20754-1-huangwenhuia@uniontech.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 Fri, 11 Mar 2022 10:38:36 +0100, huangwenhui wrote: > > On a HP 288 Pro G8, 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: huangwenhui Thanks, applied now. Takashi