'\" t .\" Title: snd_soc_remove_dai_link .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: April 2019 .\" Manual: ASoC .\" Source: Kernel Hackers Manual 4.9.168 .\" Language: English .\" .TH "SND_SOC_REMOVE_DAI_L" "9" "April 2019" "Kernel Hackers Manual 4\&.9\&." "ASoC" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" snd_soc_remove_dai_link \- Remove a DAI link from the list .SH "SYNOPSIS" .HP \w'void\ snd_soc_remove_dai_link('u .BI "void snd_soc_remove_dai_link(struct\ snd_soc_card\ *\ " "card" ", struct\ snd_soc_dai_link\ *\ " "dai_link" ");" .SH "ARGUMENTS" .PP \fIcard\fR .RS 4 The ASoC card that owns the link .RE .PP \fIdai_link\fR .RS 4 The DAI link to remove .RE .SH "DESCRIPTION" .PP This function removes a DAI link from the ASoC card\*(Aqs link list\&. .PP For DAI links previously added by topology, topology should remove them by using the dobj embedded in the link\&. .SH "COPYRIGHT" .br