ASoC: bt-sco: Add devicetree support for bt-sco codec
authorMarek Belisko <marek@goldelico.com>
Fri, 8 May 2015 19:02:34 +0000 (21:02 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 12 May 2015 18:43:41 +0000 (19:43 +0100)
Add devicetree support for bluetooth SCO link codec.

Signed-off-by: Marek Belisko <marek@goldelico.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/sound/bt-sco.txt [new file with mode: 0644]
Documentation/devicetree/bindings/vendor-prefixes.txt
sound/soc/codecs/bt-sco.c

diff --git a/Documentation/devicetree/bindings/sound/bt-sco.txt b/Documentation/devicetree/bindings/sound/bt-sco.txt
new file mode 100644 (file)
index 0000000..29b8e5d
--- /dev/null
@@ -0,0 +1,13 @@
+Bluetooth-SCO audio CODEC
+
+This device support generic Bluetooth SCO link.
+
+Required properties:
+
+  - compatible : "delta,dfbmcs320"
+
+Example:
+
+codec: bt_sco {
+       compatible = "delta,dfbmcs320";
+};
Simple merge