ubuntu-linux-kernel/Documentation/devicetree/bindings/sound/spdif-receiver.txt

11 lines
191 B
Plaintext
Raw Normal View History

2024-04-01 15:06:58 +00:00
Device-Tree bindings for dummy spdif receiver
Required properties:
- compatible: should be "linux,spdif-dir".
Example node:
codec: spdif-receiver {
compatible = "linux,spdif-dir";
};