diff mbox series

ASoC: Intel: add max98390 echo reference support

Message ID 1616757689-22014-1-git-send-email-mac.chiang@intel.com
State Accepted
Commit c7721e94279887f9dd8f4be303f2054bb5477c9e
Headers show
Series ASoC: Intel: add max98390 echo reference support | expand

Commit Message

Mac Chiang March 26, 2021, 11:21 a.m. UTC
From: Mac Chiang <mac.chiang@intel.com>

load new topology file with speaker capture pipeline.

Signed-off-by: Mac Chiang <mac.chiang@intel.com>
---
 sound/soc/intel/common/soc-acpi-intel-cml-match.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Pierre-Louis Bossart March 29, 2021, 9:05 p.m. UTC | #1
On 3/26/21 6:21 AM, mac.chiang@intel.com wrote:
> From: Mac Chiang <mac.chiang@intel.com>
> 
> load new topology file with speaker capture pipeline.
> 
> Signed-off-by: Mac Chiang <mac.chiang@intel.com>

this matches the topology updates at 
https://github.com/thesofproject/sof/pull/3971

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

Thanks!

> ---
>   sound/soc/intel/common/soc-acpi-intel-cml-match.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/sound/soc/intel/common/soc-acpi-intel-cml-match.c b/sound/soc/intel/common/soc-acpi-intel-cml-match.c
> index 2161b3b..7f6ef82 100644
> --- a/sound/soc/intel/common/soc-acpi-intel-cml-match.c
> +++ b/sound/soc/intel/common/soc-acpi-intel-cml-match.c
> @@ -79,7 +79,7 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_cml_machines[] = {
>   		.machine_quirk = snd_soc_acpi_codec_list,
>   		.quirk_data = &max98390_spk_codecs,
>   		.sof_fw_filename = "sof-cml.ri",
> -		.sof_tplg_filename = "sof-cml-da7219-max98357a.tplg",
> +		.sof_tplg_filename = "sof-cml-da7219-max98390.tplg",
>   	},
>   	{},
>   };
>
Mark Brown March 30, 2021, 4:05 p.m. UTC | #2
On Fri, 26 Mar 2021 19:21:29 +0800, mac.chiang@intel.com wrote:
> load new topology file with speaker capture pipeline.

Applied to

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

Thanks!

[1/1] ASoC: Intel: add max98390 echo reference support
      commit: c7721e94279887f9dd8f4be303f2054bb5477c9e

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
diff mbox series

Patch

diff --git a/sound/soc/intel/common/soc-acpi-intel-cml-match.c b/sound/soc/intel/common/soc-acpi-intel-cml-match.c
index 2161b3b..7f6ef82 100644
--- a/sound/soc/intel/common/soc-acpi-intel-cml-match.c
+++ b/sound/soc/intel/common/soc-acpi-intel-cml-match.c
@@ -79,7 +79,7 @@  struct snd_soc_acpi_mach snd_soc_acpi_intel_cml_machines[] = {
 		.machine_quirk = snd_soc_acpi_codec_list,
 		.quirk_data = &max98390_spk_codecs,
 		.sof_fw_filename = "sof-cml.ri",
-		.sof_tplg_filename = "sof-cml-da7219-max98357a.tplg",
+		.sof_tplg_filename = "sof-cml-da7219-max98390.tplg",
 	},
 	{},
 };