[PATCH 0/2] ASoC: SDCA: SimpleJack support and small cleanup
From: Srinivas Kandagatla
Date: Tue Sep 08 2026 - 02:56:18 EST
These two patches were originally part of
https://lore.kernel.org/all/20260907083727.733705-1-srinivas.kandagatla@xxxxxxxxxxxxxxxx/
As Suggested by Charles and Pierre am sending them as independent
of the rest of that series and can be picked up on their own.
Patch 1 adds SDCA_FUNCTION_TYPE_SIMPLE_JACK to the class function
driver's auxiliary id table so a SimpleJack auxdev is bound and
enumerated as an ASoC component, and wires set_jack for this
function type so the machine driver can register an ASoC jack
against it.
Patch 2 is a small cleanup: find_sdca_control_reset() only ever
returns 0, so convert it to void and drop the dead error check in
the caller. No functional change.
Both patches already carry Reviewed-by tags from Charles and
Pierre-Louis from the original posting.
Srinivas Kandagatla (2):
ASoC: SDCA: register SDCA_FUNCTION_TYPE_SIMPLE_JACK in class function
driver
ASoC: SDCA: make find_sdca_control_reset() return void
sound/soc/sdca/sdca_class_function.c | 5 +++++
sound/soc/sdca/sdca_functions.c | 12 +++++-------
2 files changed, 10 insertions(+), 7 deletions(-)
--
2.53.0