From: Mark Brown <broonie@kernel.org>
Date: Tue, 9 May 2023 09:31:38 +0000 (+0900)
Subject: ASoC: add and use asoc_dummy_dlc
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=850d174696c3542cd39ca196bc7ade1ba7ceddf7;p=linux.git

ASoC: add and use asoc_dummy_dlc

Merge series from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:

Many ASoC drivers are using dummy DAI.
I have 2 concern about it. 1st one is there is no guarantee that local
strings ("snd-soc-dummy-dai",  "snd-soc-dummy") are kept until the card
was binded if it was added at subfunction.
2nd one is we can use common snd_soc_dai_link_component for it.
This patch-set adds common asoc_dummy_dlc, and use it.
---

850d174696c3542cd39ca196bc7ade1ba7ceddf7