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 EFC49C05052 for ; Fri, 18 Aug 2023 10:18:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1358802AbjHRKRj (ORCPT ); Fri, 18 Aug 2023 06:17:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41044 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1359655AbjHRKRS (ORCPT ); Fri, 18 Aug 2023 06:17:18 -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 1C4F130FE for ; Fri, 18 Aug 2023 03:17:16 -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 A89FB2188D; Fri, 18 Aug 2023 10:17:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1692353834; 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=BYisVhjzBtNvMsNO+gyp4nsCbBBFCBxIVuhNBVxepFA=; b=qvPVRoi17SO7J5UkpXQ8RgQuouEciiIUqsukMef1RldO0bO2MibfciO4DKYErxhcHMsXk/ e9aKmD1gI1BJuezYUFfz5X32Ow+sVSNscR4IE/DQd8sI+NZCwcUGSdZSo6Gt9PRDZ23c8Y A1tsfCT0mFKxMvoS4joAEvdluTvoM9c= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1692353834; 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=BYisVhjzBtNvMsNO+gyp4nsCbBBFCBxIVuhNBVxepFA=; b=Q/5lgb9UMgx8UuAn7KD6WztlGsSooJ9PPw7ejRguqzBAOlTnbi+UuFoxNp+TSTWR7U8dZ0 r5SsNc3Mx8fTcSDw== 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 4BEFC138F0; Fri, 18 Aug 2023 10:17:14 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id z/mGESpF32R5QAAAMHmgww (envelope-from ); Fri, 18 Aug 2023 10:17:14 +0000 Date: Fri, 18 Aug 2023 12:17:13 +0200 Message-ID: <87pm3kk63a.wl-tiwai@suse.de> From: Takashi Iwai To: Shenghao Ding Cc: , , , , , <13916275206@139.com>, , , , , , , , , , Subject: Re: [PATCH v4 1/2] ALSA: hda/tas2781: Add tas2781 HDA driver In-Reply-To: <20230818085836.1442-1-shenghao-ding@ti.com> References: <20230818085836.1442-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 Fri, 18 Aug 2023 10:58:35 +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. Rename "struct cs35l41_dev_name" to > "struct scodec_dev_name" for all other side codecs instead of the certain > one. > > Signed-off-by: Shenghao Ding Now I applied both patches to for-next branch. The patch 2 needed some minor adjustment in Kconfig to be applied to the latest branch, but I resolved it locally. thanks, Takashi