ASoC: meson: axg-card: set link name based on link node name
authorJerome Brunet <jbrunet@baylibre.com>
Wed, 15 May 2019 13:18:54 +0000 (15:18 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 16 May 2019 11:12:59 +0000 (12:12 +0100)
commit1b74211011eb064914b8155a77a8aaae61cd27eb
treeeece41e6a262b6bce611983c034b9fccc26acc1a
parentcf61f5b01531a2b64b875894fa97aa891d39e871
ASoC: meson: axg-card: set link name based on link node name

So far the link names of the axg sound card was derived from the cpu name
of the link. Since the dai link must be unique, it works as long as a
device does not provide more than one cpu dai. However, the 'tohdmitx'
does provide 2 dais used as cpu on codec-to-codec links

Instead of cpu name, use the node name of the dai link. DT already enforce
the uniqueness of this name

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Tested-by: Neil Armstrong <narmstrong@baylibre.com>
Tested-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/meson/axg-card.c