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 9E7F2C433F5 for ; Wed, 6 Apr 2022 05:58:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230420AbiDFF7r (ORCPT ); Wed, 6 Apr 2022 01:59:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60998 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1585596AbiDFFfN (ORCPT ); Wed, 6 Apr 2022 01:35:13 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1909734DDD8; Tue, 5 Apr 2022 18:04:50 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 5A97F60AD0; Wed, 6 Apr 2022 01:04:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4DEA8C385A1; Wed, 6 Apr 2022 01:04:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649207089; bh=ZRlRd3gKnPMwhHGABcPERiIMz82HdvfvZFULEH0uKeU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=m3QUpTq3qLgqgS+okjKB46lmEkQN5K2jrohyioql6n3wK0PaAYfURRz90lv2Jigui It7xoI18022b6ndfbDYzk3sOmWLLbwPnvCOrk3P+4YXj48666dLILFHnX9lb49kdJl 35fnsDWO/AeR69LIyWTIHrgucqpestGuJO3h9H2om6d87AWd+dgjIJ9I8WU9c7k5va SO8PGrnXZLwKjEzpQ4g1Pb5+tW6c6CZstX3EbBqXgmD6Io6ZQqEOKnEybcSc1qn3pg 18y8D2iICLlsqx9F3lFwwiqflmVWdxQcBGXHYqx3DZd+NUszTfOKZa2WwAphykzAQr 84rTT0ERDFImw== Date: Wed, 6 Apr 2022 09:04:42 +0800 From: Shawn Guo To: Ariel D'Alessandro Cc: alsa-devel@alsa-project.org, devicetree@vger.kernel.org, kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org, linux-imx@nxp.com, linux-kernel@vger.kernel.org, broonie@kernel.org, festevam@gmail.com, krzysztof.kozlowski@canonical.com, lgirdwood@gmail.com, michael@amarulasolutions.com, robh+dt@kernel.org, s.hauer@pengutronix.de Subject: Re: [PATCH v4] arm64: dts: imx8mn-bsh-smm-s2pro: Add tlv320aic31xx audio card node Message-ID: <20220406010442.GB129381@dragon> References: <20220323135601.42435-1-ariel.dalessandro@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220323135601.42435-1-ariel.dalessandro@collabora.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 23, 2022 at 10:56:01AM -0300, Ariel D'Alessandro wrote: > BSH SystemMaster (SMM) S2 PRO board comes with an audio card based on > tlv320aic31xx family codec. > > The audio card exposes two playback devices, one of them using the EASRC > (Enhanced Asynchronous Sample Rate Converter) module. Note that this > would require SDMA and EASRC firmware in order to work. > > Signed-off-by: Ariel D'Alessandro > Signed-off-by: Michael Trimarchi Applied, thanks!