mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 18:41:48 +00:00
f9c8ba8965
Add devicetree support for this dummy audio soc driver. Signed-off-by: Michal Bachraty <michal.bachraty@streamunlimited.com> Signed-off-by: Marek Belisko <marek.belisko@streamunlimited.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
11 lines
191 B
Plaintext
11 lines
191 B
Plaintext
Device-Tree bindings for dummy spdif receiver
|
|
|
|
Required properties:
|
|
- compatible: should be "linux,spdif-dir".
|
|
|
|
Example node:
|
|
|
|
codec: spdif-receiver {
|
|
compatible = "linux,spdif-dir";
|
|
};
|