Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: dt-bindings: Do not override firmware-name $ref

dtschema package defines firmware-name as string-array, so individual
bindings should not make it a string but instead just narrow the number
of expected firmware file names.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://msgid.link/r/20240115182017.1610055-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Mark Brown
059870e5 322ed3a1

+3 -3
+2 -2
Documentation/devicetree/bindings/sound/fsl,easrc.yaml
··· 51 51 - const: ctx3_tx 52 52 53 53 firmware-name: 54 - $ref: /schemas/types.yaml#/definitions/string 55 - const: imx/easrc/easrc-imx8mn.bin 54 + items: 55 + - const: imx/easrc/easrc-imx8mn.bin 56 56 description: The coefficient table for the filters 57 57 58 58 fsl,asrc-rate:
+1 -1
Documentation/devicetree/bindings/sound/infineon,peb2466.yaml
··· 51 51 maxItems: 1 52 52 53 53 firmware-name: 54 - $ref: /schemas/types.yaml#/definitions/string 54 + maxItems: 1 55 55 description: 56 56 Filters coefficients file to load. If this property is omitted, internal 57 57 filters are disabled.