ASoC: amd: acp-sdw-legacy: rename the dmic component name

For acp pdm dmic use case, user space needs a reliable identifier
to select the correct UCM configuration. Rename component string
as acp-dmic to select the correct UCM configuration for acp pdm dmic.

Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
Link: https://patch.msgid.link/20260330072431.3512358-3-Vijendar.Mukunda@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Vijendar Mukunda
2026-03-30 12:50:28 +05:30
committed by Mark Brown
parent 5902e1f3c5
commit 371f6a1d2a

View File

@@ -537,7 +537,7 @@ static int mc_probe(struct platform_device *pdev)
return -ENOMEM;
if (soc_sdw_quirk & ASOC_SDW_ACP_DMIC) {
card->components = devm_kasprintf(card->dev, GFP_KERNEL,
"%s mic:dmic cfg-mics:%d",
"%s mic:acp-dmic cfg-mics:%d",
card->components,
1);
if (!card->components)