ASoC: audio-graph-card: Add clocks property to endpoint node
Add optional 'clocks' property to audio port 'endpoint' node. One such example is where SoC supplies a clock to external audio codec component. Signed-off-by: Sameer Pujar <spujar@nvidia.com> Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Reviewed-by: Jon Hunter <jonathanh@nvidia.com> Link: https://lore.kernel.org/r/1611944866-29373-4-git-send-email-spujar@nvidia.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Родитель
70f0bc65f6
Коммит
531e5b7abb
|
@ -33,6 +33,9 @@ properties:
|
||||||
properties:
|
properties:
|
||||||
remote-endpoint:
|
remote-endpoint:
|
||||||
maxItems: 1
|
maxItems: 1
|
||||||
|
clocks:
|
||||||
|
maxItems: 1
|
||||||
|
description: Describes the clock used by audio component.
|
||||||
mclk-fs:
|
mclk-fs:
|
||||||
description: |
|
description: |
|
||||||
Multiplication factor between stream rate and codec mclk.
|
Multiplication factor between stream rate and codec mclk.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче