[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <0358a6ac-4037-444b-8e65-4e5afa29e8c3@kernel.org>
Date: Wed, 11 Dec 2024 12:29:05 +0100
From: Krzysztof Kozlowski <krzk@...nel.org>
To: Balakrishnan Sambath <balakrishnan.s@...rochip.com>,
Claudiu Beznea <claudiu.beznea@...on.dev>,
Andrei Simion <andrei.simion@...rochip.com>,
Liam Girdwood <lgirdwood@...il.com>, Mark Brown <broonie@...nel.org>,
Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Nicolas Ferre <nicolas.ferre@...rochip.com>,
Alexandre Belloni <alexandre.belloni@...tlin.com>
Cc: linux-sound@...r.kernel.org, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] ASoC: dt-bindings: sound: atmel-at91sam9g20ek: convert
to json-schema
On 11/12/2024 10:46, Balakrishnan Sambath wrote:
> +properties:
> + compatible:
> + const: atmel,at91sam9g20ek-wm8731-audio
> +
> + atmel,model:
> + $ref: /schemas/types.yaml#/definitions/string
> + description: The user-visible name of this sound complex.
> +
> + atmel,audio-routing:
> + $ref: /schemas/types.yaml#/definitions/non-unique-string-array
> + description: A list of the connections between audio components.
> + items:
> + enum:
> + # Board Connectors
> + - Ext Spk
> + - Int Mic
> +
> + # CODEC Pins
> + - LOUT
> + - ROUT
> + - LHPOUT
> + - RHPOUT
> + - LLINEIN
> + - RLINEIN
> + - MICIN
As previously questioned, I don't think you can create infinite amount
of pairs out of it. Assuming you always connect board with codec
(because codec-codec are already defined inside the codec), you can have
max 14 pairs, but most likely less in practice.
Best regards,
Krzysztof
Powered by blists - more mailing lists