mbox series

[0/4] ASoC: SOF: cleanups for 5.10

Message ID 20200930152026.3902186-1-kai.vehmanen@linux.intel.com
Headers show
Series ASoC: SOF: cleanups for 5.10 | expand

Message

Kai Vehmanen Sept. 30, 2020, 3:20 p.m. UTC
Series with multiple code cleanups, plus one fix to remove
unnecessary kernel warnings related to firmware loading.

Bard Liao (1):
  ASoC: SOF: loader: handle all SOF_IPC_EXT types

Pierre-Louis Bossart (3):
  ASoC: SOF: control: remove const in sizeof()
  ASoC: SOF: topology: remove const in sizeof()
  ASoC: SOF: sof-audio: remove goto used for force-nocodec support

 sound/soc/sof/control.c   | 20 ++++++++++----------
 sound/soc/sof/loader.c    |  5 +++++
 sound/soc/sof/sof-audio.c | 10 +++-------
 sound/soc/sof/topology.c  |  2 +-
 4 files changed, 19 insertions(+), 18 deletions(-)

Comments

Jaroslav Kysela Oct. 6, 2020, 7:51 a.m. UTC | #1
Dne 30. 09. 20 v 17:20 Kai Vehmanen napsal(a):
> Series with multiple code cleanups, plus one fix to remove
> unnecessary kernel warnings related to firmware loading.
> 
> Bard Liao (1):
>   ASoC: SOF: loader: handle all SOF_IPC_EXT types
> 
> Pierre-Louis Bossart (3):
>   ASoC: SOF: control: remove const in sizeof()
>   ASoC: SOF: topology: remove const in sizeof()
>   ASoC: SOF: sof-audio: remove goto used for force-nocodec support
> 
>  sound/soc/sof/control.c   | 20 ++++++++++----------
>  sound/soc/sof/loader.c    |  5 +++++
>  sound/soc/sof/sof-audio.c | 10 +++-------
>  sound/soc/sof/topology.c  |  2 +-
>  4 files changed, 19 insertions(+), 18 deletions(-)
> 

Acked-by: Jaroslav Kysela <perex@perex.cz>
Tested-by: Jaroslav Kysela <perex@perex.cz>

Mark, apply, please.

					Jaroslav
Mark Brown Oct. 24, 2020, 12:28 a.m. UTC | #2
On Wed, 30 Sep 2020 18:20:22 +0300, Kai Vehmanen wrote:
> Series with multiple code cleanups, plus one fix to remove
> unnecessary kernel warnings related to firmware loading.
> 
> Bard Liao (1):
>   ASoC: SOF: loader: handle all SOF_IPC_EXT types
> 
> Pierre-Louis Bossart (3):
>   ASoC: SOF: control: remove const in sizeof()
>   ASoC: SOF: topology: remove const in sizeof()
>   ASoC: SOF: sof-audio: remove goto used for force-nocodec support
> 
> [...]

Applied to

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

Thanks!

[1/4] ASoC: SOF: control: remove const in sizeof()
      (no commit info)
[2/4] ASoC: SOF: topology: remove const in sizeof()
      (no commit info)
[3/4] ASoC: SOF: sof-audio: remove goto used for force-nocodec support
      (no commit info)
[4/4] ASoC: SOF: loader: handle all SOF_IPC_EXT types
      commit: 6e5329c6e6032cd997400b43b8299f607a61883e

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