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 21C24EB64D7 for ; Wed, 21 Jun 2023 11:30:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232132AbjFULaD (ORCPT ); Wed, 21 Jun 2023 07:30:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51130 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230080AbjFULaC (ORCPT ); Wed, 21 Jun 2023 07:30:02 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BBCABE6C for ; Wed, 21 Jun 2023 04:30:00 -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 41E251FDD9; Wed, 21 Jun 2023 11:29:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1687346999; 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=2rd1XA/DMAp6AcG8TgHnPbCfk/t/rHdBEBaFpsw7cAg=; b=RwGjh6XH6cvqwzB8V+wCpOx7Y2uqJexUazUi60BZj3gJ8kvBAs6PxtzSxxYPwTASd2/gSJ OowG3XAl1NnyQ/w8iQwCy6S1y2bfCxAVMiMSOj66Bot4IFiQP6gi3TI7YoYWBorENWcHaw pRv4Cn+U+S9QlyQPG/i9GO1EO2+7hgE= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1687346999; 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=2rd1XA/DMAp6AcG8TgHnPbCfk/t/rHdBEBaFpsw7cAg=; b=yR1nUhothHLWxos/73fp1sN7GqUiY0KNjJizWaxUo7otXcFtZEuvQEpiI870YK5h854HpR 8BBWKTVx5uFAYbAQ== 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 1C5FE134B1; Wed, 21 Jun 2023 11:29:59 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id IXVqBjffkmQuLAAAMHmgww (envelope-from ); Wed, 21 Jun 2023 11:29:59 +0000 Date: Wed, 21 Jun 2023 13:29:58 +0200 Message-ID: <87legd59zd.wl-tiwai@suse.de> From: Takashi Iwai To: "Luke D. Jones" Cc: tiwai@suse.com, perex@perex.cz, sbinding@opensource.cirrus.com, tangmeng@uniontech.com, andy.chi@canonical.com, p.jungkamp@gmx.net, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ALSA: hda/realtek: Add quirk for ASUS ROG GV601V In-Reply-To: <20230621085715.5382-1-luke@ljones.dev> References: <20230621085715.5382-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 Wed, 21 Jun 2023 10:57:15 +0200, Luke D. Jones wrote: > > Adds the required quirk to enable the Cirrus amp and correct pins > on the ASUS ROG GV601V 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