Message ID | 20231128081119.106360-1-daniel.baluta@oss.nxp.com (mailing list archive) |
---|---|
Headers | show |
Series | ASoC: audio-graph-card2: Introduce playback-only/capture-only DAI link flags | expand |
On Tue, 28 Nov 2023 10:11:17 +0200, Daniel Baluta wrote: > This patchseries allows users to specify a link only direction with > audio-graph-card2. > > Changes since v1 - https://lore.kernel.org/lkml/20230801082433.548206-1-daniel.baluta@oss.nxp.com/T/ > - used audio-graph-card2 instead of simple-card as we are deprecting simple-card. > > Changes since v2: > - Fix device tree binding error reported by Rob > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/2] ASoC: audio-graph-card2: Introduce playback-only/capture-only DAI link flags commit: d29351e8c20d61a852bbdfcab7bb7166bd916558 [2/2] ASoC: dt-bindings: audio-graph-port: Document new DAI link flags playback-only/capture-only commit: af29e51bee8223d8b26e574489d2433b88cdeb2f 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
From: Daniel Baluta <daniel.baluta@nxp.com> This patchseries allows users to specify a link only direction with audio-graph-card2. Changes since v1 - https://lore.kernel.org/lkml/20230801082433.548206-1-daniel.baluta@oss.nxp.com/T/ - used audio-graph-card2 instead of simple-card as we are deprecting simple-card. Changes since v2: - Fix device tree binding error reported by Rob Changes since v3: - Add signed-off-by line to patch 1/2 - Enhance commit messsage for patch 1/2 to explain why the patch is needed. Daniel Baluta (2): ASoC: audio-graph-card2: Introduce playback-only/capture-only DAI link flags ASoC: dt-bindings: audio-graph-port: Document new DAI link flags playback-only/capture-only .../bindings/sound/audio-graph-port.yaml | 6 ++++++ include/sound/simple_card_utils.h | 3 +++ sound/soc/generic/audio-graph-card2.c | 6 ++++++ sound/soc/generic/simple-card-utils.c | 19 +++++++++++++++++++ 4 files changed, 34 insertions(+)