aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-08-22 14:28:26 +0100
committerMark Brown <broonie@linaro.org>2013-08-22 14:28:26 +0100
commite7dfdc1f1f976d123dc1d4a6331b737383d4ef3a (patch)
tree879fdc5630182ceacfe27911604bb1849caa3868 /Documentation/devicetree/bindings/sound
parentMerge remote-tracking branch 'asoc/topic/ak4104' into asoc-next (diff)
parentASoC: ak4554: Add DAPM support (diff)
downloadlinux-dev-e7dfdc1f1f976d123dc1d4a6331b737383d4ef3a.tar.xz
linux-dev-e7dfdc1f1f976d123dc1d4a6331b737383d4ef3a.zip
Merge remote-tracking branch 'asoc/topic/ak4554' into asoc-next
Diffstat (limited to 'Documentation/devicetree/bindings/sound')
-rw-r--r--Documentation/devicetree/bindings/sound/ak4554.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/ak4554.c b/Documentation/devicetree/bindings/sound/ak4554.c
new file mode 100644
index 000000000000..934fa02754b3
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/ak4554.c
@@ -0,0 +1,11 @@
+AK4554 ADC/DAC
+
+Required properties:
+
+ - compatible : "asahi-kasei,ak4554"
+
+Example:
+
+ak4554-adc-dac {
+ compatible = "asahi-kasei,ak4554";
+};