blob: 80f807bf8a1d1f068b0e19c187b79b6fa5365bd3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
Device-Tree bindings for dummy spdif receiver
Required properties:
- compatible: should be "linux,spdif-dir".
Example node:
codec: spdif-receiver {
compatible = "linux,spdif-dir";
};
|