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 D0EA8C00140 for ; Mon, 8 Aug 2022 08:19:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237357AbiHHITb (ORCPT ); Mon, 8 Aug 2022 04:19:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47532 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235891AbiHHIT3 (ORCPT ); Mon, 8 Aug 2022 04:19:29 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8304A267F for ; Mon, 8 Aug 2022 01:19:28 -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 24B0C20EAA; Mon, 8 Aug 2022 08:19:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1659946767; 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=8KTOZ4xK3lC0OT0MCyHfboMnlJbdljBh+DzEveApjEA=; b=0V4UAAOyTw5LC0BNyRqz2v5Yg1O/xFPOXoDZXHhe1esExJv7rtStUzTUJOZxdU1BOsoMy6 c2IhxMjx+npl2DLMDS7ZRg8dsHPbqo7Ibj85w8GqJ8okyZrKRVgjPYhbUhKKOYTY1yJyAr TKM8UrmHhYrUcRDpFPaowTYKSmuvDGg= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1659946767; 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=8KTOZ4xK3lC0OT0MCyHfboMnlJbdljBh+DzEveApjEA=; b=vRgw1ldfF7VbZWUDkso1HzBanQDdik4Vse5WLxIFB5GLESR6Ji2OGDbWwyXr7jNlOCU2Zj 47rNjYCCC96TNxAg== 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 D9CC313AB3; Mon, 8 Aug 2022 08:19:26 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id HV4hNA7H8GLfSwAAMHmgww (envelope-from ); Mon, 08 Aug 2022 08:19:26 +0000 Date: Mon, 08 Aug 2022 10:19:26 +0200 Message-ID: <87v8r3xi41.wl-tiwai@suse.de> From: Takashi Iwai To: Meng Tang Cc: perex@perex.cz, tiwai@suse.com, bo.liu@senarytech.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ALSA: hda/conexant: Add quirk for LENOVO 20149 Notebook model In-Reply-To: <20220808073406.19460-1-tangmeng@uniontech.com> References: <20220808073406.19460-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, 08 Aug 2022 09:34:06 +0200, Meng Tang wrote: > > There is another LENOVO 20149 (Type1Sku0) Notebook model with > CX20590, the device PCI SSID is 17aa:3977, which headphones are > not responding, that requires the quirk CXT_PINCFG_LENOVO_NOTEBOOK. > Add the corresponding entry to the quirk table. > > Signed-off-by: Meng Tang Thanks, applied. Takashi