diff options
author | Marek Belisko <marek@goldelico.com> | 2015-05-08 22:02:34 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-05-12 21:43:41 +0300 |
commit | c778b4726a13ed38f8d36c926b7b0d5144c562de (patch) | |
tree | f685b12cf395689f0783b5960e1b85ce37004953 /Documentation/devicetree/bindings/sound/bt-sco.txt | |
parent | c5787431e68cee54c1e1b19d934e8b0e0fde5697 (diff) | |
download | linux-c778b4726a13ed38f8d36c926b7b0d5144c562de.tar.xz |
ASoC: bt-sco: Add devicetree support for bt-sco codec
Add devicetree support for bluetooth SCO link codec.
Signed-off-by: Marek Belisko <marek@goldelico.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/bt-sco.txt')
-rw-r--r-- | Documentation/devicetree/bindings/sound/bt-sco.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/bt-sco.txt b/Documentation/devicetree/bindings/sound/bt-sco.txt new file mode 100644 index 000000000000..29b8e5d40203 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/bt-sco.txt @@ -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"; +}; |