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 4F285EB64D9 for ; Mon, 19 Jun 2023 12:46:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230268AbjFSMqQ (ORCPT ); Mon, 19 Jun 2023 08:46:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60240 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230005AbjFSMqN (ORCPT ); Mon, 19 Jun 2023 08:46:13 -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 E58D5E9 for ; Mon, 19 Jun 2023 05:46:12 -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 619372187B; Mon, 19 Jun 2023 12:46:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1687178771; 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=7k2sNPRUdIn/hjB5JnsP5znTV95JbmzG/VjkSITwosY=; b=zu3s1zhjtq3bKAw9W86yJ0SB/i8qmrYRV7M+oa0eTpRuViREMiiMHSrUpEZlSh1mpN2bzm LFQY3lIkOizDUPpQROpRGT5wovDiaUSidNxc8sJG2WFVPq8+/PnWPXE+IxxVAMNBe3kzrN QDn/ekSiSOpP61nrPZzwhv9tmzxm/PU= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1687178771; 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=7k2sNPRUdIn/hjB5JnsP5znTV95JbmzG/VjkSITwosY=; b=cmbFtYv1UAeEU2r582CpHKOmLdLP+Rp8j2jVa+uV7EscTKTqM3Qq1W2tygyoT5cng7AUW3 D2wto6tO/k5c6NCA== 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 27D71139C2; Mon, 19 Jun 2023 12:46:11 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id DrSvCBNOkGQHeQAAMHmgww (envelope-from ); Mon, 19 Jun 2023 12:46:11 +0000 Date: Mon, 19 Jun 2023 14:46:10 +0200 Message-ID: <87v8fjsjql.wl-tiwai@suse.de> From: Takashi Iwai To: "Luke D. Jones" Cc: tiwai@suse.com, perex@perex.cz, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, sbinding@opensource.cirrus.com Subject: Re: [PATCH] ALSA: hda/realtek: Add quirk for ASUS ROG G634Z In-Reply-To: <20230619060320.1336455-1-luke@ljones.dev> References: <20230619060320.1336455-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, 19 Jun 2023 08:03:20 +0200, Luke D. Jones wrote: > > Adds the required quirk to enable the Cirrus amp and correct pins > on the ASUS ROG G634Z series. > > While this works if the related _DSD properties are made available, these > aren't included in the ACPI of these laptops (yet). > > Signed-off-by: Luke D. Jones Applied now. Thanks. Takashi