]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: SOF: don't check the existence of dummy topology
authorBard Liao <yung-chuan.liao@linux.intel.com>
Thu, 9 Oct 2025 09:40:21 +0000 (17:40 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 13 Oct 2025 10:23:28 +0000 (11:23 +0100)
commit99c159279c6dfa2c4867c7f76875f58263f8f43b
tree65e618e7c80c36807e7fce0c713698db8f931754
parent6937ff42f28a13ffdbe2d1f5b9a51a35f626e93a
ASoC: SOF: don't check the existence of dummy topology

Monolithic topology is not needed if function topology is used. Instead
of creating a dummy topology in the file system, we can skip the
existence check in the kernel.

Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Simon Trimmer <simont@opensource.cirrus.com>
Link: https://patch.msgid.link/20251009094023.3474895-8-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/fw-file-profile.c
sound/soc/sof/topology.c