[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <172045004389.3168553.9456011538931000974.robh@kernel.org>
Date: Mon, 8 Jul 2024 08:47:25 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Elinor Montmasson <elinor.montmasson@...oirfairelinux.com>
Cc: Shawn Guo <shawnguo@...nel.org>, Liam Girdwood <lgirdwood@...il.com>,
imx@...ts.linux.dev, Catalin Marinas <catalin.marinas@....com>,
devicetree@...r.kernel.org, Jaroslav Kysela <perex@...ex.cz>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
linux-kernel@...r.kernel.org, Xiubo Li <Xiubo.Lee@...il.com>,
Mark Brown <broonie@...nel.org>,
Sascha Hauer <s.hauer@...gutronix.de>,
Will Deacon <will@...nel.org>, Fabio Estevam <festevam@...il.com>,
Conor Dooley <conor+dt@...nel.org>,
Nicolin Chen <nicoleotsuka@...il.com>,
Takashi Iwai <tiwai@...e.com>,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Shengjiu Wang <shengjiu.wang@...il.com>,
Russell King <linux@...linux.org.uk>, linux-sound@...r.kernel.org,
alsa-devel@...a-project.org, linux-arm-kernel@...ts.infradead.org,
linuxppc-dev@...ts.ozlabs.org,
Philip-Dylan <philip-dylan.gleonec@...oirfairelinux.com>
Subject: Re: [PATCH v6 5/7] ASoC: dt-bindings: update fsl-asoc-card bindings
after imx-spdif merge
On Thu, 27 Jun 2024 10:31:02 +0200, Elinor Montmasson wrote:
> The S/PDIF audio card support with compatible "fsl,imx-audio-spdif"
> was merged from imx-spdif into the fsl-asoc-card driver.
> It makes possible to use an S/PDIF with an ASRC.
>
> This merge introduces new DT bindings to use with compatible
> "fsl,imx-audio-spdif" to follow the way fsl-asoc-card works:
> * the "spdif-controller" property from imx-spdif is named "audio-cpu"
> in fsl-asoc-card.
> * fsl-asoc-card uses codecs explicitly declared in DT
> with "audio-codec".
> With an SPDIF, codec drivers spdif_transmitter and
> spdif_receiver should be used.
> Driver imx-spdif used instead the dummy codec and a pair of
> boolean properties, "spdif-in" and "spdif-out".
>
> In an upcoming commit, in-tree DTs will be modified to follow these new
> properties:
> * Property "spdif-controller" will be renamed "audio-cpu".
> * spdif_transmitter and spdif_receiver nodes will be declared
> and linked to the fsl-asoc-card node with the property "audio-codec".
>
> To keep backward compatibility with other DTs, support for
> "spdif-controller", "spdif-in" and "spdif-out" properties is kept.
> However, it is recommended to use the new properties if possible.
> It is better to declare transmitter and/or receiver
> in DT than using the dummy codec.
>
> DTs using compatible "fsl,imx-audio-spdif" are still supported, and
> fsl-asoc-card will behave the same as imx-spdif for these DTs.
>
> Signed-off-by: Elinor Montmasson <elinor.montmasson@...oirfairelinux.com>
> ---
> .../bindings/sound/fsl,imx-audio-spdif.yaml | 66 -------------------
> .../bindings/sound/fsl-asoc-card.yaml | 53 +++++++++++++--
> 2 files changed, 49 insertions(+), 70 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/sound/fsl,imx-audio-spdif.yaml
>
Reviewed-by: Rob Herring (Arm) <robh@...nel.org>
Powered by blists - more mailing lists