mbox series

[0/5] ASoC: soc-pcm: cleanup soc_new_pcm() and bugfix

Message ID 87a6t1aihl.wl-kuninori.morimoto.gx@renesas.com (mailing list archive)
Headers show
Series ASoC: soc-pcm: cleanup soc_new_pcm() and bugfix | expand

Message

Kuninori Morimoto Jan. 22, 2021, 1:13 a.m. UTC
Hi Mark

These are soc-pcm cleanup patchset.

	1) - 3) : cleanup soc_new_pcm() function
	4)      : cleanup dpcm_runtime_merge_xxx() function
	5)      : bugfix of snd_pcm_limit_hw_rates() order

Kuninori Morimoto (5):
  1) ASoC: soc-pcm: tidyup pcm setting
  2) ASoC: soc-pcm: add soc_get_playback_capture() and simplify soc_new_pcm()
  3) ASoC: soc-pcm: add soc_create_pcm() and simplify soc_new_pcm()
  4) ASoC: soc-pcm: use snd_pcm_hardware at dpcm_runtime_merge_xxx()
  5) ASoC: soc-pcm: fixup snd_pcm_limit_hw_rates() timing

 sound/soc/soc-pcm.c | 124 +++++++++++++++++++++++++++-----------------
 1 file changed, 75 insertions(+), 49 deletions(-)

Comments

Mark Brown Feb. 3, 2021, 9:07 p.m. UTC | #1
On 22 Jan 2021 10:13:04 +0900, Kuninori Morimoto wrote:
> These are soc-pcm cleanup patchset.
> 
> 	1) - 3) : cleanup soc_new_pcm() function
> 	4)      : cleanup dpcm_runtime_merge_xxx() function
> 	5)      : bugfix of snd_pcm_limit_hw_rates() order
> 
> Kuninori Morimoto (5):
>   1) ASoC: soc-pcm: tidyup pcm setting
>   2) ASoC: soc-pcm: add soc_get_playback_capture() and simplify soc_new_pcm()
>   3) ASoC: soc-pcm: add soc_create_pcm() and simplify soc_new_pcm()
>   4) ASoC: soc-pcm: use snd_pcm_hardware at dpcm_runtime_merge_xxx()
>   5) ASoC: soc-pcm: fixup snd_pcm_limit_hw_rates() timing
> 
> [...]

Applied to

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

Thanks!

[1/5] ASoC: soc-pcm: tidyup pcm setting
      commit: e04e7b8ccd4912e6c823bf7e66f302a53396fb77
[2/5] ASoC: soc-pcm: add soc_get_playback_capture() and simplify soc_new_pcm()
      commit: 7fc6bebd5831a788a74e019e39c43c014a96a110
[3/5] ASoC: soc-pcm: add soc_create_pcm() and simplify soc_new_pcm()
      commit: 2b39123b134e10a3817156bd9b157c9b8f950d6f
[4/5] ASoC: soc-pcm: use snd_pcm_hardware at dpcm_runtime_merge_xxx()
      commit: 4b260f425497b105acc2baa9d97ef781ef0c667d
[5/5] ASoC: soc-pcm: fixup snd_pcm_limit_hw_rates() timing
      commit: dd5abc7834ffae1ca6c399583353e00886817181

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