From: V sujith kumar Reddy Date: Thu, 13 Jul 2023 12:57:08 +0000 (+0530) Subject: ASoC: SOF: Add acp-probe id to sof probe client driver for registration. X-Git-Tag: v6.6.17~3959^2^2~206^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e1c5df5048b320adffcb03e0cdfc6027364ed30;p=platform%2Fkernel%2Flinux-rpi.git ASoC: SOF: Add acp-probe id to sof probe client driver for registration. This patch adds acp-probe id as a match id to support probe functionality for amd platforms. Signed-off-by: V sujith kumar Reddy Link: https://lore.kernel.org/r/20230713125709.418851-3-vsujithkumar.reddy@amd.corp-partner.google.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/sof/sof-client-probes.c b/sound/soc/sof/sof-client-probes.c index 8d9e9d5f40e4..5530b5d793d0 100644 --- a/sound/soc/sof/sof-client-probes.c +++ b/sound/soc/sof/sof-client-probes.c @@ -523,6 +523,7 @@ static void sof_probes_client_remove(struct auxiliary_device *auxdev) static const struct auxiliary_device_id sof_probes_client_id_table[] = { { .name = "snd_sof.hda-probes", }, + { .name = "snd_sof.acp-probes", }, {}, }; MODULE_DEVICE_TABLE(auxiliary, sof_probes_client_id_table);