Linux Sound subsystem development
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: lgirdwood@gmail.com, Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Cc: linux-sound@vger.kernel.org, kai.vehmanen@linux.intel.com,
	 ranjani.sridharan@linux.intel.com,
	yung-chuan.liao@linux.intel.com,  pierre-louis.bossart@linux.dev,
	liam.r.girdwood@intel.com,  mateuszx.redzynia@intel.com
Subject: Re: [PATCH 00/10] ASoC: SOF: Support for echoref (virtual DAI)
Date: Thu, 05 Feb 2026 11:04:51 +0000	[thread overview]
Message-ID: <177028949129.8656.7127330432325668231.b4-ty@kernel.org> (raw)
In-Reply-To: <20260204081833.16630-1-peter.ujfalusi@linux.intel.com>

On Wed, 04 Feb 2026 10:18:23 +0200, Peter Ujfalusi wrote:
> The series adds support for echo reference functionality by allowing
> the capturing of playback audio right before it leaves the DSP.
> For this to work correctly we need a virtual DAI that is also connected
> to the echo reference capture device and in absence of playback a
> signal generator generates silence to allow the capture to run.
> When the real playback starts, application will start to receive the
> playback audio to be usable for echo reference.
> 
> [...]

Applied to

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

Thanks!

[01/10] ASoC: SOF: sof-audio: Add a new op in struct sof_ipc_tplg_ops
        commit: 236d5e66b54b8052f7f4ae2ef2aa174e85c04a2f
[02/10] ASoC: SOF: pcm: Split up widget prepare and setup
        commit: f462697680aa15c55f642168d6694d996f8ae940
[03/10] uapi: sound: sof: tokens: Add missing token for KCPS
        commit: af0bc3ac9a9e830cb52b718ecb237c4e76a466be
[04/10] ASoC: Intel: sof_sdw: Add a DAI link for loopback capture
        commit: e614fce9fea62dddf298550a61cb11abd5d84a02
[05/10] ASoC: SOF: ipc4-topology: Add new tokens for pipeline direction
        commit: 15a55ec2f8b956d6aa0dd948c907e13db7978c6e
[06/10] ASoC: SOF: ipc4-topology: Add support for process modules with no input pins
        commit: 42d0f8695db59b74e7e7db0c851e480362a8fdca
[07/10] ASoC: SOF: sof-audio: Traverse paths with aggregated DAI widgets
        commit: 74b11b22b5942a1a9b65c39b8ba6642a6e1ff5d0
[08/10] ASoC: SOF: sof-audio: Add support for loopback capture
        commit: c4b37c21c75de7b37a3d839fa3dff63464caad1e
[09/10] ASoC: SOF: Intel: hda: Fix NULL pointer dereference
        commit: 16c589567a956d46a7c1363af3f64de3d420af20
[10/10] ASoC: SOF: Intel: hda: Add a virtual CPU DAI
        commit: 6c52fda42066a87b76fd140e027280907071dd8a

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:[~2026-02-05 11:04 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-04  8:18 [PATCH 00/10] ASoC: SOF: Support for echoref (virtual DAI) Peter Ujfalusi
2026-02-04  8:18 ` [PATCH 01/10] ASoC: SOF: sof-audio: Add a new op in struct sof_ipc_tplg_ops Peter Ujfalusi
2026-02-04  8:18 ` [PATCH 02/10] ASoC: SOF: pcm: Split up widget prepare and setup Peter Ujfalusi
2026-02-04  8:18 ` [PATCH 03/10] uapi: sound: sof: tokens: Add missing token for KCPS Peter Ujfalusi
2026-02-04  8:18 ` [PATCH 04/10] ASoC: Intel: sof_sdw: Add a DAI link for loopback capture Peter Ujfalusi
2026-02-04  8:18 ` [PATCH 05/10] ASoC: SOF: ipc4-topology: Add new tokens for pipeline direction Peter Ujfalusi
2026-02-04  8:18 ` [PATCH 06/10] ASoC: SOF: ipc4-topology: Add support for process modules with no input pins Peter Ujfalusi
2026-02-04  8:18 ` [PATCH 07/10] ASoC: SOF: sof-audio: Traverse paths with aggregated DAI widgets Peter Ujfalusi
2026-02-04  8:18 ` [PATCH 08/10] ASoC: SOF: sof-audio: Add support for loopback capture Peter Ujfalusi
2026-02-04  8:18 ` [PATCH 09/10] ASoC: SOF: Intel: hda: Fix NULL pointer dereference Peter Ujfalusi
2026-02-04  8:18 ` [PATCH 10/10] ASoC: SOF: Intel: hda: Add a virtual CPU DAI Peter Ujfalusi
2026-02-05 11:04 ` 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=177028949129.8656.7127330432325668231.b4-ty@kernel.org \
    --to=broonie@kernel.org \
    --cc=kai.vehmanen@linux.intel.com \
    --cc=lgirdwood@gmail.com \
    --cc=liam.r.girdwood@intel.com \
    --cc=linux-sound@vger.kernel.org \
    --cc=mateuszx.redzynia@intel.com \
    --cc=peter.ujfalusi@linux.intel.com \
    --cc=pierre-louis.bossart@linux.dev \
    --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