ASoC: add and use asoc_dummy_dlc
authorMark Brown <broonie@kernel.org>
Tue, 9 May 2023 09:31:38 +0000 (18:31 +0900)
committerMark Brown <broonie@kernel.org>
Tue, 9 May 2023 09:31:38 +0000 (18:31 +0900)
commit850d174696c3542cd39ca196bc7ade1ba7ceddf7
tree0064cbfce4ec5d5afee1a8801e03e60ff342cf96
parent7f5d6036ca0059f749414380e19bfc346961353c
parent5a7bec81bd229a2512b303578e137324ba0eff5f
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.