All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: Intel: common: fix typo for tplg naming
@ 2022-05-26 12:13 David Lin
  2022-05-26 13:34 ` Pierre-Louis Bossart
  2022-05-26 18:31 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: David Lin @ 2022-05-26 12:13 UTC (permalink / raw)
  To: alsa-devel, broonie
  Cc: ctlin0.linux, WTLI, SJLIN0, KCHSU0, pierre-louis.bossart,
	liam.r.girdwood, YHCHuang, mac.chiang, David Lin,
	vamshi.krishna.gopal

Correct typo form sof-adl-mx98360a-nau8825.tplg to
sof-adl-max98360a-nau8825.tplg. The reason is tplg naming without naming
limitaion of length. It will be consistency with sof topology generation.

Signed-off-by: David Lin <CTLIN0@nuvoton.com>
---
 sound/soc/intel/common/soc-acpi-intel-adl-match.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/intel/common/soc-acpi-intel-adl-match.c b/sound/soc/intel/common/soc-acpi-intel-adl-match.c
index e6e52c7b6803..c1385161cdc8 100644
--- a/sound/soc/intel/common/soc-acpi-intel-adl-match.c
+++ b/sound/soc/intel/common/soc-acpi-intel-adl-match.c
@@ -453,7 +453,7 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_adl_machines[] = {
 		.drv_name = "adl_mx98360a_nau8825",
 		.machine_quirk = snd_soc_acpi_codec_list,
 		.quirk_data = &adl_max98360a_amp,
-		.sof_tplg_filename = "sof-adl-mx98360a-nau8825.tplg",
+		.sof_tplg_filename = "sof-adl-max98360a-nau8825.tplg",
 	},
 	{
 		.id = "RTL5682",
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ASoC: Intel: common: fix typo for tplg naming
  2022-05-26 12:13 [PATCH] ASoC: Intel: common: fix typo for tplg naming David Lin
@ 2022-05-26 13:34 ` Pierre-Louis Bossart
  2022-05-26 18:31 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Pierre-Louis Bossart @ 2022-05-26 13:34 UTC (permalink / raw)
  To: David Lin, alsa-devel, broonie
  Cc: ctlin0.linux, WTLI, SJLIN0, KCHSU0, liam.r.girdwood, YHCHuang,
	mac.chiang, vamshi.krishna.gopal



On 5/26/22 07:13, David Lin wrote:
> Correct typo form sof-adl-mx98360a-nau8825.tplg to
> sof-adl-max98360a-nau8825.tplg. The reason is tplg naming without naming
> limitaion of length. It will be consistency with sof topology generation.
> 
> Signed-off-by: David Lin <CTLIN0@nuvoton.com>

Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>

Moving forward, I will only approve new machines if I also see the
topology changes.

> ---
>  sound/soc/intel/common/soc-acpi-intel-adl-match.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/sound/soc/intel/common/soc-acpi-intel-adl-match.c b/sound/soc/intel/common/soc-acpi-intel-adl-match.c
> index e6e52c7b6803..c1385161cdc8 100644
> --- a/sound/soc/intel/common/soc-acpi-intel-adl-match.c
> +++ b/sound/soc/intel/common/soc-acpi-intel-adl-match.c
> @@ -453,7 +453,7 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_adl_machines[] = {
>  		.drv_name = "adl_mx98360a_nau8825",
>  		.machine_quirk = snd_soc_acpi_codec_list,
>  		.quirk_data = &adl_max98360a_amp,
> -		.sof_tplg_filename = "sof-adl-mx98360a-nau8825.tplg",
> +		.sof_tplg_filename = "sof-adl-max98360a-nau8825.tplg",
>  	},
>  	{
>  		.id = "RTL5682",

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ASoC: Intel: common: fix typo for tplg naming
  2022-05-26 12:13 [PATCH] ASoC: Intel: common: fix typo for tplg naming David Lin
  2022-05-26 13:34 ` Pierre-Louis Bossart
@ 2022-05-26 18:31 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2022-05-26 18:31 UTC (permalink / raw)
  To: alsa-devel, CTLIN0
  Cc: ctlin0.linux, WTLI, SJLIN0, KCHSU0, pierre-louis.bossart,
	liam.r.girdwood, YHCHuang, mac.chiang, vamshi.krishna.gopal

On Thu, 26 May 2022 20:13:02 +0800, David Lin wrote:
> Correct typo form sof-adl-mx98360a-nau8825.tplg to
> sof-adl-max98360a-nau8825.tplg. The reason is tplg naming without naming
> limitaion of length. It will be consistency with sof topology generation.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: Intel: common: fix typo for tplg naming
      commit: 5fa66f29937eb806997a4d1d3edd360ef4e93db9

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] 3+ messages in thread

end of thread, other threads:[~2022-05-26 18:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-26 12:13 [PATCH] ASoC: Intel: common: fix typo for tplg naming David Lin
2022-05-26 13:34 ` Pierre-Louis Bossart
2022-05-26 18:31 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.