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 7B7C7C433EF for ; Mon, 11 Jul 2022 14:16:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230431AbiGKOQV (ORCPT ); Mon, 11 Jul 2022 10:16:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37002 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229775AbiGKOQN (ORCPT ); Mon, 11 Jul 2022 10:16:13 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 393863C8D3 for ; Mon, 11 Jul 2022 07:16:12 -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 AD7E0219BF; Mon, 11 Jul 2022 14:16:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1657548970; 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=bhu7mMfCBKSi34I+LiabL66xPJnTcxnPoeL1wKjwWMc=; b=rwOP9zAyQZoAZZo3+B2W1bDCtmnqtq15H4SwEEM5Q+bWpfbkh53xtA4tXqa/6xRKlcwuip b/FXW3j5RZBJ11vxGZ7BvWnseyGYOtz5fPfeYar2etzR/UzGe70AmQlAdBaFt8rTPNrC6E inxU/pUnSuMhvfVoBLqyv3WkJg2RGfM= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1657548970; 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=bhu7mMfCBKSi34I+LiabL66xPJnTcxnPoeL1wKjwWMc=; b=sv+CwfuBhWA3DW95no93xt4xFYAC9XVfN6rZ1H4zUwerAyGlTgVKJK51p2ZJOWIO1DWnQ/ ThFlhcqnNy83FjBg== 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 7007B13524; Mon, 11 Jul 2022 14:16:10 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id q1G2GqowzGJpRAAAMHmgww (envelope-from ); Mon, 11 Jul 2022 14:16:10 +0000 Date: Mon, 11 Jul 2022 16:16:10 +0200 Message-ID: <875yk3spjp.wl-tiwai@suse.de> From: Takashi Iwai To: Meng Tang Cc: perex@perex.cz, tiwai@suse.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, sbinding@opensource.cirrus.com, kailang@realtek.com, tanureal@opensource.cirrus.com, tcrawford@system76.com, wse@tuxedocomputers.com, kai.heng.feng@canonical.com, andy.chi@canonical.com, cam@neo-zeon.de, yong.wu@mediatek.com Subject: Re: [PATCH] ALSA: hda/realtek: Fix headset mic for Acer SF313-51 In-Reply-To: <20220711081527.6254-1-tangmeng@uniontech.com> References: <20220711081527.6254-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 Mon, 11 Jul 2022 10:15:27 +0200, Meng Tang wrote: > > The issue on Acer SWIFT SF313-51 is that headset microphone > doesn't work. The following quirk fixed headset microphone issue. > Note that the fixup of SF314-54/55 (ALC256_FIXUP_ACER_HEADSET_MIC) > was not successful on my SF313-51. > > Signed-off-by: Meng Tang Thanks, applied now. Takashi