snd_soc_remove_dai_link (9) - Linux Manuals
snd_soc_remove_dai_link: Remove a DAI link from the list
NAME
snd_soc_remove_dai_link - Remove a DAI link from the list
SYNOPSIS
-
void snd_soc_remove_dai_link(struct snd_soc_card
* card, struct snd_soc_dai_link* dai_link);
ARGUMENTS
card
-
- The ASoC card that owns the link
dai_link
- The DAI link to remove
DESCRIPTION
This function removes a DAI link from the ASoC card's link list.
For DAI links previously added by topology, topology should remove them by using the dobj embedded in the link.
COPYRIGHT