Hi all, After merging the sound-asoc-fixes tree, today's linux-next build (x86_64 allmodconfig) failed like this: sound/soc/sof/sof-pci-dev.c:116:15: error: 'snd_soc_acpi_intel_cfl_machines' undeclared here (not in a function); did you mean 'snd_soc_acpi_intel_cnl_machines'? 116 | .machines = snd_soc_acpi_intel_cfl_machines, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | snd_soc_acpi_intel_cnl_machines sound/soc/sof/sof-pci-dev.c:136:15: error: 'snd_soc_acpi_intel_cml_machines' undeclared here (not in a function); did you mean 'snd_soc_acpi_intel_cnl_machines'? 136 | .machines = snd_soc_acpi_intel_cml_machines, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | snd_soc_acpi_intel_cnl_machines Caused by commit 1d3e9077307f ("ASoC: SOF: Intel: Fix CFL and CML FW nocodec binary names.") I have reverted that commit for today. -- Cheers, Stephen Rothwell