'\" t .\" Title: snd_soc_dai_set_pll .\" 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_DAI_SET_PLL" "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_dai_set_pll \- configure DAI PLL\&. .SH "SYNOPSIS" .HP \w'int\ snd_soc_dai_set_pll('u .BI "int snd_soc_dai_set_pll(struct\ snd_soc_dai\ *\ " "dai" ", int\ " "pll_id" ", int\ " "source" ", unsigned\ int\ " "freq_in" ", unsigned\ int\ " "freq_out" ");" .SH "ARGUMENTS" .PP \fIdai\fR .RS 4 DAI .RE .PP \fIpll_id\fR .RS 4 DAI specific PLL ID .RE .PP \fIsource\fR .RS 4 DAI specific source for the PLL .RE .PP \fIfreq_in\fR .RS 4 PLL input clock frequency in Hz .RE .PP \fIfreq_out\fR .RS 4 requested PLL output clock frequency in Hz .RE .SH "DESCRIPTION" .PP Configures and enables PLL to generate output clock based on input clock\&. .SH "COPYRIGHT" .br