* [PATCH 1/2] ASoC: atmel: mchp-spdiftx: Remove interface name from stream_name
2024-09-16 9:10 [PATCH 0/2] Updates for mchp-spdif(tx/rx) Andrei Simion
@ 2024-09-16 9:10 ` Andrei Simion
2024-09-16 9:10 ` [PATCH 2/2] ASoC: atmel: mchp-spdifrx: " Andrei Simion
2024-10-01 17:53 ` [PATCH 0/2] Updates for mchp-spdif(tx/rx) Mark Brown
2 siblings, 0 replies; 4+ messages in thread
From: Andrei Simion @ 2024-09-16 9:10 UTC (permalink / raw)
To: claudiu.beznea, lgirdwood, broonie, perex, tiwai, nicolas.ferre,
alexandre.belloni
Cc: alsa-devel, linux-sound, linux-arm-kernel, linux-kernel,
Codrin Ciubotariu, Andrei Simion
From: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
Remove the interface name from the stream_name. The interface name (and the
index of the interface) can be set in DT using the sound-name-prefix string
property.
[andrei.simion@microchip.com: Adjust the commit title.]
Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
Signed-off-by: Andrei Simion <andrei.simion@microchip.com>
---
sound/soc/atmel/mchp-spdiftx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/atmel/mchp-spdiftx.c b/sound/soc/atmel/mchp-spdiftx.c
index 4c60ea652896..245c0352c141 100644
--- a/sound/soc/atmel/mchp-spdiftx.c
+++ b/sound/soc/atmel/mchp-spdiftx.c
@@ -707,7 +707,7 @@ static const struct snd_soc_dai_ops mchp_spdiftx_dai_ops = {
static struct snd_soc_dai_driver mchp_spdiftx_dai = {
.name = "mchp-spdiftx",
.playback = {
- .stream_name = "S/PDIF Playback",
+ .stream_name = "Playback",
.channels_min = 1,
.channels_max = 2,
.rates = MCHP_SPDIFTX_RATES,
--
2.34.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* [PATCH 2/2] ASoC: atmel: mchp-spdifrx: Remove interface name from stream_name
2024-09-16 9:10 [PATCH 0/2] Updates for mchp-spdif(tx/rx) Andrei Simion
2024-09-16 9:10 ` [PATCH 1/2] ASoC: atmel: mchp-spdiftx: Remove interface name from stream_name Andrei Simion
@ 2024-09-16 9:10 ` Andrei Simion
2024-10-01 17:53 ` [PATCH 0/2] Updates for mchp-spdif(tx/rx) Mark Brown
2 siblings, 0 replies; 4+ messages in thread
From: Andrei Simion @ 2024-09-16 9:10 UTC (permalink / raw)
To: claudiu.beznea, lgirdwood, broonie, perex, tiwai, nicolas.ferre,
alexandre.belloni
Cc: alsa-devel, linux-sound, linux-arm-kernel, linux-kernel,
Codrin Ciubotariu, Andrei Simion
From: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
Remove the interface name from the stream_name. The interface name (and the
index of the interface) can be set in DT using the sound-name-prefix string
property.
[andrei.simion@microchip.com: Adjust the commit title.]
Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
Signed-off-by: Andrei Simion <andrei.simion@microchip.com>
---
sound/soc/atmel/mchp-spdifrx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/atmel/mchp-spdifrx.c b/sound/soc/atmel/mchp-spdifrx.c
index b2507a1491b7..fb820609c043 100644
--- a/sound/soc/atmel/mchp-spdifrx.c
+++ b/sound/soc/atmel/mchp-spdifrx.c
@@ -1014,7 +1014,7 @@ static const struct snd_soc_dai_ops mchp_spdifrx_dai_ops = {
static struct snd_soc_dai_driver mchp_spdifrx_dai = {
.name = "mchp-spdifrx",
.capture = {
- .stream_name = "S/PDIF Capture",
+ .stream_name = "Capture",
.channels_min = SPDIFRX_CHANNELS,
.channels_max = SPDIFRX_CHANNELS,
.rates = MCHP_SPDIF_RATES,
--
2.34.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH 0/2] Updates for mchp-spdif(tx/rx)
2024-09-16 9:10 [PATCH 0/2] Updates for mchp-spdif(tx/rx) Andrei Simion
2024-09-16 9:10 ` [PATCH 1/2] ASoC: atmel: mchp-spdiftx: Remove interface name from stream_name Andrei Simion
2024-09-16 9:10 ` [PATCH 2/2] ASoC: atmel: mchp-spdifrx: " Andrei Simion
@ 2024-10-01 17:53 ` Mark Brown
2 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2024-10-01 17:53 UTC (permalink / raw)
To: claudiu.beznea, lgirdwood, perex, tiwai, nicolas.ferre,
alexandre.belloni, Andrei Simion
Cc: alsa-devel, linux-sound, linux-arm-kernel, linux-kernel
On Mon, 16 Sep 2024 12:10:55 +0300, Andrei Simion wrote:
> This patch set includes two updates for the MCHP SPDIF RX and TX drivers.
> The patches remove the interface name from the stream_name, allowing the
> interface name and index to be set in the Device Tree (DT) using the
> sound-name-prefix string property.
>
> Codrin Ciubotariu (2):
> ASoC: atmel: mchp-spdiftx: Remove interface name from stream_name
> ASoC: atmel: mchp-spdifrx: Remove interface name from stream_name
>
> [...]
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/2] ASoC: atmel: mchp-spdiftx: Remove interface name from stream_name
commit: a6ae5845f0231fb1b3e9bf591b237d99d1a077c0
[2/2] ASoC: atmel: mchp-spdifrx: Remove interface name from stream_name
commit: 3c44a715e389929b8243d6a0545992d78cff6cba
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
^ permalink raw reply [flat|nested] 4+ messages in thread