diff options
author | Svyatoslav Ryhel <clamor95@gmail.com> | 2023-03-08 09:34:55 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-03-20 13:06:42 +0000 |
commit | 2a7a8ebe85e1fa7e929f6f986a61f10321093c43 (patch) | |
tree | 0d844023e00c3bb1873a6858a98859ede6823060 | |
parent | d007a87bd7d181854b53b3e7fcbcf66c4bef86b2 (diff) |
ASoC: nvidia,tegra-audio-common: add coupled-mic-hp-detect property
Add nvidia,coupled-mic-hp-det property to use Mic detect GPIO only
if HP GPIO is in active state.
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Link: https://lore.kernel.org/r/20230308073502.5421-2-clamor95@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/sound/nvidia,tegra-audio-common.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/nvidia,tegra-audio-common.yaml b/Documentation/devicetree/bindings/sound/nvidia,tegra-audio-common.yaml index 82801b4f46dd..7c1e9895ce85 100644 --- a/Documentation/devicetree/bindings/sound/nvidia,tegra-audio-common.yaml +++ b/Documentation/devicetree/bindings/sound/nvidia,tegra-audio-common.yaml @@ -80,4 +80,8 @@ properties: type: boolean description: The Mic Jack represents state of the headset microphone pin + nvidia,coupled-mic-hp-det: + type: boolean + description: The Mic detect GPIO is viable only if HP detect GPIO is active + additionalProperties: true |