diff options
author | Paul Cercueil <paul@crapouillou.net> | 2019-04-20 12:45:51 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-04-25 19:49:17 +0100 |
commit | 6b903f9bdd98093a2c1ea79df07e86decfda3b04 (patch) | |
tree | d2c728f0bb090dc11b1dffbff81fd2f45f2c14fc /Documentation | |
parent | d7bff893e04f4e7b4a0789486da1435df5920f5a (diff) | |
download | linux-6b903f9bdd98093a2c1ea79df07e86decfda3b04.tar.gz linux-6b903f9bdd98093a2c1ea79df07e86decfda3b04.tar.bz2 linux-6b903f9bdd98093a2c1ea79df07e86decfda3b04.zip |
ASoC: doc: simple-card: Add pin-switches property
The simple-audio-card,pin-switches property can contain the list of
widget names for which pin switches must be created.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/simple-card.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/simple-card.txt b/Documentation/devicetree/bindings/sound/simple-card.txt index 4629c8f8a6b6..79954cd6e37b 100644 --- a/Documentation/devicetree/bindings/sound/simple-card.txt +++ b/Documentation/devicetree/bindings/sound/simple-card.txt @@ -24,6 +24,8 @@ Optional properties: a microphone is attached. - simple-audio-card,aux-devs : List of phandles pointing to auxiliary devices, such as amplifiers, to be added to the sound card. +- simple-audio-card,pin-switches : List of strings containing the widget names for + which pin switches must be created. Optional subnodes: |