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: acp: Add stream name to ACP PDM DMIC devices

Add for sof and legacy dai links to dummy DMIC codec.

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Link: https://patch.msgid.link/20241017210952.3586713-1-superm1@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Mario Limonciello and committed by
Mark Brown
b2385de2 4d003b81

+2
+2
sound/soc/amd/acp/acp-mach-common.c
··· 1567 1567 1568 1568 if (drv_data->dmic_cpu_id == DMIC) { 1569 1569 links[i].name = "acp-dmic-codec"; 1570 + links[i].stream_name = "DMIC capture"; 1570 1571 links[i].id = DMIC_BE_ID; 1571 1572 links[i].codecs = dmic_codec; 1572 1573 links[i].num_codecs = ARRAY_SIZE(dmic_codec); ··· 1760 1759 1761 1760 if (drv_data->dmic_cpu_id == DMIC) { 1762 1761 links[i].name = "acp-dmic-codec"; 1762 + links[i].stream_name = "DMIC capture"; 1763 1763 links[i].id = DMIC_BE_ID; 1764 1764 if (drv_data->dmic_codec_id == DMIC) { 1765 1765 links[i].codecs = dmic_codec;