diff options
author | Mark Brown <broonie@linaro.org> | 2013-08-22 14:28:26 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-08-22 14:28:26 +0100 |
commit | e7dfdc1f1f976d123dc1d4a6331b737383d4ef3a (patch) | |
tree | 879fdc5630182ceacfe27911604bb1849caa3868 /Documentation/devicetree/bindings/sound | |
parent | de2e87ba76d3021d2de8841c786d4c5e88a17c92 (diff) | |
parent | 4601736a6f8e7ae09f1010df02e1ced605043cad (diff) |
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.c | 11 |
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"; +}; |