mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-27 00:04:47 +08: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";
|
|
};
|