projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d003b8
)
ASoC: amd: acp: Add stream name to ACP PDM DMIC devices
author
Mario Limonciello
<mario.limonciello@amd.com>
Thu, 17 Oct 2024 21:09:52 +0000
(16:09 -0500)
committer
Mark Brown
<broonie@kernel.org>
Fri, 18 Oct 2024 17:44:27 +0000
(18:44 +0100)
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>
sound/soc/amd/acp/acp-mach-common.c
patch
|
blob
|
history
diff --git
a/sound/soc/amd/acp/acp-mach-common.c
b/sound/soc/amd/acp/acp-mach-common.c
index
2394aa0
..
e38b478
100644
(file)
--- a/
sound/soc/amd/acp/acp-mach-common.c
+++ b/
sound/soc/amd/acp/acp-mach-common.c
@@
-1567,6
+1567,7
@@
int acp_sofdsp_dai_links_create(struct snd_soc_card *card)
if (drv_data->dmic_cpu_id == DMIC) {
links[i].name = "acp-dmic-codec";
+ links[i].stream_name = "DMIC capture";
links[i].id = DMIC_BE_ID;
links[i].codecs = dmic_codec;
links[i].num_codecs = ARRAY_SIZE(dmic_codec);
@@
-1759,6
+1760,7
@@
int acp_legacy_dai_links_create(struct snd_soc_card *card)
if (drv_data->dmic_cpu_id == DMIC) {
links[i].name = "acp-dmic-codec";
+ links[i].stream_name = "DMIC capture";
links[i].id = DMIC_BE_ID;
if (drv_data->dmic_codec_id == DMIC) {
links[i].codecs = dmic_codec;