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