diff options
author | Mark Brown <broonie@linaro.org> | 2013-06-17 18:20:28 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-06-17 18:20:28 +0200 |
commit | d238ffabc5e97c3e330995cf5e04d47279a8ff94 (patch) | |
tree | 548410a1b1cd7ae5093111563e9b19e88e639510 /Documentation/devicetree/bindings/sound | |
parent | Merge remote-tracking branch 'asoc/topic/sn95031' into asoc-next (diff) | |
parent | ASoC: spdif_receiver: Add DT support. (diff) | |
download | linux-d238ffabc5e97c3e330995cf5e04d47279a8ff94.tar.xz linux-d238ffabc5e97c3e330995cf5e04d47279a8ff94.zip |
Merge remote-tracking branch 'asoc/topic/spdif' into asoc-next
Diffstat (limited to 'Documentation/devicetree/bindings/sound')
-rw-r--r-- | Documentation/devicetree/bindings/sound/spdif-receiver.txt | 10 | ||||
-rw-r--r-- | Documentation/devicetree/bindings/sound/spdif-transmitter.txt | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/spdif-receiver.txt b/Documentation/devicetree/bindings/sound/spdif-receiver.txt new file mode 100644 index 000000000000..80f807bf8a1d --- /dev/null +++ b/Documentation/devicetree/bindings/sound/spdif-receiver.txt @@ -0,0 +1,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"; + }; diff --git a/Documentation/devicetree/bindings/sound/spdif-transmitter.txt b/Documentation/devicetree/bindings/sound/spdif-transmitter.txt new file mode 100644 index 000000000000..55a85841dd85 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/spdif-transmitter.txt @@ -0,0 +1,10 @@ +Device-Tree bindings for dummy spdif transmitter + +Required properties: + - compatible: should be "linux,spdif-dit". + +Example node: + + codec: spdif-transmitter { + compatible = "linux,spdif-dit"; + }; |