mbox series

[v1,0/2] ASoC: meson: implement link-name optional property in meson audio card

Message ID 20240408164947.30717-1-ddrokosov@salutedevices.com (mailing list archive)
Headers show
Series ASoC: meson: implement link-name optional property in meson audio card | expand

Message

Dmitry Rokosov April 8, 2024, 4:49 p.m. UTC
The 'link-name' is optional feature in the Device Tree that allows users
to customize the name associated with the DAI link and PCM stream.  This
feature provides enhanced flexibility in DAI naming conventions, leading
to improved system integration and a better user experience.

Dmitry Rokosov (2):
  ASoC: dt-bindings: meson: introduce link-name optional property
  ASoC: meson: implement link-name optional property in meson card utils

 .../bindings/sound/amlogic,axg-sound-card.yaml       |  6 ++++++
 .../bindings/sound/amlogic,gx-sound-card.yaml        |  6 ++++++
 sound/soc/meson/meson-card-utils.c                   | 12 ++++++++----
 3 files changed, 20 insertions(+), 4 deletions(-)