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 12104C4708E for ; Wed, 7 Dec 2022 12:23:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229700AbiLGMXk (ORCPT ); Wed, 7 Dec 2022 07:23:40 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45234 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229583AbiLGMXf (ORCPT ); Wed, 7 Dec 2022 07:23:35 -0500 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B87CF3C6CA for ; Wed, 7 Dec 2022 04:23:34 -0800 (PST) Received: from imap1.suse-dmz.suse.de (imap1.suse-dmz.suse.de [192.168.254.73]) (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 778B61FD7A; Wed, 7 Dec 2022 12:23:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1670415813; 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=loYT0A86SX2WIBPzHmVKDox+axk7EDHNAyPrWekbXbk=; b=LXOxhGYm+9p4++SMpgRnRsQ0WhtzKsYZv9OtR75NL6ZUB2ZCPtH386Hx82yf5OMup1DjQi f/OGvULMo7vhWSxuQQCbMsdJWIn4OKbD2xkpybA8hs+7+2rGSxjRkLLXnuq+57inILhuMm 888rt4TOJ2/j4eofilNkgAbaGgrw4y4= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1670415813; 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=loYT0A86SX2WIBPzHmVKDox+axk7EDHNAyPrWekbXbk=; b=+KVE59kQ2HWV0RFbHpBCAowJZUAFLd8rils8ooCiT3igCSRpStb5XfVSIckJur5y10jvHW 4GMyr98i4pocpXCw== Received: from imap1.suse-dmz.suse.de (imap1.suse-dmz.suse.de [192.168.254.73]) (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 imap1.suse-dmz.suse.de (Postfix) with ESMTPS id 559E1134CD; Wed, 7 Dec 2022 12:23:33 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap1.suse-dmz.suse.de with ESMTPSA id TVtFFMWFkGNjSgAAGKfGzw (envelope-from ); Wed, 07 Dec 2022 12:23:33 +0000 Date: Wed, 07 Dec 2022 13:23:32 +0100 Message-ID: <87edtb8ksb.wl-tiwai@suse.de> From: Takashi Iwai To: edward-p Cc: Jaroslav Kysela , Takashi Iwai , Stefan Binding , Tim Crawford , Meng Tang , Kai-Heng Feng , Lucas Tanure , Philipp Jungkamp , Kailang Yang , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ALSA: hda/realtek: Add quirk for Lenovo TianYi510Pro-14IOB In-Reply-To: <20221206180459.44260-1-edward@edward-p.xyz> References: <20221206180459.44260-1-edward@edward-p.xyz> 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, 06 Dec 2022 19:04:58 +0100, edward-p wrote: > > Lenovo TianYi510Pro-14IOB (17aa:3742) > require quirk for enabling headset-mic > > Signed-off-by: edward-p > Link: https://bugzilla.kernel.org/show_bug.cgi?id=216756 The code change looks OK, but the Signed-off-by line has to be with the real full name. As it's a legal requirement, it's mandatory. Could you correct and resubmit? thanks, Takashi