]> www.infradead.org Git - users/dwmw2/linux.git/commit
ASoC: SOF: core: Module parameter updates
authorMark Brown <broonie@kernel.org>
Wed, 23 Oct 2024 15:30:23 +0000 (16:30 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 23 Oct 2024 15:30:23 +0000 (16:30 +0100)
commitc4cf4a60e1a313cb5c5911e0a7c76e35a6bded65
treee49b521cae8d306b6b693ae149d4406b644f9088
parent9b0c65115acdcb6fd6bbeb360c1f4f7b14c9a610
parentacb219840fbc57e3135436c03d2c4c2db80e39ee
ASoC: SOF: core: Module parameter updates

Merge series from Peter Ujfalusi <peter.ujfalusi@linux.intel.com>:

Add new debug only parameters to override the default IPC and boot
timeout, these are only available if CONFIG_SND_SOC_SOF_DEBUG is
enabled, only for developers.

The second patch moves the firmware, topology name/path and IPC
version overrides from acpi/pci/of platform code to core and markes
the platform parameters deprecated, to be removed in few kernel
cycles.
There is really no point of duplicating these overrides as they
are not platform dependent.