'\" t .\" Title: snd_soc_find_dai .\" 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_FIND_DAI" "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_find_dai \- Find a registered DAI .SH "SYNOPSIS" .HP \w'struct\ snd_soc_dai\ *\ snd_soc_find_dai('u .BI "struct snd_soc_dai * snd_soc_find_dai(const\ struct\ snd_soc_dai_link_component\ *\ " "dlc" ");" .SH "ARGUMENTS" .PP \fIdlc\fR .RS 4 name of the DAI and optional component info to match .RE .SH "DESCRIPTION" .PP This function will search all regsitered components and their DAIs to find the DAI of the same name\&. The component\*(Aqs of_node and name should also match if being specified\&. .SH "RETURN" .PP pointer of DAI, or NULL if not found\&. .SH "COPYRIGHT" .br