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 DAC8BC001E0 for ; Wed, 2 Aug 2023 13:43:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233909AbjHBNnN (ORCPT ); Wed, 2 Aug 2023 09:43:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38122 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231196AbjHBNnL (ORCPT ); Wed, 2 Aug 2023 09:43:11 -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 E344BB2 for ; Wed, 2 Aug 2023 06:43:09 -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 6024F21A6F; Wed, 2 Aug 2023 13:43:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1690983788; 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=TUuszNjkMv6jGOi9RIQ6po6IrdQqK9pjUmuVT6CJYIo=; b=rOcSUOc78eokoQaSPSj/hHfDVAjPsz6hc/A8VTXMBzpqGPV2wN4ar4zrDa0/cHWjgjCJFC LVMbWtwxWjoMwYAl5yOiZzAie3Rc5lFlagSVive2cYufuJL6mgCfEVVfzNrmoWcdJU0pON K65sWVSht1WQBREP31vMV8dZVOpL2fk= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1690983788; 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=TUuszNjkMv6jGOi9RIQ6po6IrdQqK9pjUmuVT6CJYIo=; b=y2IMyXvMVke647tL5ZQ7pv0UXhk0BVi5Ox/fJoiHd1mORSl7DOABa2YTYGqe3S6X3kp37R pyxi+2disdR9crBQ== 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 4AD3313909; Wed, 2 Aug 2023 13:43:08 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 8ybLEWxdymSpdQAAMHmgww (envelope-from ); Wed, 02 Aug 2023 13:43:08 +0000 Date: Wed, 02 Aug 2023 15:43:07 +0200 Message-ID: <87y1itmufo.wl-tiwai@suse.de> From: Takashi Iwai To: Stefan Binding Cc: Jaroslav Kysela , Takashi Iwai , , , Subject: Re: [PATCH v1] ALSA: hda: cs35l41: Print amp configuration after bind In-Reply-To: <20230802121235.467358-1-sbinding@opensource.cirrus.com> References: <20230802121235.467358-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, 02 Aug 2023 14:12:35 +0200, Stefan Binding wrote: > > Print amp configuration information to be able to confirm ACPI > _DSD information (and other useful info) for each amp on each > system using CS35L41, without having to get the acpidump. > > Signed-off-by: Stefan Binding Thanks, applied now to for-next branch. Takashi