mbox series

[00/11] ASoC: simple-card: sync support

Message ID 87bk4qh6h8.wl-kuninori.morimoto.gx@renesas.com
Headers show
Series ASoC: simple-card: sync support | expand

Message

Kuninori Morimoto May 28, 2024, 5:04 a.m. UTC
Hi Mark

We have simle-card / audio-graph / audio-graph2, basically these supports
same feature but is using different DT style.

Because we are using 3 drivers, some feature was added to one driver,
but other drivers doesn't have it. This patch set try to sync it on these
3 drivers.

Kuninori Morimoto (11):
  ASoC: simple-card-utils: remove both playback/capture_only check
  ASoC: audio-graph-card2: add ep_to_port() / port_to_ports()
  ASoC: audio-graph-card2: remove ports node name check
  ASoC: audio-graph-card2: expand dai_link property part
  ASoC: audio-graph-card2: merge graph_parse_mclk_fs() into graph_link_init()
  ASoC: audio-graph-card: add ep_to_port() / port_to_ports()
  ASoC: audio-graph-card: remove ports node name check
  ASoC: audio-graph-card: enable playback/capture_only property
  ASoC: audio-graph-card: merge graph_parse_mclk_fs() into graph_link_init()
  ASoC: simple-audio-card: enable playback/capture_only property
  ASoC: simple-audio-card: merge simple_parse_mclk_fs() into simple_link_init()

 include/sound/simple_card_utils.h     |   2 +-
 sound/soc/generic/audio-graph-card.c  |  95 ++++++++------
 sound/soc/generic/audio-graph-card2.c | 171 +++++++++++++++-----------
 sound/soc/generic/simple-card-utils.c |  23 ++--
 sound/soc/generic/simple-card.c       |  56 +++++----
 5 files changed, 198 insertions(+), 149 deletions(-)

Comments

Mark Brown June 5, 2024, 9:38 p.m. UTC | #1
On Tue, 28 May 2024 05:04:58 +0000, Kuninori Morimoto wrote:
> We have simle-card / audio-graph / audio-graph2, basically these supports
> same feature but is using different DT style.
> 
> Because we are using 3 drivers, some feature was added to one driver,
> but other drivers doesn't have it. This patch set try to sync it on these
> 3 drivers.
> 
> [...]

Applied to

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

Thanks!

[01/11] ASoC: simple-card-utils: remove both playback/capture_only check
        commit: 45919c28134519080a85a5fb66d0f65955ef7572
[02/11] ASoC: audio-graph-card2: add ep_to_port() / port_to_ports()
        commit: 72999a1b6663f1ff604e79aea54f168f78e2441a
[03/11] ASoC: audio-graph-card2: remove ports node name check
        commit: 33ae57277ce08b83c65c18a09bf09499de613c01
[04/11] ASoC: audio-graph-card2: expand dai_link property part
        commit: 844de7eebe97a1c277f8a408457712086c957195
[05/11] ASoC: audio-graph-card2: merge graph_parse_mclk_fs() into graph_link_init()
        commit: f2d7e85962baf410b1bbbb4cf23a1ca59261ef76
[06/11] ASoC: audio-graph-card: add ep_to_port() / port_to_ports()
        commit: df23fcd56bb75ab522350bd8cb52bde9067aea45
[07/11] ASoC: audio-graph-card: remove ports node name check
        commit: 84c9601a92b755f869ac811607402e5b2162c225
[08/11] ASoC: audio-graph-card: enable playback/capture_only property
        commit: f23bac6e6913eed9eb831b4893255ea862d40ea5
[09/11] ASoC: audio-graph-card: merge graph_parse_mclk_fs() into graph_link_init()
        commit: a0174c88386b48bea7c35bc5a927f7057cb45d38
[10/11] ASoC: simple-audio-card: enable playback/capture_only property
        commit: 42d37e8de8f2d121481a65e6a3e10f6387c0ad4c
[11/11] ASoC: simple-audio-card: merge simple_parse_mclk_fs() into simple_link_init()
        commit: c4cfe1136d6edf8970ccdd944b7f86f7aa3edb77

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