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 B939BC001E0 for ; Tue, 15 Aug 2023 18:55:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239556AbjHOSzY (ORCPT ); Tue, 15 Aug 2023 14:55:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40810 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239600AbjHOSzK (ORCPT ); Tue, 15 Aug 2023 14:55:10 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 97C151FE6 for ; Tue, 15 Aug 2023 11:54:41 -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 BAFF01F8C1; Tue, 15 Aug 2023 18:53:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1692125627; 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=5aw3g+VIEPs5B6D+gFh1SAMa09qr7A9oCmd6DpnGso8=; b=qXX0MatEHzqUEdtes9m2mJYWDik3uqYhWHxJpjZVPpv44Wm36IE8AH6P4P3LU4MvrnFk1C wfHEzOpiyjKHcjTZUaAtXorc0u9QvY1KBtQdCyXvO/zpiFogpna9PF3J2fmCHeX3FLUDSJ 5FBdaGw9kR3fGjX3L1uRdt3IXDxMeH8= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1692125627; 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=5aw3g+VIEPs5B6D+gFh1SAMa09qr7A9oCmd6DpnGso8=; b=NrAjT6LiJtT1Ah3xwET8TH0CjZ9aE1NQVJGzTK3Xtwiev1oQtief0bXoIfoxEQYLgaunU4 cwt3yEB2pHTODBBA== 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 6AE041353E; Tue, 15 Aug 2023 18:53:47 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 8qVJGLvJ22TAUAAAMHmgww (envelope-from ); Tue, 15 Aug 2023 18:53:47 +0000 Date: Tue, 15 Aug 2023 20:53:46 +0200 Message-ID: <87cyzoxhl1.wl-tiwai@suse.de> From: Takashi Iwai To: Stefan Binding Cc: Jaroslav Kysela , Takashi Iwai , , , Subject: Re: [PATCH v1] ALSA: hda: cs35l41: Support systems with missing _DSD properties In-Reply-To: <20230815161033.3519-1-sbinding@opensource.cirrus.com> References: <20230815161033.3519-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 Tue, 15 Aug 2023 18:10:33 +0200, Stefan Binding wrote: > > Some systems using CS35L41 with HDA were released without some > required _DSD properties in ACPI. To support these special cases, > add an api to configure the correct properties for systems with > this issue. > > This initial commit moves the no _DSD support for Lenovo > Legion Laptops (CLSA0100, CLSA0101) into a new framework which > can be extended to support additional laptops in the future. > > Signed-off-by: Stefan Binding OK, we need to give up and accept the bitter reality :) Now applied. Thanks. Takashi