diff options
author | Mark Brown <broonie@linaro.org> | 2013-08-11 19:59:06 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-08-13 11:56:22 +0200 |
commit | 81164e61c12d597a8aeea3313188da97223466aa (patch) | |
tree | f08d8e8c4dec78c2bdac7e724fe8fa9837fd6e56 /Documentation/devicetree/bindings/sound/alc5632.txt | |
parent | ASoC: dt: Move RT5640 pin list from Tegra board binding to CODEC binding (diff) | |
download | linux-81164e61c12d597a8aeea3313188da97223466aa.tar.xz linux-81164e61c12d597a8aeea3313188da97223466aa.zip |
ASoC: dt: Move ALC5632 pin list from Tegra board binding to CODEC binding
The pin list is the same for any board using the CODEC.
Signed-off-by: Mark Brown <broonie@linaro.org>
Acked-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/alc5632.txt')
-rw-r--r-- | Documentation/devicetree/bindings/sound/alc5632.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/alc5632.txt b/Documentation/devicetree/bindings/sound/alc5632.txt index 8608f747dcfe..ffd886d110bd 100644 --- a/Documentation/devicetree/bindings/sound/alc5632.txt +++ b/Documentation/devicetree/bindings/sound/alc5632.txt @@ -13,6 +13,25 @@ Required properties: - #gpio-cells : Should be two. The first cell is the pin number and the second cell is used to specify optional parameters (currently unused). +Pins on the device (for linking into audio routes): + + * SPK_OUTP + * SPK_OUTN + * HP_OUT_L + * HP_OUT_R + * AUX_OUT_P + * AUX_OUT_N + * LINE_IN_L + * LINE_IN_R + * PHONE_P + * PHONE_N + * MIC1_P + * MIC1_N + * MIC2_P + * MIC2_N + * MICBIAS1 + * DMICDAT + Example: alc5632: alc5632@1e { |