[PATCH v3 0/2] Introduce playback-only/capture-only DAI link flags

Daniel Baluta posted 2 patches 2 years, 1 month ago
.../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(+)
[PATCH v3 0/2] Introduce playback-only/capture-only DAI link flags
Posted by Daniel Baluta 2 years, 1 month ago
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

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