All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] ASoC: audio-graph-card2: Introduce playback-only/capture-only DAI link flags
@ 2023-11-28  8:11 Daniel Baluta
  2023-11-28  8:11 ` [PATCH v4 1/2] " Daniel Baluta
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Daniel Baluta @ 2023-11-28  8:11 UTC (permalink / raw)
  To: broonie, robh+dt
  Cc: kuninori.morimoto.gx, devicetree, linux-kernel, lgirdwood,
	daniel.baluta, alsa-devel, iuliana.prodan, shengjiu.wang

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(+)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-12-14 13:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-28  8:11 [PATCH v4 0/2] ASoC: audio-graph-card2: Introduce playback-only/capture-only DAI link flags Daniel Baluta
2023-11-28  8:11 ` [PATCH v4 1/2] " Daniel Baluta
2023-11-28  8:11 ` [PATCH v4 2/2] ASoC: dt-bindings: audio-graph-port: Document new DAI link flags playback-only/capture-only Daniel Baluta
2023-11-29 14:54   ` Rob Herring
2023-12-14 13:37 ` [PATCH v4 0/2] ASoC: audio-graph-card2: Introduce playback-only/capture-only DAI link flags Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.