alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: tiwai@suse.de, Bard Liao <yung-chuan.liao@linux.intel.com>
Cc: alsa-devel@alsa-project.org,
	pierre-louis.bossart@linux.intel.com, vkoul@kernel.org,
	bard.liao@intel.com
Subject: Re: [PATCH 00/13] ASoC: SoundWire codecs: simplify/fix set_stream
Date: Thu, 30 Mar 2023 14:28:23 +0100	[thread overview]
Message-ID: <168018290301.3345013.10279767218349232825.b4-ty@kernel.org> (raw)
In-Reply-To: <20230324014408.1677505-1-yung-chuan.liao@linux.intel.com>

On Fri, 24 Mar 2023 09:43:55 +0800, Bard Liao wrote:
> Simplify set_stream in SoundWire codecs.
> 
> Pierre-Louis Bossart (13):
>   ASoC: codecs: cs42l42-sdw: clear stream
>   ASoC: codecs: sdw-mockup: simplify set_stream
>   ASoC: codecs: max98373-sdw: simplify set_stream
>   ASoC: codecs: rt1308-sdw: simplify set_stream
>   ASoC: codecs: rt1316-sdw: simplify set_stream
>   ASoC: codecs: rt1318-sdw: simplify set_stream
>   ASoC: codecs: rt700-sdw: simplify set_stream
>   ASoC: codecs: rt711-sdw: simplify set_stream
>   ASoC: codecs: rt711-sdca: simplify set_stream
>   ASoC: codecs: rt712-sdca: simplify set_stream
>   ASoC: codecs: rt715: simplify set_stream
>   ASoC: codecs: rt715-sdca: simplify set_stream
>   ASoC: codecs: rt5682-sdw: simplify set_stream
> 
> [...]

Applied to

   broonie/sound.git for-next

Thanks!

[01/13] ASoC: codecs: cs42l42-sdw: clear stream
        commit: 892855d57c47c32f475e9efa36c1a3452cc19918
[02/13] ASoC: codecs: sdw-mockup: simplify set_stream
        commit: f3def177876450df07fab6f28ad24a70397dc94d
[03/13] ASoC: codecs: max98373-sdw: simplify set_stream
        commit: 658d6f7381b1be5a6fec7d90c865fb593b8c78b6
[04/13] ASoC: codecs: rt1308-sdw: simplify set_stream
        commit: ce8ffc1bac7bee5015eb68faf214b39fcbd65d15
[05/13] ASoC: codecs: rt1316-sdw: simplify set_stream
        commit: 1294d7d71f6abad6299a12cf6911f8e5622c7865
[06/13] ASoC: codecs: rt1318-sdw: simplify set_stream
        commit: be8e5a850eb1780bae360b9b48b6d2ab70e5fb03
[07/13] ASoC: codecs: rt700-sdw: simplify set_stream
        commit: 3bcced019eb266e91b7eecc1f8fd3da5f55ca4cd
[08/13] ASoC: codecs: rt711-sdw: simplify set_stream
        commit: fa55b31fb65347ceab617af7541f0a31b53901f1
[09/13] ASoC: codecs: rt711-sdca: simplify set_stream
        commit: b2790eccc0bc755d37ed5cd8d225cec0d72798c8
[10/13] ASoC: codecs: rt712-sdca: simplify set_stream
        commit: 278432084b093f7257cf96c75bb33f155e4a8232
[11/13] ASoC: codecs: rt715: simplify set_stream
        commit: e506b2bd1d2e9daaedd1db2ef9868f7b8c4c86c3
[12/13] ASoC: codecs: rt715-sdca: simplify set_stream
        commit: cf1d6a3ad07c982a09455bf8720dc75754909932
[13/13] ASoC: codecs: rt5682-sdw: simplify set_stream
        commit: b3a2e00e20671091f7175f8f36b7f9c9ea2e77bb

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:[~2023-03-30 13:30 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-24  1:43 [PATCH 00/13] ASoC: SoundWire codecs: simplify/fix set_stream Bard Liao
2023-03-24  1:43 ` [PATCH 01/13] ASoC: codecs: cs42l42-sdw: clear stream Bard Liao
2023-03-24  1:43 ` [PATCH 02/13] ASoC: codecs: sdw-mockup: simplify set_stream Bard Liao
2023-03-24  1:43 ` [PATCH 03/13] ASoC: codecs: max98373-sdw: " Bard Liao
2023-03-24  1:43 ` [PATCH 04/13] ASoC: codecs: rt1308-sdw: " Bard Liao
2023-03-24  1:44 ` [PATCH 05/13] ASoC: codecs: rt1316-sdw: " Bard Liao
2023-03-24  1:44 ` [PATCH 06/13] ASoC: codecs: rt1318-sdw: " Bard Liao
2023-03-24  1:44 ` [PATCH 07/13] ASoC: codecs: rt700-sdw: " Bard Liao
2023-03-24  1:44 ` [PATCH 08/13] ASoC: codecs: rt711-sdw: " Bard Liao
2023-03-24  1:44 ` [PATCH 09/13] ASoC: codecs: rt711-sdca: " Bard Liao
2023-03-24  1:44 ` [PATCH 10/13] ASoC: codecs: rt712-sdca: " Bard Liao
2023-03-24  1:44 ` [PATCH 11/13] ASoC: codecs: rt715: " Bard Liao
2023-03-24  1:44 ` [PATCH 12/13] ASoC: codecs: rt715-sdca: " Bard Liao
2023-03-24  1:44 ` [PATCH 13/13] ASoC: codecs: rt5682-sdw: " Bard Liao
2023-03-30 13:28 ` 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=168018290301.3345013.10279767218349232825.b4-ty@kernel.org \
    --to=broonie@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=bard.liao@intel.com \
    --cc=pierre-louis.bossart@linux.intel.com \
    --cc=tiwai@suse.de \
    --cc=vkoul@kernel.org \
    --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).