]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: use sof_sdw as default Intel SOF SDW machine
authorMark Brown <broonie@kernel.org>
Wed, 15 Oct 2025 15:22:44 +0000 (16:22 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 15 Oct 2025 15:22:44 +0000 (16:22 +0100)
commitcee2c8396d9c8e834fe28929bc1d8153d7e9897f
treeedf72b6a4adfdc350caf669a367c1c14d493a5c5
parent0b0eb7702a9fa410755e86124b4b7cd36e7d1cb4
parent9797329220a2c6622411eb9ecf6a35b24ce09d04
ASoC: use sof_sdw as default Intel SOF SDW machine

Merge series from Bard Liao <yung-chuan.liao@linux.intel.com>:

Currently, we create a ACPI mach table for every new audio
configuration. And all Intel SOF SoundWire configurations point to the
same sof_sdw machine driver. Also, we don't need a specific topology for
a coufguration, we can use the function topology instead. That give us a
change to generate an ACPI mach table based on the SoundWire codec
information reported by the ACPI table and use the sof_sdw machine
driver as the default machine driver.
This will reduce the effort to support a new Intel SOF SoundWire audio
configuration.
sound/soc/sof/intel/cnl.c