diff options
author | Bard Liao <yung-chuan.liao@linux.intel.com> | 2025-05-06 19:33:08 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2025-05-06 22:48:03 +0900 |
commit | e48a906af6b3cfd09c50af14a8ea7a5cf45b39ab (patch) | |
tree | cc66a165b00c7645b73f1fdff18a4b665fc3fc59 /include/sound | |
parent | a71b261c19a455f7f8e560b4ddfac44d3150ae39 (diff) |
ASoC: SOF: add disable_function_topology flag
SOF driver will load required function topologies dynamically. However,
we prefer using the monolithic topology. Add a flag to allow user not
using the function topologies.
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Link: https://patch.msgid.link/20250506113311.45487-2-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/sof.h | 1 |
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; |