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.