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 627E9C3DA6F for ; Thu, 24 Aug 2023 07:54:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236047AbjHXHxv (ORCPT ); Thu, 24 Aug 2023 03:53:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42282 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234787AbjHXHxk (ORCPT ); Thu, 24 Aug 2023 03:53:40 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7D1C81709 for ; Thu, 24 Aug 2023 00:53:38 -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 295C220EC3; Thu, 24 Aug 2023 07:53:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1692863617; 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=IsmXgVlSaWxS9dHOZcwkVW+jzehRxHRlAzihi2AxMfE=; b=QH0yqBhSRGW/tp5eF6t899FCj8RqioFaJhSU3Wj50bYdNG5bXQlAfuGU5pLVbjhzI2r2jL Z4v4tMqctoIZcaLemr0u+kEm/LW5OAz79FD8t/Iaca62Ubvi8YNRUwgUSLUuVmkYSk2B8y hJTsvUn6AwHu4NkWry/pUkMb3aJOYwM= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1692863617; 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=IsmXgVlSaWxS9dHOZcwkVW+jzehRxHRlAzihi2AxMfE=; b=9Bgt+4ZgeWmHEA3S7FLYNdqEaEivCpDxlEyZoUjhEVUNoBFc8zY5lDuD9AHv313u+GPQLs iODwM2rct3zMkNCA== 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 00480139BC; Thu, 24 Aug 2023 07:53:36 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id x7nlOoAM52T4LQAAMHmgww (envelope-from ); Thu, 24 Aug 2023 07:53:36 +0000 Date: Thu, 24 Aug 2023 09:53:36 +0200 Message-ID: <87h6ooc1vj.wl-tiwai@suse.de> From: Takashi Iwai To: Stefan Binding Cc: Jaroslav Kysela , Takashi Iwai , , , Subject: Re: [PATCH v1] ALSA: hda: cs35l41: Override the _DSD for HP Zbook Fury 17 G9 to correct boost type In-Reply-To: <20230823143956.755758-1-sbinding@opensource.cirrus.com> References: <20230823143956.755758-1-sbinding@opensource.cirrus.com> 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, 23 Aug 2023 16:39:56 +0200, Stefan Binding wrote: > > CS35L41 HDA driver requires ACPI to contain correct _DSD properties to > correctly configure the device. Whilst the HP Zbook Fury 17 G9 contains > valid _DSD properties, the boost type has been configured incorrectly > in the _DSD for this laptop. We can override these properties to fix > the boost type. > > Signed-off-by: Stefan Binding Thanks, applied now. Takashi