linuxdebug/Documentation/devicetree/bindings/sound/spdif-receiver.txt

11 lines
191 B
Plaintext
Raw Normal View History

2024-07-16 15:50:57 +02: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";
};