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 6B6D8C6FA8D for ; Thu, 15 Sep 2022 15:57:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229966AbiIOP5V (ORCPT ); Thu, 15 Sep 2022 11:57:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43290 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229923AbiIOP4o (ORCPT ); Thu, 15 Sep 2022 11:56:44 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CDBCB4F693 for ; Thu, 15 Sep 2022 08:56:43 -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 760A6336BC; Thu, 15 Sep 2022 15:56:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1663257402; 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=5HFEmhSkPeTqZEeiSJ5o9VwThR5RFWvtfEaZlPbh4qs=; b=RdYQcuW2EbfSTyEdgart6ajB6BLbTIy3TYFCtZ2bivkhiGZNwNeGhcfz+6tjmNX63hwnO8 9/0uACyEMJR+yb8Mu37YnpYy0ZnUxYbJPLQNkGVoEpIgHeWLFAV4PBn+M/kgk3p+QCu/1H q9t5JTMKCksxaGpF7bHf/GpE3a4nN2c= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1663257402; 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=5HFEmhSkPeTqZEeiSJ5o9VwThR5RFWvtfEaZlPbh4qs=; b=YGL39jwTJIfH1In9cl+D3JSD3DFJD9GAx8Pe6+jp2ZyiVOBG2AyqWH/5JvgOYK+8LUFXZZ Ct6G9Rh0Mq2Mq7BQ== 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 445B513A49; Thu, 15 Sep 2022 15:56:42 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id EFTODzpLI2ObIAAAMHmgww (envelope-from ); Thu, 15 Sep 2022 15:56:42 +0000 Date: Thu, 15 Sep 2022 17:56:41 +0200 Message-ID: <87fsgsvdfq.wl-tiwai@suse.de> From: Takashi Iwai To: "Luke D. Jones" Cc: tiwai@suse.com, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, perex@perex.cz Subject: Re: [PATCH v2 0/3] sound: realtek: add quirks for ASUS G513, G533Z, GA503R In-Reply-To: <20220915080921.35563-1-luke@ljones.dev> References: <20220915080921.35563-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 Thu, 15 Sep 2022 10:09:18 +0200, Luke D. Jones wrote: > > This series adds quirks to fix pincfg for the ASUS ROG G513 and G533Z laptops, and adds a mapping > for the ASUS ROG GA503R to use the previous G15/G14 quirks which fix the DAC mapping. > > Changelog: > V2: > - Use smallcaps in hex string > - Chain the G533Z quirk with the G513 quirk as they use the same base pincfg > - Add the quirk for GA503R series to use GA401 quirk > > Luke D. Jones (3): > sound: realtek: Add pincfg for ASUS G513 HP jack > sound: realtek: Add pincfg for ASUS G533Z HP jack > sound: realtek: Add quirk for ASUS GA503R laptop Now applied all patches, but I corrected the positions of the new entries to be in the SSID order locally. Also, the subject lines are adjusted to "ALSA:" prefix. thanks, Takashi