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 AC686C433F5 for ; Fri, 26 Nov 2021 12:42:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236755AbhKZMpb (ORCPT ); Fri, 26 Nov 2021 07:45:31 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39598 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1377568AbhKZMn0 (ORCPT ); Fri, 26 Nov 2021 07:43:26 -0500 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 53EEDC061A29 for ; Fri, 26 Nov 2021 04:06:01 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: kholk11) with ESMTPSA id 76D361F46849 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=collabora.com; s=mail; t=1637928360; bh=YOscnsoeA6Wvoqn1LuX19RmPd8uIS9PuwPxrBOZyGaA=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=g/a95erAcsTOZwS3imAuBf5UcjVPdb48Lz/U8800KEzzklkmxys4QC6C423leKXOW zr5gr7qQACvLxQ/uuPtaVvRMvLY0ZVM7Et/E+mVgHEde+tyV/m7FSo2ThLcnMEoRjo dwPjTkZJKbxU3fbZQBB/rTtCm6HXxbzb9bDJccehiTqcOZxiXnJBzoZmjEshIpw7yi AlybkUVc44QkONqI0LfNhB8Apt+YXuL1DBX1rWxeJsQZ7Z1RCAmS6tt81ec5/QAV3L v5shkkX4NS0T61AzgMNb1FlAWDp465nrCI/9QG6W7RHOOCLRcgDIzwj96KVidbB8+Y aJfkdDspYTvYQ== Subject: Re: [PATCH v2 3/8] ASoC: SOF: topology: Add support for Mediatek AFE DAI To: Daniel Baluta , broonie@kernel.org, alsa-devel@alsa-project.org Cc: pierre-louis.bossart@linux.intel.com, lgirdwood@gmail.com, daniel.baluta@nxp.com, daniel.baluta@gmail.com, linux-kernel@vger.kernel.org, yc.hung@mediatek.com, linux-mediatek@lists.infradead.org, =?UTF-8?Q?P=c3=a9ter_Ujfalusi?= , Ranjani Sridharan , Kai Vehmanen , Guennadi Liakhovetski References: <20211118100749.54628-1-daniel.baluta@oss.nxp.com> <20211118100749.54628-4-daniel.baluta@oss.nxp.com> From: AngeloGioacchino Del Regno Message-ID: Date: Fri, 26 Nov 2021 13:05:57 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <20211118100749.54628-4-daniel.baluta@oss.nxp.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 18/11/21 11:07, Daniel Baluta ha scritto: > From: YC Hung > > Add new sof dai and config to pass topology file configuration > to SOF firmware running on Mediatek platform DSP core. > Add mediatek audio front end(AFE) to the list of supported sof_dais > > Signed-off-by: YC Hung > Reviewed-by: Péter Ujfalusi > Reviewed-by: Pierre-Louis Bossart > Reviewed-by: Ranjani Sridharan > Reviewed-by: Kai Vehmanen > Reviewed-by: Guennadi Liakhovetski > Reviewed-by: Daniel Baluta > Signed-off-by: Daniel Baluta Acked-by: AngeloGioacchino Del Regno