• M
    ASoC: Define API to find a dai link · 17fb1755
    Mengdong Lin 提交于
    Define the API to find an existing DAI link of the soc card by matching
    the ID, name and stream name.
    
    Some cards may use unique ID for each DAI link, so matching ID is enough,
    and name or stream name are not necessary. But user need to specify name
    or stream name as well if not sure whether link ID is unique since most
    cards use 0 as the default link ID.
    
    Topology can use this API to find an existing BE link and configure it.
    Signed-off-by: NMengdong Lin <mengdong.lin@linux.intel.com>
    Signed-off-by: NMark Brown <broonie@kernel.org>
    17fb1755
soc-core.c 100.1 KB