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 alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3CB9DC001B0 for ; Wed, 9 Aug 2023 13:22:31 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 5B4BB827; Wed, 9 Aug 2023 15:21:39 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 5B4BB827 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1691587349; bh=FMdA3cKXSQdmBnvN0TjeYP8vF1c5SQrL3G9P6aZQLjo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-Id: List-Archive:List-Help:List-Owner:List-Post:List-Subscribe: List-Unsubscribe:From; b=m3bOa36vumUkBIztXoaSfBXqVA8EMmqovC/LaHaDeCaa9p36SQmYUO6R+/GmkOOAU OsLCuaE5PdFCOcuuSsP/nv/Lab6eYwuWewArpGu5GpfHk3aIfmta5B9XcWzhllyQ62 xpz4UV/lYzu7GHwLapAiV64CsgrYjL2qEE2LH3Vw= Received: by alsa1.perex.cz (Postfix, from userid 50401) id B1BC7F8016E; Wed, 9 Aug 2023 15:21:09 +0200 (CEST) Received: from mailman-core.alsa-project.org (mailman-core.alsa-project.org [10.254.200.10]) by alsa1.perex.cz (Postfix) with ESMTP id 42357F80134; Wed, 9 Aug 2023 15:21:09 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id A7136F80134; Wed, 9 Aug 2023 15:21:05 +0200 (CEST) Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id B899DF800FE for ; Wed, 9 Aug 2023 15:21:02 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz B899DF800FE Received: from [194.95.143.137] (helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qTj7M-0007HJ-8E; Wed, 09 Aug 2023 15:20:52 +0200 From: Heiko Stuebner To: Jaroslav Kysela , Judy Hsiao , Liam Girdwood , Mark Brown , Nicolas Frattaroli , Takashi Iwai , Kuninori Morimoto Cc: alsa-devel@alsa-project.org Subject: Re: [PATCH v2 29/39] ASoC: rockchip: merge DAI call back functions into ops Date: Wed, 09 Aug 2023 15:20:51 +0200 Message-ID: <5640565.VdNmn5OnKV@phil> In-Reply-To: <87r0od9m6i.wl-kuninori.morimoto.gx@renesas.com> References: <87wmy5b0wt.wl-kuninori.morimoto.gx@renesas.com> <87r0od9m6i.wl-kuninori.morimoto.gx@renesas.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Message-ID-Hash: 7FO4YUBCIWVHO5V3DJ24WIAGQXK43CB4 X-Message-ID-Hash: 7FO4YUBCIWVHO5V3DJ24WIAGQXK43CB4 X-MailFrom: heiko@sntech.de X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-alsa-devel.alsa-project.org-0; header-match-alsa-devel.alsa-project.org-1; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Am Mittwoch, 9. August 2023, 00:57:58 CEST schrieb Kuninori Morimoto: > ALSA SoC merges DAI call backs into .ops. > This patch merge these into one. > > Signed-off-by: Kuninori Morimoto Acked-by: Heiko Stuebner