Merge series from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:
4 commits with the match tables for RaptorLake and MeteorLake devices.
        .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,