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 857AAC43334 for ; Wed, 13 Jul 2022 10:43:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235678AbiGMKnM (ORCPT ); Wed, 13 Jul 2022 06:43:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36372 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230448AbiGMKnJ (ORCPT ); Wed, 13 Jul 2022 06:43:09 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BF8BBFD538 for ; Wed, 13 Jul 2022 03:43:08 -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 71C271F919; Wed, 13 Jul 2022 10:43:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1657708987; 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=sYRN1STlbiXSJs45PbSwXm1ukSaB9W5hlAoeUCQ2n9s=; b=0XaJ7ucuNPROE2ACTgilqZv/Z1ZryS9zYb8AeJmfYqdlKdvdDYIffDmE9rBbnUK5aqBgn7 QaIbMJw8l1A1oW1tgwprMrmHwBbOW3ponRXKUzSyBlLFpP2QNfGxCoEA714Et/fanCru9D NbSXz2ltQ6eBp0bPbGuSECHrCW+McpI= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1657708987; 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=sYRN1STlbiXSJs45PbSwXm1ukSaB9W5hlAoeUCQ2n9s=; b=lkJga+m7oDEyOm/SlBITkrW3Sby8ksmpdz+kyFPRBbda6z3iginwT/xLiSwpiKXxrgCvWs ssUGVAlux7Kq2DAA== 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 29CDA13754; Wed, 13 Jul 2022 10:43:07 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id r8ZwCbuhzmKIdgAAMHmgww (envelope-from ); Wed, 13 Jul 2022 10:43:07 +0000 Date: Wed, 13 Jul 2022 12:43:06 +0200 Message-ID: <87pmi9xphh.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, yong.wu@mediatek.com, andy.chi@canonical.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ALSA: hda/realtek - Enable the headset-mic on a Xiaomi's laptop In-Reply-To: <20220713094133.9894-1-tangmeng@uniontech.com> References: <20220713094133.9894-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 11:41:33 +0200, Meng Tang wrote: > > The headset on this machine is not defined, after applying the quirk > ALC256_FIXUP_ASUS_HEADSET_MIC, the headset-mic works well > > Signed-off-by: Meng Tang Thanks, applied. Takashi