diff options
| author | Syed Saba Kareem <syed.sabakareem@amd.com> | 2026-04-03 15:36:17 +0530 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-04-07 18:21:14 +0100 |
| commit | 3666dc0c47c399695d01fde7c36e08b14f834fa0 (patch) | |
| tree | 2396690ffb642d450237e1ed69f9a5ead71d9263 /sound/soc/amd | |
| parent | cc201899a972c9358639720404795d5a73acb1b4 (diff) | |
| download | lwn-3666dc0c47c399695d01fde7c36e08b14f834fa0.tar.gz lwn-3666dc0c47c399695d01fde7c36e08b14f834fa0.zip | |
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>
Diffstat (limited to 'sound/soc/amd')
| -rw-r--r-- | sound/soc/amd/ps/ps-pdm-dma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/amd/ps/ps-pdm-dma.c b/sound/soc/amd/ps/ps-pdm-dma.c index c6cd844d458c..04c014349347 100644 --- a/sound/soc/amd/ps/ps-pdm-dma.c +++ b/sound/soc/amd/ps/ps-pdm-dma.c @@ -352,6 +352,7 @@ static const struct snd_soc_component_driver acp63_pdm_component = { .hw_params = acp63_pdm_dma_hw_params, .pointer = acp63_pdm_dma_pointer, .pcm_new = acp63_pdm_dma_new, + .use_dai_pcm_id = true, }; static int acp63_pdm_audio_probe(struct platform_device *pdev) |
