diff options
author | Jyri Sarha <jsarha@ti.com> | 2013-09-17 12:26:07 +0300 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-09-18 15:50:00 +0100 |
commit | c9f3de41b93ae61da4cd10611e446a4b916245d2 (patch) | |
tree | 3b0d3003203bdb3bc45222005128df00e29ab864 /Documentation/devicetree/bindings/sound | |
parent | be7c5926c22403b6f5895a10a73145925dd560a9 (diff) | |
download | talos-op-linux-c9f3de41b93ae61da4cd10611e446a4b916245d2.tar.gz talos-op-linux-c9f3de41b93ae61da4cd10611e446a4b916245d2.zip |
ASoC: tlv320aic3x: Add codec pins to DT bindings document
Add list of codec pins to tlv320aic3x DT bindings document.
Signed-off-by: Jyri Sarha <jsarha@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound')
-rw-r--r-- | Documentation/devicetree/bindings/sound/tlv320aic3x.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/tlv320aic3x.txt b/Documentation/devicetree/bindings/sound/tlv320aic3x.txt index ba2647751aa5..5e6040c2c2e9 100644 --- a/Documentation/devicetree/bindings/sound/tlv320aic3x.txt +++ b/Documentation/devicetree/bindings/sound/tlv320aic3x.txt @@ -27,6 +27,25 @@ Optional properties: - AVDD-supply, IOVDD-supply, DRVDD-supply, DVDD-supply : power supplies for the device as covered in Documentation/devicetree/bindings/regulator/regulator.txt +CODEC output pins: + * LLOUT + * RLOUT + * MONO_LOUT + * HPLOUT + * HPROUT + * HPLCOM + * HPRCOM + +CODEC input pins: + * MIC3L + * MIC3R + * LINE1L + * LINE2L + * LINE1R + * LINE2R + +The pins can be used in referring sound node's audio-routing property. + Example: tlv320aic3x: tlv320aic3x@1b { |