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 24103EB64D9 for ; Fri, 7 Jul 2023 06:11:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232366AbjGGGK6 (ORCPT ); Fri, 7 Jul 2023 02:10:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59204 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229815AbjGGGKy (ORCPT ); Fri, 7 Jul 2023 02:10:54 -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 F03F81FC7 for ; Thu, 6 Jul 2023 23:10:53 -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 13C751FE9C; Fri, 7 Jul 2023 06:10:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1688710252; 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=XSf/99LRCMEN6GwiwtlA2CqJJVNswvcgjCDPYrc/h0Q=; b=bKhbNsoPw/I1qSe6P7PgeGShnblEHovUB9WbaMqhWI6zFLqWGS6/TMUXYzGeZHLaMbCwFK kt3Ek5Ze9fscgOrEoQi7FSLOXPVzIW/mGyidcQPWkTHG1bd7J/Z5TVGRF3r+u6kH7BuQXD JkOHFdXiUwd864Q7x72tXd34cEgQ+B8= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1688710252; 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=XSf/99LRCMEN6GwiwtlA2CqJJVNswvcgjCDPYrc/h0Q=; b=/Jv/drUC4fDJ0J2ZlzRRKQ56FPaf4Ahhbi9UtjeKkFnTS45tSbAbCuJxG56CWPoedQ0BbX 1NFmfAFd1CpptvCA== 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 D4F43139E0; Fri, 7 Jul 2023 06:10:51 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id ImQ0M2usp2R+ewAAMHmgww (envelope-from ); Fri, 07 Jul 2023 06:10:51 +0000 Date: Fri, 07 Jul 2023 08:10:51 +0200 Message-ID: <87wmzcl09g.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, tangmeng@uniontech.com, p.jungkamp@gmx.net, kasper93@gmail.com, yangyuchi66@gmail.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/1] ALSA: hda/realtek: Add quirk for ASUS ROG GZ301V In-Reply-To: <20230706223323.30871-2-luke@ljones.dev> References: <20230706223323.30871-1-luke@ljones.dev> <20230706223323.30871-2-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 Fri, 07 Jul 2023 00:33:23 +0200, Luke D. Jones wrote: > > Adds the required quirk to enable the Cirrus amp and correct pins > on the ASUS ROG GZ301V series which uses an SPI connected Cirrus amp. > > 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