Skip to content

Commit f61bc2a

Browse files
saba-kareemgregkh
authored andcommitted
ASoC: amd: ps: fix the pcm device numbering for acp pdm dmic
[ Upstream commit 3666dc0 ] 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: 33cea6b ("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> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent b77c891 commit f61bc2a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/soc/amd/ps/ps-pdm-dma.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ static const struct snd_soc_component_driver acp63_pdm_component = {
352352
.hw_params = acp63_pdm_dma_hw_params,
353353
.pointer = acp63_pdm_dma_pointer,
354354
.pcm_new = acp63_pdm_dma_new,
355+
.use_dai_pcm_id = true,
355356
};
356357

357358
static int acp63_pdm_audio_probe(struct platform_device *pdev)

0 commit comments

Comments
 (0)