ASoC: fsl-asoc-card: Support Headphone and Microphone Jack detection
authorShengjiu Wang <shengjiu.wang@nxp.com>
Wed, 15 Jul 2020 14:09:39 +0000 (22:09 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 16 Jul 2020 22:24:14 +0000 (23:24 +0100)
commit3b171194493c5f7b2aa9b76deb402a8e98ab510f
tree9ef57e5879bdfdffee560f9e5caa186dae1eda02
parentc3c058aba4032a0f88a2f203472d7b5076a926b4
ASoC: fsl-asoc-card: Support Headphone and Microphone Jack detection

Use asoc_simple_init_jack function from simple card to implement
the Headphone and Microphone detection.
Register notifier to disable Speaker when Headphone is plugged in
and enable Speaker when Headphone is unplugged.
Register notifier to disable Digital Microphone when Analog Microphone
is plugged in and enable DMIC when Analog Microphone is unplugged.

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Acked-by: Nicolin Chen <nicoleotsuka@gmail.com>
Link: https://lore.kernel.org/r/1594822179-1849-4-git-send-email-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/Kconfig
sound/soc/fsl/fsl-asoc-card.c