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: Add Realtek ALC203 Codec

Add devicetree binding document for Realtek ALC203 codec.

Signed-off-by: Keguang Zhang <keguang.zhang@gmail.com>
Link: https://patch.msgid.link/20250409-loongson1-ac97-v2-2-65d5db96a046@gmail.com
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Keguang Zhang and committed by
Mark Brown
0142b450 d60007fc

+36
+36
Documentation/devicetree/bindings/sound/realtek,alc203.yaml
··· 1 + # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 + %YAML 1.2 3 + --- 4 + $id: http://devicetree.org/schemas/sound/realtek,alc203.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 + 7 + title: Realtek ALC203 AC97 Audio Codec 8 + 9 + maintainers: 10 + - Keguang Zhang <keguang.zhang@gmail.com> 11 + 12 + description: 13 + ALC203 is a full duplex AC97 2.3 compatible stereo audio codec. 14 + 15 + allOf: 16 + - $ref: dai-common.yaml# 17 + 18 + properties: 19 + compatible: 20 + const: realtek,alc203 21 + 22 + '#sound-dai-cells': 23 + const: 0 24 + 25 + required: 26 + - compatible 27 + - '#sound-dai-cells' 28 + 29 + unevaluatedProperties: false 30 + 31 + examples: 32 + - | 33 + audio-codec { 34 + compatible = "realtek,alc203"; 35 + #sound-dai-cells = <0>; 36 + };