On Wed, 13 Mar 2024 12:01:45 +0100, AngeloGioacchino Del Regno wrote: > Document the dai-link subnodes and the audio-routing property, allowing > to describe machine specific audio hardware and links in device tree. > > While at it, also deprecate the old properties which were previously > used with the driver's partially hardcoded configuration. > > Also, since describing machine specific audio hardware and links replaces > the now deprecated old logic doing the same in a driver hardcoded fashion, > it is not allowed to have both the old and new properties together. > > Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx> > --- > .../sound/mt8186-mt6366-da7219-max98357.yaml | 131 ++++++++++++++++-- > .../sound/mt8186-mt6366-rt1019-rt5682s.yaml | 120 ++++++++++++++-- > 2 files changed, 233 insertions(+), 18 deletions(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>