diff mbox series

[2/3] ASoC: SOF: Add acp-probe id to sof probe client driver for registration.

Message ID 20230713125709.418851-3-vsujithkumar.reddy@amd.corp-partner.google.com
State New
Headers show
Series Add Probe functionality support for amd platforms. | expand

Commit Message

V sujith kumar Reddy July 13, 2023, 12:57 p.m. UTC
From: V sujith kumar Reddy <Vsujithkumar.Reddy@amd.com>

This patch adds acp-probe id as a match id to support probe functionality
for amd platforms.

Signed-off-by: V sujith kumar Reddy <Vsujithkumar.Reddy@amd.com>
---
 sound/soc/sof/sof-client-probes.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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);