Skip to content

Commit 6182ec4

Browse files
wenliangwubroonie
authored andcommitted
ASoC: mediatek: mt8195: add adsp and dai-link property
1. adsp phandle can be assigned to the machine driver if adsp is enabled. 2. dai-link supported in the sound card can be specified from DTS. Signed-off-by: Trevor Wu <trevor.wu@mediatek.com> Link: https://lore.kernel.org/r/20211129141057.12422-5-trevor.wu@mediatek.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 3d00d2c commit 6182ec4

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Documentation/devicetree/bindings/sound/mt8195-mt6359-rt1019-rt5682.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@ properties:
3232
$ref: "/schemas/types.yaml#/definitions/phandle"
3333
description: The phandle of MT8195 HDMI codec node.
3434

35+
mediatek,adsp:
36+
$ref: "/schemas/types.yaml#/definitions/phandle"
37+
description: The phandle of MT8195 ADSP platform.
38+
39+
mediatek,dai-link:
40+
$ref: /schemas/types.yaml#/definitions/string-array
41+
description:
42+
A list of the desired dai-links in the sound card. Each entry is a
43+
name defined in the machine driver.
44+
3545
additionalProperties: false
3646

3747
required:

0 commit comments

Comments
 (0)