[PATCH] ASoC: dt-bindings: imx-card: Add dsp_a DAI format

Chancel Liu posted 1 patch 2 months ago
There is a newer version of this series
Documentation/devicetree/bindings/sound/imx-audio-card.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH] ASoC: dt-bindings: imx-card: Add dsp_a DAI format
Posted by Chancel Liu 2 months ago
This machine driver can parse DAI format from format property. Add
"dsp_a" because it's one of the DAI formats this driver can support.

Signed-off-by: Chancel Liu <chancel.liu@nxp.com>
---
 Documentation/devicetree/bindings/sound/imx-audio-card.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/sound/imx-audio-card.yaml b/Documentation/devicetree/bindings/sound/imx-audio-card.yaml
index 3c75c8c78987..5c08289346c0 100644
--- a/Documentation/devicetree/bindings/sound/imx-audio-card.yaml
+++ b/Documentation/devicetree/bindings/sound/imx-audio-card.yaml
@@ -36,6 +36,7 @@ patternProperties:
         items:
           enum:
             - i2s
+            - dsp_a
             - dsp_b
 
       dai-tdm-slot-num:
-- 
2.50.1
Re: [PATCH] ASoC: dt-bindings: imx-card: Add dsp_a DAI format
Posted by Krzysztof Kozlowski 2 months ago
On Thu, Feb 12, 2026 at 02:30:36PM +0900, Chancel Liu wrote:
> This machine driver can parse DAI format from format property. Add
> "dsp_a" because it's one of the DAI formats this driver can support.

Since when it can support it? Maybe driver is wrong? What are the
differences?

Maybe there was a reason this was rejected in the first place?

You have commit msg to explain all this.

Best regards,
Krzysztof
Re: [PATCH] ASoC: dt-bindings: imx-card: Add dsp_a DAI format
Posted by Daniel Baluta 2 months ago
On Thu, Feb 12, 2026 at 7:31 AM Chancel Liu <chancel.liu@nxp.com> wrote:
>
> This machine driver can parse DAI format from format property. Add
> "dsp_a" because it's one of the DAI formats this driver can support.

Hi Chancel,

Are there any other supported formats?

Possible variants are:

        - i2s
        - right_j
        - left_j
        - dsp_a
        - dsp_b
        - ac97
        - pdm
        - msb
        - lsb

Can you also add more explanation on the scenario for which this patch
is needed?

Thanks,
Daniel.