diff options
author | Julien Massot <julien.massot@collabora.com> | 2025-04-17 11:44:36 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2025-04-17 14:25:29 +0300 |
commit | 5b974f53424d16165b606e2e2f9208d450a5723c (patch) | |
tree | dc977f7e6b34c6b68fdc5618654dc07db57f4a83 | |
parent | 95f6208b20e4d0b427d32e5881be4257a3aab3c8 (diff) | |
download | linux-5b974f53424d16165b606e2e2f9208d450a5723c.tar.xz |
ASoC: dt-bindings: mt8195: add missing audio routing and link-name
Add missing DL_SRC_BE link,as well as Headphone L/R that are
provided by mt6359.
Signed-off-by: Julien Massot <julien.massot@collabora.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://patch.msgid.link/20250417-mt8395-audio-sof-v1-5-30587426e5dd@collabora.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/sound/mt8195-mt6359.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/mt8195-mt6359.yaml b/Documentation/devicetree/bindings/sound/mt8195-mt6359.yaml index 54a53d15f40c..356e1feee962 100644 --- a/Documentation/devicetree/bindings/sound/mt8195-mt6359.yaml +++ b/Documentation/devicetree/bindings/sound/mt8195-mt6359.yaml @@ -45,6 +45,8 @@ properties: - Right Spk # Sources + - Headphone L + - Headphone R - Headset Mic - HPOL - HPOR @@ -89,6 +91,7 @@ patternProperties: link-name: description: Indicates dai-link name and PCM stream name enum: + - DL_SRC_BE - DPTX_BE - ETDM1_IN_BE - ETDM2_IN_BE |