All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: Linux-ALSA <alsa-devel@alsa-project.org>
Subject: Re: [PATCH 00/29] ASoC: add asoc_substream_to_rtd() macro
Date: Thu, 23 Jul 2020 21:19:54 +0100	[thread overview]
Message-ID: <159553557415.41908.6886755663188786565.b4-ty@kernel.org> (raw)
In-Reply-To: <87y2nf0yw2.wl-kuninori.morimoto.gx@renesas.com>

On 20 Jul 2020 10:17:15 +0900, Kuninori Morimoto wrote:
> Many ASoC drivers are getting rtd from substream by
> 
> 	rtd = substream->private_data
> 
> OTOH, we have snd_pcm_substream_chip() macro for it.
> 
> 	#define snd_pcm_substream_chip(substream) ((substream)->private_data)
> 
> [...]

Applied to

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

Thanks!

[01/28] ASoC: soc-xxx: add asoc_substream_to_rtd()
        commit: 0ceef681e34a61afcd77af0837b2132925c5bad4
[02/28] ASoC: ux500: use asoc_substream_to_rtd()
        commit: 3e44c47979b743e02c6af8203c530695c9837c89
[03/28] ASoC: ti: use asoc_substream_to_rtd()
        commit: 02cde14ab59de4f578c8c949483514c22a80273d
[04/28] ASoC: tegra: use asoc_substream_to_rtd()
        commit: 95ebd023e1c963ef8727776ca158f69ad83ddd92
[05/28] ASoC: sunxi: use asoc_substream_to_rtd()
        commit: c09e34b799ee78a673676e71e14ee4fb0145db5e
[06/28] ASoC: stm: use asoc_substream_to_rtd()
        commit: ddb4f06d620f442c444e010b8af8c001fb4e3d9b
[07/28] ASoC: sof: use asoc_substream_to_rtd()
        commit: 1205300af9dba3ef9f44cf6a02d6ed6ebfa6b8c6
[08/28] ASoC: sh: use asoc_substream_to_rtd()
        commit: 28ec78b0f4cc8ee62e0dfe29ea9b2e78c4aad1f9
[09/28] ASoC: samsung: use asoc_substream_to_rtd()
        commit: c101ce8883be49e971f6cb06bad589d24c0cbf46
[10/28] ASoC: pxa: use asoc_substream_to_rtd()
        commit: 83b95c2fc0283976c5dab77ef930597219fa61a4
[11/28] ASoC: cirrus: use asoc_substream_to_rtd()
        commit: d42df9400f1d46453abddb5c626fc24f306d8607
[12/28] ASoC: rockchip: use asoc_substream_to_rtd()
        commit: 5c5eb29e8a68ef3ab523fe75179dde5710cae6de
[13/28] ASoC: amd: use asoc_substream_to_rtd()
        commit: ded0054359ddc1bbd9893ce39af22e1ce7a03357
[14/28] ASoC: fsl: use asoc_substream_to_rtd()
        commit: 9f5f078aed9d4dc024c397507a97bbf07e3ac4f3
[15/28] ASoC: mediatek: use asoc_substream_to_rtd()
        commit: 0cd08b10ae3b5226ff3433139d56ce6e9f218788
[16/28] ASoC: atmel: use asoc_substream_to_rtd()
        commit: b1839ebf13bbc23f6cce87e9c25f51338db69166
[17/28] ASoC: qcom: use asoc_substream_to_rtd()
        commit: fdc9a2e469e9e7b7aac7a3cd054cef64d0ca4e0f
[18/28] ASoC: dwc: use asoc_substream_to_rtd()
        commit: a7c7ff1a47ff6974b6fc4ab30632cd0ad02797b1
[19/28] ASoC: meson: use asoc_substream_to_rtd()
        commit: 371a014d4260e119b5ae9df782af88cc58557df1
[20/28] ASoC: au1x: use asoc_substream_to_rtd()
        commit: e287d0464be03212f1c2e1cd258cc9720f228024
[21/28] ASoC: bcm: use asoc_substream_to_rtd()
        commit: 0359c834a2e801bb51c137cf4b008fb5897371fa
[22/28] ASoC: codecs: use asoc_substream_to_rtd()
        commit: 3e3b62950ad02758626070b0a023ce9318bd8b63
[23/28] ASoC: generic: use asoc_substream_to_rtd()
        commit: 9ae035e289379ba31f918198fb6bc789dda7a768
[24/28] ASoC: sprd: use asoc_substream_to_rtd()
        commit: 1581db969ca0331af69de0dfd42e7b7b4d2a11e8
