mbox series

[v2-resend,0/2] ASoC: soc-pcm: makes snd_soc_dpcm_can_be_xxx() local function

Message ID 87jzg2df7x.wl-kuninori.morimoto.gx@renesas.com
Headers show
Series ASoC: soc-pcm: makes snd_soc_dpcm_can_be_xxx() local function | expand

Message

Kuninori Morimoto Aug. 26, 2024, 11:41 p.m. UTC
Hi Mark

This is resend patch-set

No driver is calling snd_soc_dpcm_can_be_xxx() functions. We don't need
to have EXPORT_SYMBOL_GPL() for them. This patch-set makes it static function.

v1 -> v2
	- rebased to latest branch (for-6.12)

Kuninori Morimoto (2):
  ASoC: soc-pcm: move snd_soc_dpcm_can_be_xxx() to top
  ASoC: soc-pcm: makes snd_soc_dpcm_can_be_xxx() local function

 include/sound/soc-dpcm.h |  18 ----
 sound/soc/soc-pcm.c      | 201 +++++++++++++++++++--------------------
 2 files changed, 99 insertions(+), 120 deletions(-)

Comments

Mark Brown Aug. 28, 2024, 5:36 p.m. UTC | #1
On Mon, 26 Aug 2024 23:41:38 +0000, Kuninori Morimoto wrote:
> This is resend patch-set
> 
> No driver is calling snd_soc_dpcm_can_be_xxx() functions. We don't need
> to have EXPORT_SYMBOL_GPL() for them. This patch-set makes it static function.
> 
> v1 -> v2
> 	- rebased to latest branch (for-6.12)
> 
> [...]

Applied to

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

Thanks!

[1/2] ASoC: soc-pcm: move snd_soc_dpcm_can_be_xxx() to top
      commit: 4dd4baa4408a15d50233e85bae611d576ef77b92
[2/2] ASoC: soc-pcm: makes snd_soc_dpcm_can_be_xxx() local function
      commit: 290f31e943a29c93532b1684652b04fd60d0f696

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