From: Mario Limonciello <superm1@kernel.org>
To: Mark Brown <broonie@kernel.org>, Jaroslav Kysela <perex@perex.cz>,
Takashi Iwai <tiwai@suse.com>,
Vijendar Mukunda <Vijendar.Mukunda@amd.com>
Cc: linux-sound@vger.kernel.org (open list:SOUND - SOC LAYER /
DYNAMIC AUDIO POWER MANAGEM...),
linux-kernel@vger.kernel.org (open list),
Mario Limonciello <mario.limonciello@amd.com>
Subject: [PATCH] ASoC: amd: acp: Add stream name to ACP PDM DMIC devices
Date: Thu, 17 Oct 2024 12:45:52 -0500 [thread overview]
Message-ID: <20241017174552.3194385-1-superm1@kernel.org> (raw)
From: Mario Limonciello <mario.limonciello@amd.com>
This makes the devices consistent with the earlier acp devices.
Signed-off-by: Mario Limonciello <mario.limonciello@amd.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
next reply other threads:[~2024-10-17 17:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-17 17:45 Mario Limonciello [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-17 21:09 [PATCH] ASoC: amd: acp: Add stream name to ACP PDM DMIC devices Mario Limonciello
2024-10-18 20:01 ` Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241017174552.3194385-1-superm1@kernel.org \
--to=superm1@kernel.org \
--cc=Vijendar.Mukunda@amd.com \
--cc=broonie@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=mario.limonciello@amd.com \
--cc=perex@perex.cz \
--cc=tiwai@suse.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox