On Wed, Mar 13, 2024 at 5:02 AM AngeloGioacchino Del Regno angelogioacchino.delregno@collabora.com 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@collabora.com
.../sound/mt8192-mt6359-rt1015-rt5682.yaml | 139 ++++++++++++++++-- 1 file changed, 129 insertions(+), 10 deletions(-)
Reviewed-by: Rob Herring robh@kernel.org