alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: alsa-devel@alsa-project.org, Kai Vehmanen <kai.vehmanen@linux.intel.com>
Cc: daniel.baluta@nxp.com, lgirdwood@gmail.com,
	yung-chuan.liao@linux.intel.com,
	ranjani.sridharan@linux.intel.com,
	pierre-louis.bossart@linux.intel.com
Subject: Re: [PATCH 00/10] ASoC: SOF: Fixes for Intel HD-Audio DMA stopping
Date: Sat, 27 Nov 2021 01:29:45 +0000	[thread overview]
Message-ID: <163797658586.2987942.9235055791379265106.b4-ty@kernel.org> (raw)
In-Reply-To: <20211125101520.291581-1-kai.vehmanen@linux.intel.com>

On Thu, 25 Nov 2021 12:15:10 +0200, Kai Vehmanen wrote:
> Implement an updated programming sequence to handle DMA stop for Intel
> HD-Audio DMA.
> 
> The new flow is only used if the firmware is sufficiently new to support
> the feature. SOF1.9.2 is the first release with the updated flow. The kernel
> changes are backwards compatible with old firmware releases. Likewise new
> firmware releases will work with old kernel.
> 
> [...]

Applied to

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

Thanks!

[01/10] ASoC: SOF: Intel: hda: clear stream before freeing the DAI widget
        commit: e14cddc5888418cc9f2ba66c01a04cdbab3b5b25
[02/10] ASoC: SOF: Intel: hda: Add a helper function for stream reset
        commit: 2b1acedccf36434924ae530410e008e7eb427cd3
[03/10] ASoC: SOF: Intel: hda: reset stream before coupling host and link DMA's
        commit: 4794601a52d40a425542be1b88f8f5614fcf45b4
[04/10] ASoC: SOF: pcm: invoke platform hw_free for STOP/SUSPEND triggers
        commit: 0dd71a3340b92b503278af4565156f086ccbca3f
[05/10] ASoC: SOF: call platform hw_free for paused streams during suspend
        commit: 47934e0fcbbe2bf488bcae2d68431b9ea5972488
[06/10] ASoC: SOF: Add a helper for freeing PCM stream
        commit: d9a7246534753efa383ad8d05ab3691df846c4b4
[07/10] ASoC: SOF: pcm: move the check for prepared flag
        commit: 85d7acd0ef18725b1d3a7980eee8b84d46296b91
[08/10] ASoC: SOF: align the hw_free sequence with stop
        commit: 0b639dcd457b1d3fc660e5a77b02cf65acde3b5a
[09/10] ASoC: SOF: IPC: dai: Expand DAI_CONFIG IPC flags
        commit: a0f84dfb3f6d9f78f862cbe885036d3e4449fc6f
[10/10] ASoC: SOF: Intel: hda: send DAI_CONFIG IPC during pause
        commit: 69acac569031426e2ab9b5244593b60d0c9abd04

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-11-27  1:31 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-25 10:15 [PATCH 00/10] ASoC: SOF: Fixes for Intel HD-Audio DMA stopping Kai Vehmanen
2021-11-25 10:15 ` [PATCH 01/10] ASoC: SOF: Intel: hda: clear stream before freeing the DAI widget Kai Vehmanen
2021-11-25 10:15 ` [PATCH 02/10] ASoC: SOF: Intel: hda: Add a helper function for stream reset Kai Vehmanen
2021-11-25 10:15 ` [PATCH 03/10] ASoC: SOF: Intel: hda: reset stream before coupling host and link DMA's Kai Vehmanen
2021-11-25 10:15 ` [PATCH 04/10] ASoC: SOF: pcm: invoke platform hw_free for STOP/SUSPEND triggers Kai Vehmanen
2021-11-25 10:15 ` [PATCH 05/10] ASoC: SOF: call platform hw_free for paused streams during suspend Kai Vehmanen
2021-11-25 10:15 ` [PATCH 06/10] ASoC: SOF: Add a helper for freeing PCM stream Kai Vehmanen
2021-11-25 10:15 ` [PATCH 07/10] ASoC: SOF: pcm: move the check for prepared flag Kai Vehmanen
2021-11-25 10:15 ` [PATCH 08/10] ASoC: SOF: align the hw_free sequence with stop Kai Vehmanen
2021-11-25 10:15 ` [PATCH 09/10] ASoC: SOF: IPC: dai: Expand DAI_CONFIG IPC flags Kai Vehmanen
2021-11-25 10:15 ` [PATCH 10/10] ASoC: SOF: Intel: hda: send DAI_CONFIG IPC during pause Kai Vehmanen
2021-11-27  1:29 ` 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=163797658586.2987942.9235055791379265106.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=lgirdwood@gmail.com \
    --cc=pierre-louis.bossart@linux.intel.com \
    --cc=ranjani.sridharan@linux.intel.com \
    --cc=yung-chuan.liao@linux.intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).