* [PATCH 0/2] ASoC: Intel: soc-acpi-intel-ptl-match typo fixups
@ 2025-02-07 12:36 Bard Liao
2025-02-07 12:36 ` [PATCH 1/2] fixup! ASoC: Intel: soc-acpi-intel-ptl-match: add rt712_vb + rt1320 support Bard Liao
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Bard Liao @ 2025-02-07 12:36 UTC (permalink / raw)
To: broonie, tiwai; +Cc: linux-sound, pierre-louis.bossart, bard.liao
Fix copy paste of lnl into ptl.
Peter Ujfalusi (2):
fixup! ASoC: Intel: soc-acpi-intel-ptl-match: add rt712_vb + rt1320
support
fixup!: ASoC: Intel: soc-acpi-intel-ptl-match: add
rt713_vb_l2_rt1320_l13
sound/soc/intel/common/soc-acpi-intel-ptl-match.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
--
2.43.0
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/2] fixup! ASoC: Intel: soc-acpi-intel-ptl-match: add rt712_vb + rt1320 support
2025-02-07 12:36 [PATCH 0/2] ASoC: Intel: soc-acpi-intel-ptl-match typo fixups Bard Liao
@ 2025-02-07 12:36 ` Bard Liao
2025-02-07 13:13 ` Mark Brown
2025-02-07 12:36 ` [PATCH 2/2] fixup!: ASoC: Intel: soc-acpi-intel-ptl-match: add rt713_vb_l2_rt1320_l13 Bard Liao
2025-02-10 16:30 ` [PATCH 0/2] ASoC: Intel: soc-acpi-intel-ptl-match typo fixups Mark Brown
2 siblings, 1 reply; 5+ messages in thread
From: Bard Liao @ 2025-02-07 12:36 UTC (permalink / raw)
To: broonie, tiwai; +Cc: linux-sound, pierre-louis.bossart, bard.liao
From: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
s/lnl/ptl
Fixes: bd40d912728f ("ASoC: Intel: soc-acpi-intel-ptl-match: add rt712_vb + rt1320 support")
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
---
sound/soc/intel/common/soc-acpi-intel-ptl-match.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sound/soc/intel/common/soc-acpi-intel-ptl-match.c b/sound/soc/intel/common/soc-acpi-intel-ptl-match.c
index 9eb4a43e3e7a..e487c4e1c034 100644
--- a/sound/soc/intel/common/soc-acpi-intel-ptl-match.c
+++ b/sound/soc/intel/common/soc-acpi-intel-ptl-match.c
@@ -270,7 +270,7 @@ static const struct snd_soc_acpi_link_adr lnl_sdw_rt713_vb_l2_rt1320_l13[] = {
{}
};
-static const struct snd_soc_acpi_link_adr lnl_sdw_rt712_vb_l2_rt1320_l1[] = {
+static const struct snd_soc_acpi_link_adr ptl_sdw_rt712_vb_l2_rt1320_l1[] = {
{
.mask = BIT(2),
.num_adr = ARRAY_SIZE(rt712_vb_2_group1_adr),
@@ -337,10 +337,10 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_ptl_sdw_machines[] = {
},
{
.link_mask = BIT(1) | BIT(2),
- .links = lnl_sdw_rt712_vb_l2_rt1320_l1,
+ .links = ptl_sdw_rt712_vb_l2_rt1320_l1,
.drv_name = "sof_sdw",
.machine_check = snd_soc_acpi_intel_sdca_is_device_rt712_vb,
- .sof_tplg_filename = "sof-lnl-rt712-l2-rt1320-l1.tplg"
+ .sof_tplg_filename = "sof-ptl-rt712-l2-rt1320-l1.tplg"
},
{
.link_mask = BIT(1) | BIT(2) | BIT(3),
--
2.43.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/2] fixup!: ASoC: Intel: soc-acpi-intel-ptl-match: add rt713_vb_l2_rt1320_l13
2025-02-07 12:36 [PATCH 0/2] ASoC: Intel: soc-acpi-intel-ptl-match typo fixups Bard Liao
2025-02-07 12:36 ` [PATCH 1/2] fixup! ASoC: Intel: soc-acpi-intel-ptl-match: add rt712_vb + rt1320 support Bard Liao
@ 2025-02-07 12:36 ` Bard Liao
2025-02-10 16:30 ` [PATCH 0/2] ASoC: Intel: soc-acpi-intel-ptl-match typo fixups Mark Brown
2 siblings, 0 replies; 5+ messages in thread
From: Bard Liao @ 2025-02-07 12:36 UTC (permalink / raw)
To: broonie, tiwai; +Cc: linux-sound, pierre-louis.bossart, bard.liao
From: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
s/lnl/ptl
Fixes: a7ebb0255188 ("ASoC: Intel: soc-acpi-intel-ptl-match: add rt713_vb_l2_rt1320_l13 support")
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
---
sound/soc/intel/common/soc-acpi-intel-ptl-match.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sound/soc/intel/common/soc-acpi-intel-ptl-match.c b/sound/soc/intel/common/soc-acpi-intel-ptl-match.c
index e487c4e1c034..dd7993b76dee 100644
--- a/sound/soc/intel/common/soc-acpi-intel-ptl-match.c
+++ b/sound/soc/intel/common/soc-acpi-intel-ptl-match.c
@@ -251,7 +251,7 @@ static const struct snd_soc_acpi_link_adr ptl_rvp[] = {
{}
};
-static const struct snd_soc_acpi_link_adr lnl_sdw_rt713_vb_l2_rt1320_l13[] = {
+static const struct snd_soc_acpi_link_adr ptl_sdw_rt713_vb_l2_rt1320_l13[] = {
{
.mask = BIT(2),
.num_adr = ARRAY_SIZE(rt713_vb_2_adr),
@@ -344,10 +344,10 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_ptl_sdw_machines[] = {
},
{
.link_mask = BIT(1) | BIT(2) | BIT(3),
- .links = lnl_sdw_rt713_vb_l2_rt1320_l13,
+ .links = ptl_sdw_rt713_vb_l2_rt1320_l13,
.drv_name = "sof_sdw",
.machine_check = snd_soc_acpi_intel_sdca_is_device_rt712_vb,
- .sof_tplg_filename = "sof-lnl-rt713-l2-rt1320-l13.tplg"
+ .sof_tplg_filename = "sof-ptl-rt713-l2-rt1320-l13.tplg"
},
{},
};
--
2.43.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 1/2] fixup! ASoC: Intel: soc-acpi-intel-ptl-match: add rt712_vb + rt1320 support
2025-02-07 12:36 ` [PATCH 1/2] fixup! ASoC: Intel: soc-acpi-intel-ptl-match: add rt712_vb + rt1320 support Bard Liao
@ 2025-02-07 13:13 ` Mark Brown
0 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2025-02-07 13:13 UTC (permalink / raw)
To: Bard Liao; +Cc: tiwai, linux-sound, pierre-louis.bossart, bard.liao
[-- Attachment #1: Type: text/plain, Size: 190 bytes --]
On Fri, Feb 07, 2025 at 08:36:36PM +0800, Bard Liao wrote:
> From: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
>
> s/lnl/ptl
You've left the fixup!s in the subject lines here...
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/2] ASoC: Intel: soc-acpi-intel-ptl-match typo fixups
2025-02-07 12:36 [PATCH 0/2] ASoC: Intel: soc-acpi-intel-ptl-match typo fixups Bard Liao
2025-02-07 12:36 ` [PATCH 1/2] fixup! ASoC: Intel: soc-acpi-intel-ptl-match: add rt712_vb + rt1320 support Bard Liao
2025-02-07 12:36 ` [PATCH 2/2] fixup!: ASoC: Intel: soc-acpi-intel-ptl-match: add rt713_vb_l2_rt1320_l13 Bard Liao
@ 2025-02-10 16:30 ` Mark Brown
2 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2025-02-10 16:30 UTC (permalink / raw)
To: tiwai, Bard Liao; +Cc: linux-sound, pierre-louis.bossart, bard.liao
On Fri, 07 Feb 2025 20:36:35 +0800, Bard Liao wrote:
> Fix copy paste of lnl into ptl.
>
> Peter Ujfalusi (2):
> fixup! ASoC: Intel: soc-acpi-intel-ptl-match: add rt712_vb + rt1320
> support
> fixup!: ASoC: Intel: soc-acpi-intel-ptl-match: add
> rt713_vb_l2_rt1320_l13
>
> [...]
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/2] fixup! ASoC: Intel: soc-acpi-intel-ptl-match: add rt712_vb + rt1320 support
commit: 91f505dc3a94c04421a2a51e8c40acf7ea67ecbc
[2/2] fixup!: ASoC: Intel: soc-acpi-intel-ptl-match: add rt713_vb_l2_rt1320_l13
commit: 852c0b7204ded184924c41ab99b2ac7a70ad4dab
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] 5+ messages in thread
end of thread, other threads:[~2025-02-10 16:30 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-07 12:36 [PATCH 0/2] ASoC: Intel: soc-acpi-intel-ptl-match typo fixups Bard Liao
2025-02-07 12:36 ` [PATCH 1/2] fixup! ASoC: Intel: soc-acpi-intel-ptl-match: add rt712_vb + rt1320 support Bard Liao
2025-02-07 13:13 ` Mark Brown
2025-02-07 12:36 ` [PATCH 2/2] fixup!: ASoC: Intel: soc-acpi-intel-ptl-match: add rt713_vb_l2_rt1320_l13 Bard Liao
2025-02-10 16:30 ` [PATCH 0/2] ASoC: Intel: soc-acpi-intel-ptl-match typo fixups Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox