Dear maintainers: Can you reply to me if any opinion? thanks
B.R. Argus
On Wed, 2021-01-06 at 20:19 +0800, Argus Lin wrote:
MT6359 audio codec support accessory detect features, the general features are jack plug detection and key detection.
All of 3-pole and 4-pole jack are supported.
change since v1:
- adds mt6359 accdet binding document
- adds mt6359 accdet driver
Argus Lin (2): dt-bindings: mediatek: mt6359: add ASoC mt6359 accdet document ASoC: mediatek: mt6359: add MT6359 accdet driver
.../devicetree/bindings/sound/mt6359-accdet.yaml | 142 ++ sound/soc/codecs/Kconfig | 7 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/mt6359-accdet.c | 1951 ++++++++++++++++++++ sound/soc/codecs/mt6359-accdet.h | 136 ++ sound/soc/codecs/mt6359.h | 1863 +++++++++++++++++-- 6 files changed, 3995 insertions(+), 106 deletions(-) create mode 100644 Documentation/devicetree/bindings/sound/mt6359-accdet.yaml create mode 100644 sound/soc/codecs/mt6359-accdet.c create mode 100644 sound/soc/codecs/mt6359-accdet.h
-- 1.8.1.1.dirty