mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 23:03:57 -04:00
ASoC: SOF: core: Add fw, tplg and ipc type override parameters
The different bus type helpers define their own override parameters for firmware name/path, topology name/path. sof-pci-dev covers all while others just a subset. There is no technical reason to do that since these are generic platform independent parameters. Add the override module options to core (snd-sof module) and update the description for the device helper modules as deprecated. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com> Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com> Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Link: https://patch.msgid.link/20241023110610.6141-3-peter.ujfalusi@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
committed by
Mark Brown
parent
de688e50f5
commit
acb219840f
@@ -24,11 +24,11 @@
|
||||
|
||||
static char *fw_path;
|
||||
module_param(fw_path, charp, 0444);
|
||||
MODULE_PARM_DESC(fw_path, "alternate path for SOF firmware.");
|
||||
MODULE_PARM_DESC(fw_path, "deprecated - moved to snd-sof module.");
|
||||
|
||||
static char *tplg_path;
|
||||
module_param(tplg_path, charp, 0444);
|
||||
MODULE_PARM_DESC(tplg_path, "alternate path for SOF topology.");
|
||||
MODULE_PARM_DESC(tplg_path, "deprecated - moved to snd-sof module.");
|
||||
|
||||
static int sof_acpi_debug;
|
||||
module_param_named(sof_acpi_debug, sof_acpi_debug, int, 0444);
|
||||
|
||||
Reference in New Issue
Block a user