]> www.infradead.org Git - users/dwmw2/linux.git/commit
ASoC: SOF: core: Add fw, tplg and ipc type override parameters
authorPeter Ujfalusi <peter.ujfalusi@linux.intel.com>
Wed, 23 Oct 2024 11:06:10 +0000 (14:06 +0300)
committerMark Brown <broonie@kernel.org>
Wed, 23 Oct 2024 11:46:24 +0000 (12:46 +0100)
commitacb219840fbc57e3135436c03d2c4c2db80e39ee
tree2a14b32b910abc8dd925ebb03a1ba4184303c91a
parentde688e50f5ef5b4937a5dbd5bfc7afb38673b936
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>
sound/soc/sof/core.c
sound/soc/sof/sof-acpi-dev.c
sound/soc/sof/sof-of-dev.c
sound/soc/sof/sof-pci-dev.c