[25/28] ASoC: kirkwood: use asoc_substream_to_rtd()
        commit: 6501cad63ac12eb908fc547ba2a37ccd94d65785
[26/28] ASoC: xtensa: use asoc_substream_to_rtd()
        commit: 8d08d9b00a9f38083b5864e438eda2acba6d55dd
[27/28] ASoC: mxs: use asoc_substream_to_rtd()
        commit: 3359128d7fe30be5836ae3e7a257d5b3733bd9b1
[28/28] ASoC: uniphier: use asoc_substream_to_rtd()
        commit: 382683c4a1c36408e352775e8e0e5dd9b4dbf233

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

      parent reply	other threads:[~2020-07-23 20:23 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-20  1:17 [PATCH 00/29] ASoC: add asoc_substream_to_rtd() macro Kuninori Morimoto
2020-07-20  1:17 ` [PATCH 01/29] ASoC: soc-xxx: add asoc_substream_to_rtd() Kuninori Morimoto
2020-07-20  1:17 ` [PATCH 02/29] ASoC: ux500: use asoc_substream_to_rtd() Kuninori Morimoto
2020-07-20  1:17 ` [PATCH 03/29] ASoC: ti: " Kuninori Morimoto
2020-07-20  1:17 ` [PATCH 04/29] ASoC: tegra: " Kuninori Morimoto
2020-07-20  1:17 ` [PATCH 05/29] ASoC: sunxi: " Kuninori Morimoto
2020-07-20  1:18 ` [PATCH 06/29] ASoC: stm: " Kuninori Morimoto
2020-07-20  1:18 ` [PATCH 07/29] ASoC: sof: " Kuninori Morimoto
2020-07-20 15:12   ` Pierre-Louis Bossart
2020-07-20  1:18 ` [PATCH 08/29] ASoC: sh: " Kuninori Morimoto
2020-07-20  1:18 ` [PATCH 09/29] ASoC: samsung: " Kuninori Morimoto
2020-07-20  1:18 ` [PATCH 10/29] ASoC: pxa: " Kuninori Morimoto
2020-07-20  1:18 ` [PATCH 11/29] ASoC: cirrus: " Kuninori Morimoto
2020-07-20  1:18 ` [PATCH 12/29] ASoC: rockchip: " Kuninori Morimoto
2020-07-20  1:18 ` [PATCH 13/29] ASoC: amd: " Kuninori Morimoto
2020-07-20  1:18 ` [PATCH 14/29] ASoC: fsl: " Kuninori Morimoto
2020-07-20  1:18 ` [PATCH 15/29] ASoC: mediatek: " Kuninori Morimoto
2020-07-20  1:18 ` [PATCH 16/29] ASoC: atmel: " Kuninori Morimoto
2020-07-20  1:19 ` [PATCH 17/29] ASoC: qcom: " Kuninori Morimoto
2020-07-20  1:19 ` [PATCH 18/29] ASoC: dwc: " Kuninori Morimoto
2020-07-20  1:19 ` [PATCH 19/29] ASoC: intel: " Kuninori Morimoto
2020-07-20 15:17   ` Pierre-Louis Bossart
2020-07-21  1:26     ` Kuninori Morimoto
2020-07-21 22:45       ` Mark Brown
2020-07-20  1:19 ` [PATCH 20/29] ASoC: meson: " Kuninori Morimoto
2020-07-20  1:19 ` [PATCH 21/29] ASoC: au1x: " Kuninori Morimoto
2020-07-20  1:19 ` [PATCH 22/29] ASoC: bcm: " Kuninori Morimoto
2020-07-20  1:19 ` [PATCH 23/29] ASoC: codecs: " Kuninori Morimoto
2020-07-20  1:19 ` [PATCH 24/29] ASoC: generic: " Kuninori Morimoto
2020-07-20  1:19 ` [PATCH 25/29] ASoC: sprd: " Kuninori Morimoto
2020-07-20  1:19 ` [PATCH 26/29] ASoC: kirkwood: " Kuninori Morimoto
2020-07-20  1:19 ` [PATCH 27/29] ASoC: xtensa: " Kuninori Morimoto
2020-07-20  1:19 ` [PATCH 28/29] ASoC: mxs: " Kuninori Morimoto
2020-07-20  1:19 ` [PATCH 29/29] ASoC: uniphier: " Kuninori Morimoto
2020-07-23 20:19 ` Mark Brown [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=159553557415.41908.6886755663188786565.b4-ty@kernel.org \
    --to=broonie@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=kuninori.morimoto.gx@renesas.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.