From: Mark Brown Date: Tue, 15 Aug 2023 18:22:03 +0000 (+0100) Subject: ASoC: Intel: RPL/MTL machine updates for 6.6 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=63e041027669473ab7474c195771bc86af9685a6;p=linux.git ASoC: Intel: RPL/MTL machine updates for 6.6 Merge series from Pierre-Louis Bossart : 4 commits with the match tables for RaptorLake and MeteorLake devices. --- 63e041027669473ab7474c195771bc86af9685a6 diff --cc sound/soc/intel/common/soc-acpi-intel-rpl-match.c index 1dd699181765f,91b0648799b22..122673c1dae27 --- a/sound/soc/intel/common/soc-acpi-intel-rpl-match.c +++ b/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,