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 A771FEB64D9 for ; Tue, 4 Jul 2023 06:45:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231370AbjGDGpy (ORCPT ); Tue, 4 Jul 2023 02:45:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56838 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231359AbjGDGpb (ORCPT ); Tue, 4 Jul 2023 02:45:31 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E432710D3 for ; Mon, 3 Jul 2023 23:44:58 -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 E58C320396; Tue, 4 Jul 2023 06:44:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1688453092; 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=3TY1HXqvRG42uCsWUg0xN2xuzpLS5ghc3fpZ/gucBFc=; b=b/ul64N5E0X5xIPo16bSl1Kz1aL81mQKrvmGZzjFWwAg6/94r06p0Jn46a8S6ABbpizBGc 8BZAwZkpeINcNonswKuIb5JXw112GjilfiXz8nD4DT1u805n/CxSRfZlOeWXtuDbQULLus b/KvSwes5w+G/BQeAAlPsissd63Lr9I= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1688453092; 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=3TY1HXqvRG42uCsWUg0xN2xuzpLS5ghc3fpZ/gucBFc=; b=13gvQGrzFMOe2+BBYQ4svUFR5a7AC/DONy8iOFqIO6xszFdAzh/k9VmL5TyjasPOlwyUE2 Ux9kZfwJId6kL2Aw== 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 8D8F2133F7; Tue, 4 Jul 2023 06:44:52 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id ErWvIeS/o2SbeAAAMHmgww (envelope-from ); Tue, 04 Jul 2023 06:44:52 +0000 Date: Tue, 04 Jul 2023 08:44:52 +0200 Message-ID: <878rbw41ln.wl-tiwai@suse.de> From: Takashi Iwai To: "Luke D. Jones" Cc: tiwai@suse.com, perex@perex.cz, sbinding@opensource.cirrus.com, andy.chi@canonical.com, tcrawford@system76.com, tangmeng@uniontech.com, p.jungkamp@gmx.net, kasper93@gmail.com, ruinairas1992@gmail.com, yangyuchi66@gmail.com, yangyingliang@huawei.com, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org Subject: Re: [PATCH v2 0/5] ALSA: hda/realtek: add extra ROOG laptop quirks In-Reply-To: <20230704044619.19343-1-luke@ljones.dev> References: <20230704044619.19343-1-luke@ljones.dev> 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, 04 Jul 2023 06:46:14 +0200, Luke D. Jones wrote: > > - Adds quirks for various ASUS ROG laptops. > - Fixes up a previous quirk > - Fixes up a whitespace error > > This introduces a quirk chain that is similar to the ROG Ally quirk chain, but > due to the verb configs being currently tested these new quirks do not use it > and instead add a new chain. It is likely the Ally quirk will be removed in > favour of this new chain in future. > > Luke D. Jones (5): > ALSA: hda/realtek: Add quirk for ASUS ROG GX650P > ALSA: hda/realtek: Add quirk for ASUS ROG GA402X > ALSA: hda/realtek: Amend G634 quirk to enable rear speakers > ALSA: hda/realtek: Add quirk for ASUS ROG G614Jx > Fixes: 31278997add6 (ALSA: hda/realtek - Add headset quirk for Dell > DT) Now applied all patches. The subject line of the last patch was modified to match with the standard. The Fixes tag was moved to the right place, too. thanks, Takashi