mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-07 20:37:43 +00:00
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
197 B
Plaintext
11 lines
197 B
Plaintext
Device-Tree bindings for dummy spdif transmitter
|
|
|
|
Required properties:
|
|
- compatible: should be "linux,spdif-dit".
|
|
|
|
Example node:
|
|
|
|
codec: spdif-transmitter {
|
|
compatible = "linux,spdif-dit";
|
|
};
|