]> git.ipfire.org Git - thirdparty/kernel/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>
Thu, 9 Oct 2025 09:40:15 +0000 (17:40 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 13 Oct 2025 10:23:21 +0000 (11:23 +0100)
commit2b92b98cc4765fbb0748742e7e0dd94d15d6f178
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/20251009094023.3474895-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