From: Kuninori Morimoto Date: Mon, 24 Apr 2023 02:36:19 +0000 (+0000) Subject: ASoC: sof: use asoc_dummy_dlc X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=91cd742b22038dc794e3cb298575d92595e58f71;p=linux.git ASoC: sof: use asoc_dummy_dlc Now we can share asoc_dummy_dlc. This patch use it. Signed-off-by: Kuninori Morimoto dai_name = drv[i].name; links[i].platforms->name = dev_name(dev->parent); - links[i].codecs->dai_name = "snd-soc-dummy-dai"; - links[i].codecs->name = "snd-soc-dummy"; if (drv[i].playback.channels_min) links[i].dpcm_playback = 1; if (drv[i].capture.channels_min)