mbox series

[0/5] ASoC: Intel: catpt: Offload fixes and code optimization

Message ID 20201116133332.8530-1-cezary.rojewski@intel.com (mailing list archive)
Headers show
Series ASoC: Intel: catpt: Offload fixes and code optimization | expand

Message

Cezary Rojewski Nov. 16, 2020, 1:33 p.m. UTC
First two of the series address bugs connected mainly to offload streams:
- scenarios with very low buffer sizes: RESET_STREAM IPC timeouts
- fix lp clock selection when switching between PAUSE <-> RESUME states:
  glitches on first offload when no additional stream is opened
  simultaneously

Follow ups are: code reduction and optimization oriented patches.
This has been foretold in:

[PATCH v10 00/14] ASoC: Intel: Catpt - Lynx and Wildcat point
https://www.spinics.net/lists/alsa-devel/msg116440.html
  Note: LPT power up/down sequences might get aligned with WPT once
  enough testing is done as capabilities are shared for both DSPs.

First, optimize applying of user settings - prevent redundand calls from
happening - and then as mentioned above, streamline power on/off sequence
for LPT and WPT.

Cezary Rojewski (5):
  ASoC: Intel: catpt: Skip position update for unprepared streams
  ASoC: Intel: catpt: Correct clock selection for dai trigger
  ASoC: Intel: catpt: Optimize applying user settings
  ASoC: Intel: catpt: Streamline power routines across LPT and WPT
  ASoC: Intel: catpt: Cleanup after power routines streamlining

 sound/soc/intel/catpt/core.h   |  10 ++-
 sound/soc/intel/catpt/device.c |  18 +++---
 sound/soc/intel/catpt/dsp.c    |  56 ++--------------
 sound/soc/intel/catpt/pcm.c    | 113 ++++++++++++++++-----------------
 4 files changed, 74 insertions(+), 123 deletions(-)

Comments

Mark Brown Nov. 16, 2020, 11:33 p.m. UTC | #1
On Mon, 16 Nov 2020 14:33:27 +0100, Cezary Rojewski wrote:
> First two of the series address bugs connected mainly to offload streams:
> - scenarios with very low buffer sizes: RESET_STREAM IPC timeouts
> - fix lp clock selection when switching between PAUSE <-> RESUME states:
>   glitches on first offload when no additional stream is opened
>   simultaneously
> 
> Follow ups are: code reduction and optimization oriented patches.
> This has been foretold in:
> 
> [...]

Applied to

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

Thanks!

[1/5] ASoC: Intel: catpt: Skip position update for unprepared streams
      commit: aa9e3fa4992d83acb7311fc86d11d0d53e7ffb8e
[2/5] ASoC: Intel: catpt: Correct clock selection for dai trigger
      commit: 1072460a1aabacf6ececda98acd3b5ecaad23fd2
[3/5] ASoC: Intel: catpt: Optimize applying user settings
      commit: 768a3a3b327da88c2fa6856806d32852a90e75d5
[4/5] ASoC: Intel: catpt: Streamline power routines across LPT and WPT
      commit: c440c72474e12fcf79bbe716d4796d16b7201031
[5/5] ASoC: Intel: catpt: Cleanup after power routines streamlining
      commit: 3d32489838bbf3119bb1ea59cdbed0077d7dbf3c

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