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 76681C83F11 for ; Mon, 28 Aug 2023 06:24:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229740AbjH1GYW (ORCPT ); Mon, 28 Aug 2023 02:24:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55096 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229513AbjH1GYU (ORCPT ); Mon, 28 Aug 2023 02:24:20 -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 DAB51BF for ; Sun, 27 Aug 2023 23:24:18 -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 68F8F1F8D9; Mon, 28 Aug 2023 06:24:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1693203857; 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=NKEHERs7i6U7EDLAmsshFK6/5eHng7hUp10GpH4KXJM=; b=npO1gIfHGN9fkqUcuijpWrnZZW8TOuAE1IMkDSkMvQNIk5wYmgY/663oY1woJZyK3MIao3 RtsdeXKM1Xd+C33GM9gR7EAk/1v/362b+UJVMZbpRszH6gI/L6HwTaciwj2XCSPJBwbwyB IGYvHlmZseibheA33yBxcXuwd5dNeEU= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1693203857; 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=NKEHERs7i6U7EDLAmsshFK6/5eHng7hUp10GpH4KXJM=; b=hYtq/MuiqJM23aOpoS4DVO383/Nk75hHx9H16EZxozHy4l8fnvp0/aaMaNt2unn5IoCrax YgPh+qPSyCcC4vCQ== 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 0FE5413A11; Mon, 28 Aug 2023 06:24:17 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id QjLyApE97GSxbgAAMHmgww (envelope-from ); Mon, 28 Aug 2023 06:24:17 +0000 Date: Mon, 28 Aug 2023 08:24:16 +0200 Message-ID: <87cyz71y7j.wl-tiwai@suse.de> From: Takashi Iwai To: Shenghao Ding Cc: , , , , , , <13916275206@139.com>, , , , , , , , , , Subject: Re: [PATCH v5 1/2] ALSA: hda/tas2781: Add tas2781 HDA driver In-Reply-To: <20230828022556.578-1-shenghao-ding@ti.com> References: <20230828022556.578-1-shenghao-ding@ti.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 Mon, 28 Aug 2023 04:25:55 +0200, Shenghao Ding wrote: > > Integrate tas2781 configs for Lenovo Laptops. All of the tas2781s in the > laptop will be aggregated as one audio device. The code support realtek > as the primary codec. > > Signed-off-by: Shenghao Ding Shenghao, your previous patches have been already merged! Please take the latest sound.git tree before the submission. Make your changes on top of the latest sound.git tree in a fine-grained incremental way, and submit those instead *ASAP*, so that the necessary fixes can be merged for 6.6-rc1. thanks, Takashi