[PATCH 00/16] ASoC: merge snd_soc_component_read() and snd_soc_component_read32()

Mark Brown broonie at kernel.org
Mon Jun 22 16:59:24 CEST 2020


On 16 Jun 2020 14:17:22 +0900, Kuninori Morimoto wrote:
> Because we can use "read" function which is using
> "regmap" or "driver", current ALSA SoC drivers are using both
> 	snd_soc_component_read()    // for regmap
> 	snd_soc_component_read32()  // for driver callback
> These are similar but needs different parameter.
> 
> This patch aggressively merge snd_soc_component_read() and _read32(),
> and makes snd_soc_component_read/write() as generally style.
> 
> [...]

Applied to

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

Thanks!

[01/16] ASoC: soc-component: merge snd_soc_component_read() and snd_soc_component_read32()
        commit: cf6e26c71bfdff823fd40945b07666d75f1e1412
[02/16] ASoC: soc-component: use io_mutex correctly
        commit: e8712315c44d2e7dfc4d29254941831ed2ddcaef
[03/16] ASoC: pxa: rename to snd_soc_component_read()
        commit: 2f86f20bafc3252b4c60152db8d2976414970513
[04/16] ASoC: atmel: rename to snd_soc_component_read()
        commit: f0daed1a49985fed34d7ef96ad5f39534e8a5f92
[05/16] ASoC: codecs: rename to snd_soc_component_read()
        commit: 981abdfe99950d6eff2481fb4c19aeeac50d0ca9
[06/16] ASoC: codecs: wcd*: rename to snd_soc_component_read()
        commit: eaf2767cad9311e864e2736e2152d31799b23eda
[07/16] ASoC: codecs: tlv*: rename to snd_soc_component_read()
        commit: e348cf543426762d7babea49712534f95d0779b9
[08/16] ASoC: codecs: max*: rename to snd_soc_component_read()
        commit: 1227f601ba34773b43969f46773430788df9e6a9
[09/16] ASoC: codecs: msm*: rename to snd_soc_component_read()
        commit: a6f80d99b939f576725b1dfd0c2b89808e101e97
[10/16] ASoC: codecs: alc*: rename to snd_soc_component_read()
        commit: e896c1ed67ef5a4df301d88ea77835e1eb4cf102
[11/16] ASoC: codecs: wm*: rename to snd_soc_component_read()
        commit: 6d75dfc3e86500eda78fc2ddc6e2cdb52b9e2a1a
[12/16] ASoC: codecs: rt*: rename to snd_soc_component_read()
        commit: 467a2553dd21c7f0468ed9e651fa4b07fd082b93
[13/16] ASoC: codecs: da*: rename to snd_soc_component_read()
        commit: 2925b58209c9acfb89b036a0d0eb5b0ebc3abb3a
[14/16] ASoC: codecs: cs*: rename to snd_soc_component_read()
        commit: a11f8a1c33ed098097ac7876a2e823c589c30b6f
[15/16] ASoC: codecs: ak*: rename to snd_soc_component_read()
        commit: 8a6fc33ba64a79c0bdb1eb8f8ebb2632af0ba36a
[16/16] ASoC: remove snd_soc_component_read32()
        commit: 5b554b0a29ce9610e3c237c77a1f76db87454b72

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


More information about the Alsa-devel mailing list