]> git.ipfire.org Git - thirdparty/linux.git/commit
ASoC: SOF: Don't print the monolithic topology name if function topology may be used
authorBard Liao <yung-chuan.liao@linux.intel.com>
Tue, 14 Oct 2025 07:13:27 +0000 (15:13 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 14 Oct 2025 11:32:28 +0000 (12:32 +0100)
commitbb940b13998c40d55e186f0cf5d65c592ea1677a
tree1ed5c372cf9b706330f8211de101d73d8056a698
parent3a8660878839faadb4f1a6dd72c3179c1df56787
ASoC: SOF: Don't print the monolithic topology name if function topology may be used

It may confuse people if "Topology file:" is printed but the topology
file is not really used. We keep the print if the topology file is
missing thus user can know what topology is missed in the file system.
And increase the log level to info for the actual topology that is used.
So that user can get which topology is used.

Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Simon Trimmer <simont@opensource.cirrus.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Link: https://patch.msgid.link/20251014071335.3844631-2-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