Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: amd: ps: fix the pcm device numbering for acp pdm dmic

Fixed PCM device numbering is required for acp pdm dmic pcm device
to have a common UCM changes.
Set the 'use_dai_pcm_id' flag true in acp pdm dma driver for acp 6.3
platform. This will fix the pcm device numbering based on dai_link->id.

Fixes: 33cea6bbe488 ("ASoC: amd: add acp6.2 pdm platform driver")
Signed-off-by: Syed Saba Kareem <Syed.SabaKareem@amd.com>
Fixes: tag.
Link: https://patch.msgid.link/20260403100624.676953-1-syed.sabakareem@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Syed Saba Kareem and committed by
Mark Brown
3666dc0c cc201899

+1
+1
sound/soc/amd/ps/ps-pdm-dma.c
··· 352 352 .hw_params = acp63_pdm_dma_hw_params, 353 353 .pointer = acp63_pdm_dma_pointer, 354 354 .pcm_new = acp63_pdm_dma_new, 355 + .use_dai_pcm_id = true, 355 356 }; 356 357 357 358 static int acp63_pdm_audio_probe(struct platform_device *pdev)