All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: lgirdwood@gmail.com, vkoul@kernel.org,
	Peter Ujfalusi <peter.ujfalusi@linux.intel.com>,
	perex@perex.cz, tiwai@suse.com
Cc: alsa-devel@alsa-project.org, kai.vehmanen@linux.intel.com,
	kuninori.morimoto.gx@renesas.com,
	pierre-louis.bossart@linux.intel.com,
	Mark Brown <broonie@kernel.org>,
	daniel.baluta@nxp.com
Subject: Re: [PATCH 0/2] ASoC: compress: Support module_get on stream open
Date: Mon, 20 Sep 2021 16:30:44 +0100	[thread overview]
Message-ID: <163215150719.38322.2208003533151877316.b4-ty@kernel.org> (raw)
In-Reply-To: <20210901095255.3617-1-peter.ujfalusi@linux.intel.com>

On Wed, 1 Sep 2021 12:52:53 +0300, Peter Ujfalusi wrote:
> SOF is marking all componet drivers with module_get_upon_open = 1 which works
> fine with normal PCM streams, however on compressed side the module get upon
> open is not supported. The module_get works when module_get_upon_open is not set
> becasue the snd_soc_component_module_get_when_probe() will pass NULL for the
> substream parameter of snd_soc_component_module_get().
> 
> In order to re-use the existing infrastructure for module_get, the proposal is
> to convert the mark_module to void pointer (like the pm mark) and implement
> matching code for the compressed open/free to pcm open/close.
> 
> [...]

Applied to

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

Thanks!

[1/2] ASoC: soc-component: Convert the mark_module to void*
      commit: a739fdc26211952edb34bf1ac9ed7afe220a5d54
[2/2] ASoC: compress/component: Use module_get_when_open/put_when_close for cstream
      commit: cd46f3824480740879d2c15d65c6e6b038f96021

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:[~2021-09-20 15:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-01  9:52 [PATCH 0/2] ASoC: compress: Support module_get on stream open Peter Ujfalusi
2021-09-01  9:52 ` [PATCH 1/2] ASoC: soc-component: Convert the mark_module to void* Peter Ujfalusi
2021-09-01  9:52 ` [PATCH 2/2] ASoC: compress/component: Use module_get_when_open/put_when_close for cstream Peter Ujfalusi
2021-09-20 15:30 ` 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=163215150719.38322.2208003533151877316.b4-ty@kernel.org \
    --to=broonie@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=daniel.baluta@nxp.com \
    --cc=kai.vehmanen@linux.intel.com \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=lgirdwood@gmail.com \
    --cc=perex@perex.cz \
    --cc=peter.ujfalusi@linux.intel.com \
    --cc=pierre-louis.bossart@linux.intel.com \
    --cc=tiwai@suse.com \
    --cc=vkoul@kernel.org \
    /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.