]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASoC: Intel: common / SOF: Use function topologies for
authorMark Brown <broonie@kernel.org>
Tue, 16 Dec 2025 20:57:21 +0000 (20:57 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 16 Dec 2025 20:57:21 +0000 (20:57 +0000)
Merge series from Peter Ujfalusi <peter.ujfalusi@linux.intel.com>:

support for NVL-S and the support using functional topology fragments for
Soundwire configurations is introduced in 6.19-rc1 in parallel.

The SOF projects plan is to not create individual topology files for NVL
as with SDCA and the functional topology support can handle most if not
all soundwire devices going forward.

However one issue have been identified with the functional topology only
support, which was masked by the presence of a single topology file:
if the device contains a dai link for which we don't have topology fragment,
then the probe will fail.
This worked with a fallback to a monolithic topology file - which made the
dai link to be ignored.

The first patch in the series adds a flag to instruct the function discovery
to make a best effort to form a card by ignoring functions without
corresponding fragment (and print this out for developers) in case there
is no fallback topology available.

The second patch removes the match entry to refer to a topology file which
will not be built by the SOF project.

1  2 
sound/soc/sof/topology.c

Simple merge