summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2025-05-07 08:12:31 +0300
committerMark Brown <broonie@kernel.org>2025-05-07 08:12:31 +0300
commite6a40d5c9033fb98f3d83f88655bc2b963ef50eb (patch)
tree430a73260d885d2350de10572ff6a1722f92f472 /include
parentd9a1cbfe5b73fdabd0c4e3ae5d5fa3f42327c7fd (diff)
parent7b400c9ab879a86aa4b9bf5d9fdd3df558eed9b5 (diff)
downloadlinux-e6a40d5c9033fb98f3d83f88655bc2b963ef50eb.tar.xz
ASoC: SOF: add disable_function_topology flag and
Merge series from Bard Liao <yung-chuan.liao@linux.intel.com>: SOF will load the function topologies by default. However, user may want to use the monolithic topology. Add a flag amd a module parameter to allow user specify the topology or not using function topologies.
Diffstat (limited to 'include')
-rw-r--r--include/sound/sof.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/sof.h b/include/sound/sof.h
index 64fd5504cb2b..eddea82c7b5a 100644
--- a/include/sound/sof.h
+++ b/include/sound/sof.h
@@ -106,6 +106,7 @@ struct snd_sof_pdata {
const char *fw_filename;
const char *tplg_filename_prefix;
const char *tplg_filename;
+ bool disable_function_topology;
/* loadable external libraries available under this directory */
const char *fw_lib_prefix;