[PATCH v3] ASoC: dt-bindings: simple-card: switch to yaml base Documentation

Kuninori Morimoto kuninori.morimoto.gx at renesas.com
Tue Mar 31 01:39:06 CEST 2020


Hi

> > From: Kuninori Morimoto <kuninori.morimoto.gx at renesas.com>
> > 
> > This patch switches from .txt base to .yaml base Document.
> > This patch is assuming that "sound-dai" is already defined.
> > 
> > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx at renesas.com>
> > ---
(snip)
> > +  clocks:
> > +    maxItems: 1
> 
> Only used in one place, just move there.

OK, will fix

> > +# use patternProperties to use "#definitions/xxx"
> 
> Huh? The meta-schema gives you an error? We should fix that, not 
> work-around it.
> 
> > +patternProperties:
> > +  "^simple-audio-card,widgets$":
> > +    $ref: "#/definitions/widgets"
> > +  "^simple-audio-card,routing$":
> > +    $ref: "#/definitions/routing"
> > +  "^simple-audio-card,cpu(@[0-9a-f]+)?":
> > +    $ref: "#/definitions/dai"
> > +  "^simple-audio-card,codec(@[0-9a-f]+)?":
> > +    $ref: "#/definitions/dai"

Oops, strange comment.

	-# use patternProperties to use "#definitions/xxx"
	+# use patternProperties to use "xxx,xxx"


Thank you for your help !!

Best regards
---
Kuninori Morimoto


More information about the Alsa-devel mailing list