ASoC: rk3399_gru_sound: Add DAPM pins, kcontrols for jack detection
authorAlper Nebi Yasak <alpernebiyasak@gmail.com>
Tue, 21 Jul 2020 18:27:10 +0000 (21:27 +0300)
committerMark Brown <broonie@kernel.org>
Thu, 30 Jul 2020 21:54:39 +0000 (22:54 +0100)
commitd0508b4f16049a658d68a7c276ba08296c5a76bc
tree2de053ecd6c9ca466f00337039597e35cd9294ba
parent658bb297e3930b90f80c08ddff18b4065b89a132
ASoC: rk3399_gru_sound: Add DAPM pins, kcontrols for jack detection

PulseAudio (and perhaps other userspace utilities) can not detect any
jack for rk3399_gru_sound as the driver doesn't expose related Jack
kcontrols.

This patch adds two DAPM pins to the headset jack, where the
snd_soc_card_jack_new() call automatically creates "Headphones Jack" and
"Headset Mic Jack" kcontrols from them.

With an appropriate ALSA UCM config specifying JackControl fields for
the "Headphones" and "Headset" (mic) devices, PulseAudio can detect
plug/unplug events for both of them after this patch.

Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Link: https://lore.kernel.org/r/20200721182709.6895-1-alpernebiyasak@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/rockchip/rk3399_gru_sound.c