SYNOPSIS
- int snd_soc_add_dai_link(struct snd_soc_card * card, struct snd_soc_dai_link * dai_link);
ARGUMENTS
card
-
- The ASoC card to which the DAI link is added
dai_link
- The new DAI link to add
DESCRIPTION
This function adds a DAI link to the ASoC card's link list.
NOTE
Topology can use this API to add DAI links when probing the topology component. And machine drivers can still define static DAI links in dai_link array.
COPYRIGHT