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 D4AA1EB64D9 for ; Thu, 29 Jun 2023 06:49:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231668AbjF2Gtf (ORCPT ); Thu, 29 Jun 2023 02:49:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45288 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232077AbjF2Gs6 (ORCPT ); Thu, 29 Jun 2023 02:48:58 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E0B2F358A for ; Wed, 28 Jun 2023 23:48:53 -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 7FF522184D; Thu, 29 Jun 2023 06:48:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1688021332; 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=DD59Yv+0FwSWXhhYd4KNUGfeC/elEi4xKcKYN+3rlJE=; b=js8ZTxnPDTUSKb6T9nzrXSKUjoeL5f+9qNXeiJZabKl605i30+3NoPNZgzCan2m7O/uo/j zjchteC3mLAxqLekSaAKKy3j7ucYux247y8gE0ErPaDZEmb7UJoGHBcVYRJagnCkKtJDdw Z1IB0tEkc1zppRUPuiWirHeTfb6Smv0= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1688021332; 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=DD59Yv+0FwSWXhhYd4KNUGfeC/elEi4xKcKYN+3rlJE=; b=xBmJxBG8/11lkwIXE6aBUd49Nv9dVOvVSaq+RpW3+77bswGF9Fa236/jIX+UkbNf0etdWg S33V/Q5w6N3fqqAg== 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 4C629139FF; Thu, 29 Jun 2023 06:48:52 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id CMngEVQpnWQVLgAAMHmgww (envelope-from ); Thu, 29 Jun 2023 06:48:52 +0000 Date: Thu, 29 Jun 2023 08:48:51 +0200 Message-ID: <87bkgyepbg.wl-tiwai@suse.de> From: Takashi Iwai To: Werner Sembach Cc: Jaroslav Kysela , Takashi Iwai , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ALSA: hda/realtek: Add quirk for Clevo NPx0SNx In-Reply-To: <20230628155434.584159-1-wse@tuxedocomputers.com> References: <20230628155434.584159-1-wse@tuxedocomputers.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, 28 Jun 2023 17:54:34 +0200, Werner Sembach wrote: > > This applies a SND_PCI_QUIRK(...) to the Clevo NPx0SNx barebones fixing the > microphone not being detected on the headset combo port. > > Signed-off-by: Werner Sembach > Cc: Thanks, applied. Takashi