mbox series

[0/2] ASoC: SOF: core: Module parameter updates

Message ID 20241023110610.6141-1-peter.ujfalusi@linux.intel.com (mailing list archive)
Headers show
Series ASoC: SOF: core: Module parameter updates | expand

Message

Peter Ujfalusi Oct. 23, 2024, 11:06 a.m. UTC
Hi,

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.

Regards,
Peter
---
Peter Ujfalusi (2):
  ASoC: SOF: core: Add debug module parameters to set IPC and boot
    timeout
  ASoC: SOF: core: Add fw, tplg and ipc type override parameters

 sound/soc/sof/core.c         | 64 ++++++++++++++++++++++++++++++++++++
 sound/soc/sof/sof-acpi-dev.c |  4 +--
 sound/soc/sof/sof-of-dev.c   |  8 ++---
 sound/soc/sof/sof-pci-dev.c  | 12 +++----
 4 files changed, 76 insertions(+), 12 deletions(-)

Comments

Mark Brown Oct. 23, 2024, 4:15 p.m. UTC | #1
On Wed, 23 Oct 2024 14:06:08 +0300, Peter Ujfalusi wrote:
> 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.
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/2] ASoC: SOF: core: Add debug module parameters to set IPC and boot timeout
      commit: de688e50f5ef5b4937a5dbd5bfc7afb38673b936
[2/2] ASoC: SOF: core: Add fw, tplg and ipc type override parameters
      commit: acb219840fbc57e3135436c03d2c4c2db80e39ee

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark