Documentation/devicetree/bindings/sound/rockchip,rk3308-codec.yaml
Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/sound/rockchip,rk3308-codec.yaml
File Facts
- System
- Linux kernel
- Corpus path
Documentation/devicetree/bindings/sound/rockchip,rk3308-codec.yaml- Extension
.yaml- Size
- 2371 bytes
- Lines
- 103
- Domain
- Support Tooling And Documentation
- Bucket
- Documentation
- Inferred role
- Support Tooling And Documentation: configuration, schema, or hardware description
- Status
- atlas-only
Why This File Exists
Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.
- Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.
Dependency Surface
dt-bindings/clock/rk3308-cru.h
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
%YAML 1.2
---
$id: http://devicetree.org/schemas/sound/rockchip,rk3308-codec.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Rockchip RK3308 Internal Codec
description: |
This is the audio codec embedded in the Rockchip RK3308
SoC. It has 8 24-bit ADCs and 2 24-bit DACs. The maximum supported
sampling rate is 192 kHz.
It is connected internally to one out of a selection of the internal I2S
controllers.
The RK3308 audio codec has 8 independent capture channels, but some
features work on stereo pairs called groups:
* grp 0 -- MIC1 / MIC2
* grp 1 -- MIC3 / MIC4
* grp 2 -- MIC5 / MIC6
* grp 3 -- MIC7 / MIC8
maintainers:
- Luca Ceresoli <luca.ceresoli@bootlin.com>
properties:
compatible:
const: rockchip,rk3308-codec
reg:
maxItems: 1
rockchip,grf:
$ref: /schemas/types.yaml#/definitions/phandle
description:
Phandle to the General Register Files (GRF)
clocks:
items:
- description: clock for TX
- description: clock for RX
- description: AHB clock driving the interface
clock-names:
items:
- const: mclk_tx
- const: mclk_rx
- const: hclk
port:
$ref: audio-graph-port.yaml#
unevaluatedProperties: false
resets:
maxItems: 1
reset-names:
items:
- const: codec
"#sound-dai-cells":
const: 0
rockchip,micbias-avdd-percent:
description: |
Voltage setting for the MICBIAS pins expressed as a percentage of
AVDD.
E.g. if rockchip,micbias-avdd-percent = 85 and AVDD = 3v3, then the
Annotation
- Immediate include surface: `dt-bindings/clock/rk3308-cru.h`.
- Atlas domain: Support Tooling And Documentation / Documentation.
- Implementation status: atlas-only.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.