mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 14:06:48 +07:00
1b7c8b350f
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";
|
|
};
|