ASoC: Intel: RPL/MTL machine updates for 6.6
authorMark Brown <broonie@kernel.org>
Tue, 15 Aug 2023 18:22:03 +0000 (19:22 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 15 Aug 2023 18:22:03 +0000 (19:22 +0100)
Merge series from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:

4 commits with the match tables for RaptorLake and MeteorLake devices.

1  2 
sound/soc/intel/common/soc-acpi-intel-rpl-match.c

@@@ -346,16 -351,16 +351,21 @@@ static const struct snd_soc_acpi_codec
        .codecs = {"MX98373"}
  };
  
--static const struct snd_soc_acpi_codecs rpl_rt1019p_amp = {
++static const struct snd_soc_acpi_codecs rpl_lt6911_hdmi = {
        .num_codecs = 1,
--      .codecs = {"RTL1019"}
++      .codecs = {"INTC10B0"}
  };
  
 -static const struct snd_soc_acpi_codecs rpl_lt6911_hdmi = {
 +static const struct snd_soc_acpi_codecs rpl_nau8318_amp = {
        .num_codecs = 1,
 -      .codecs = {"INTC10B0"}
 +      .codecs = {"NVTN2012"}
 +};
 +
++static const struct snd_soc_acpi_codecs rpl_rt1019p_amp = {
++      .num_codecs = 1,
++      .codecs = {"RTL1019"}
+ };
  struct snd_soc_acpi_mach snd_soc_acpi_intel_rpl_machines[] = {
        {
                .comp_ids = &rpl_rt5682_hp,