Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: dt-bindings: nau8821: Add single-ended input feature

Add input with single-ended control.

Signed-off-by: Seven Lee <wtli@nuvoton.com>
Link: https://lore.kernel.org/r/20230823071244.1861487-1-wtli@nuvoton.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Seven Lee and committed by
Mark Brown
91e28d0b 6dd11b94

+7
+7
Documentation/devicetree/bindings/sound/nuvoton,nau8821.yaml
··· 89 89 $ref: /schemas/types.yaml#/definitions/uint32 90 90 default: 3072000 91 91 92 + nuvoton,left-input-single-end: 93 + description: Enable left input with single-ended settings if set. 94 + For the headset mic application, the single-ended control is 95 + just limited to the left adc for design demand. 96 + type: boolean 97 + 92 98 '#sound-dai-cells': 93 99 const: 0 94 100 ··· 120 114 nuvoton,jkdet-pull-enable; 121 115 nuvoton,jkdet-pull-up; 122 116 nuvoton,key-enable; 117 + nuvoton,left-input-single-end; 123 118 nuvoton,jkdet-polarity = <GPIO_ACTIVE_LOW>; 124 119 nuvoton,micbias-voltage = <6>; 125 120 nuvoton,vref-impedance = <2>;