From: Mark Brown Date: Tue, 20 Jun 2023 23:56:00 +0000 (+0100) Subject: add snd_soc_{of_}get_dlc() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3067e020d361ed346957eb5e253911f7a3e18f59;p=linux.git add snd_soc_{of_}get_dlc() Merge series from Kuninori Morimoto : Current soc-core.c has snd_soc_{of_}get_dai_name() to get DAI name for dlc (snd_soc_dai_link_component). It gets .dai_name, but we need .of_node too. Therefor user need to arrange. It will be more useful if it gets both .dai_name and .of_node. This patch adds snd_soc_{of_}get_dlc() for it, and convert to use it. --- 3067e020d361ed346957eb5e253911f7a3e18f59