summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-06-17 17:20:28 +0100
committerMark Brown <broonie@linaro.org>2013-06-17 17:20:28 +0100
commitd238ffabc5e97c3e330995cf5e04d47279a8ff94 (patch)
tree548410a1b1cd7ae5093111563e9b19e88e639510 /Documentation/devicetree/bindings/sound
parent0c5f45065c41a88000848f2ed5d6a3f571f1bd3e (diff)
parentf9c8ba8965597bb45b95014338d59ade15d53e93 (diff)
downloadtalos-op-linux-d238ffabc5e97c3e330995cf5e04d47279a8ff94.tar.gz
talos-op-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.txt10
-rw-r--r--Documentation/devicetree/bindings/sound/spdif-transmitter.txt10
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";
+ };
OpenPOWER on IntegriCloud