mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 10:41:49 +02:00
ASoC: dt-bindings: imx-card: Complete the full list of supported DAI formats
Currently this binding only lists i2s and dsp_b formats that are used by existing sound cards. However, DT bindings should describe the full hardware capabilities rather than only the formats of current usage. The SAI audio controller of i.MX audio sound card supports multiple DAI formats, including: - i2s - left_j - right_j - dsp_a - dsp_b - pdm - msb - lsb Complete the full list of formats supported by i.MX audio sound card to ensure the binding correctly describes hardware. Signed-off-by: Chancel Liu <chancel.liu@nxp.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Link: https://patch.msgid.link/20260331012450.1298115-1-chancel.liu@nxp.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
6320b64451
commit
caa7a37118
|
|
@ -37,7 +37,13 @@ patternProperties:
|
|||
items:
|
||||
enum:
|
||||
- i2s
|
||||
- left_j
|
||||
- right_j
|
||||
- dsp_a
|
||||
- dsp_b
|
||||
- pdm
|
||||
- msb
|
||||
- lsb
|
||||
|
||||
dai-tdm-slot-num: true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user