From: Mark Brown Date: Mon, 25 May 2026 12:39:35 +0000 (+0100) Subject: ASoC: codecs: max98090: switch to standard set_jack callback X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0ffc4b644de2442ad7826720b87a345815704ef;p=thirdparty%2Flinux.git ASoC: codecs: max98090: switch to standard set_jack callback Srinivas Kandagatla says: The MAX98090 codec driver currently exposes a custom max98090_mic_detect() helper for machine drivers to register a headset jack. This series converts the driver to use the standard component .set_jack callback and updates the mt8173-max98090 machine driver to use snd_soc_component_set_jack() instead of the codec-specific helper. Using the standard callback removes the need for a custom exported symbol and allows machine drivers to use the common ASoC jack registration interface. This also improves compatibility with machine drivers, such as Qualcomm platforms, that already rely on snd_soc_component_set_jack(). Link: https://patch.msgid.link/20260520155002.145306-1-srinivas.kandagatla@oss.qualcomm.com --- b0ffc4b644de2442ad7826720b87a345815704ef