[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20241017174552.3194385-1-superm1@kernel.org>
Date: Thu, 17 Oct 2024 12:45:52 -0500
From: Mario Limonciello <superm1@...nel.org>
To: Mark Brown <broonie@...nel.org>,
Jaroslav Kysela <perex@...ex.cz>,
Takashi Iwai <tiwai@...e.com>,
Vijendar Mukunda <Vijendar.Mukunda@....com>
Cc: linux-sound@...r.kernel.org (open list:SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEM...),
linux-kernel@...r.kernel.org (open list),
Mario Limonciello <mario.limonciello@....com>
Subject: [PATCH] ASoC: amd: acp: Add stream name to ACP PDM DMIC devices
From: Mario Limonciello <mario.limonciello@....com>
This makes the devices consistent with the earlier acp devices.
Signed-off-by: Mario Limonciello <mario.limonciello@....com>
---
sound/soc/amd/acp/acp-rembrandt.c | 1 +
sound/soc/amd/acp/acp-renoir.c | 1 +
sound/soc/amd/acp/acp63.c | 1 +
sound/soc/amd/acp/acp70.c | 1 +
4 files changed, 4 insertions(+)
diff --git a/sound/soc/amd/acp/acp-rembrandt.c b/sound/soc/amd/acp/acp-rembrandt.c
index 008d97598b629..1ed85cf76f520 100644
--- a/sound/soc/amd/acp/acp-rembrandt.c
+++ b/sound/soc/amd/acp/acp-rembrandt.c
@@ -153,6 +153,7 @@ static struct snd_soc_dai_driver acp_rmb_dai[] = {
.name = "acp-pdm-dmic",
.id = DMIC_INSTANCE,
.capture = {
+ .stream_name = "DMIC capture",
.rates = SNDRV_PCM_RATE_8000_48000,
.formats = SNDRV_PCM_FMTBIT_S32_LE,
.channels_min = 2,
diff --git a/sound/soc/amd/acp/acp-renoir.c b/sound/soc/amd/acp/acp-renoir.c
index 166f1efacf1d8..b9339bde34adc 100644
--- a/sound/soc/amd/acp/acp-renoir.c
+++ b/sound/soc/amd/acp/acp-renoir.c
@@ -131,6 +131,7 @@ static struct snd_soc_dai_driver acp_renoir_dai[] = {
.name = "acp-pdm-dmic",
.id = DMIC_INSTANCE,
.capture = {
+ .stream_name = "DMIC capture",
.rates = SNDRV_PCM_RATE_8000_48000,
.formats = SNDRV_PCM_FMTBIT_S32_LE,
.channels_min = 2,
diff --git a/sound/soc/amd/acp/acp63.c b/sound/soc/amd/acp/acp63.c
index e0b86132eb958..feb619f1e1ef8 100644
--- a/sound/soc/amd/acp/acp63.c
+++ b/sound/soc/amd/acp/acp63.c
@@ -147,6 +147,7 @@ static struct snd_soc_dai_driver acp63_dai[] = {
.name = "acp-pdm-dmic",
.id = DMIC_INSTANCE,
.capture = {
+ .stream_name = "DMIC capture",
.rates = SNDRV_PCM_RATE_8000_48000,
.formats = SNDRV_PCM_FMTBIT_S32_LE,
.channels_min = 2,
diff --git a/sound/soc/amd/acp/acp70.c b/sound/soc/amd/acp/acp70.c
index 3e4fd113a8a41..fe830c270463e 100644
--- a/sound/soc/amd/acp/acp70.c
+++ b/sound/soc/amd/acp/acp70.c
@@ -126,6 +126,7 @@ static struct snd_soc_dai_driver acp70_dai[] = {
.name = "acp-pdm-dmic",
.id = DMIC_INSTANCE,
.capture = {
+ .stream_name = "DMIC capture",
.rates = SNDRV_PCM_RATE_8000_48000,
.formats = SNDRV_PCM_FMTBIT_S32_LE,
.channels_min = 2,
base-commit: 469819cc17368702a6f68cec2148f518d3f3679b
--
2.43.0
Powered by blists - more mailing lists