'\" t .\" Title: snd_soc_add_dai_link .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: ASoC .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "SND_SOC_ADD_DAI_LINK" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "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_add_dai_link \- Add a DAI link dynamically .SH "SYNOPSIS" .HP \w'int\ snd_soc_add_dai_link('u .BI "int snd_soc_add_dai_link(struct\ snd_soc_card\ *\ " "card" ", struct\ snd_soc_dai_link\ *\ " "dai_link" ");" .SH "ARGUMENTS" .PP \fIcard\fR .RS 4 The ASoC card to which the DAI link is added .RE .PP \fIdai_link\fR .RS 4 The new DAI link to add .RE .SH "DESCRIPTION" .PP This function adds a DAI link to the ASoC card\*(Aqs link list\&. .SH "NOTE" .PP 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\&. .SH "COPYRIGHT" .br