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 18F20C433FE for ; Mon, 10 Oct 2022 12:44:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230454AbiJJMo1 (ORCPT ); Mon, 10 Oct 2022 08:44:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47886 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229481AbiJJMoX (ORCPT ); Mon, 10 Oct 2022 08:44:23 -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 2858F50FBA for ; Mon, 10 Oct 2022 05:44:23 -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 CABB4218EA; Mon, 10 Oct 2022 12:44:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1665405861; 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=F5IgJriwaayDmrgPwWCQDE5Dc7KPhfEOss9beRoEOaA=; b=TQ0HmtkY8qzmBf++MVPUSACx+1B4jvaAePMQL3qxceJ9MMySiNF1UoC9V59o2/J4DXZQwq PFDciRaI7bw/v7h4pxqwe+cVD4n3MrEEp4L6d4+RxQq+W1U5nMwAkHEilzcfDS+GyuUv3A zgQxn0JAm8vRR1jP9hC0mCwE81ukXBA= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1665405861; 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=F5IgJriwaayDmrgPwWCQDE5Dc7KPhfEOss9beRoEOaA=; b=IW9H2DAr+HCysWTYFZw/OJbY+Mv7qTxRnzRmmTEC9jtx/wAQQnbCY9LtIid4LJa8NjYD3f VCPc9LMLj3N4VCAQ== 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 A91FC13ACA; Mon, 10 Oct 2022 12:44:21 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 5/syKKUTRGN1awAAMHmgww (envelope-from ); Mon, 10 Oct 2022 12:44:21 +0000 Date: Mon, 10 Oct 2022 14:44:21 +0200 Message-ID: <871qrfg862.wl-tiwai@suse.de> From: Takashi Iwai To: "Luke D. Jones" Cc: linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, tiwai@suse.com, perex@perex.cz Subject: Re: [PATCH] ALSA: hda/realtek: Add quirk for ASUS GV601R laptop In-Reply-To: <20221010070347.36883-1-luke@ljones.dev> References: <20221010070347.36883-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 Mon, 10 Oct 2022 09:03:47 +0200, Luke D. Jones wrote: > > The ASUS ROG X16 (GV601R) series laptop has the same node-to-DAC pairs > as early models and the G14, this includes bass speakers which are by > default mapped incorrectly to the 0x06 node. > > Add a quirk to use the same DAC pairs as the G14. > > Signed-off-by: Luke D. Jones Thanks, applied (with Cc to stable). Takashi