'\" t .\" Title: snd_soc_codec_set_sysclk .\" 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_CODEC_SET_SY" "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_codec_set_sysclk \- configure CODEC system or master clock\&. .SH "SYNOPSIS" .HP \w'int\ snd_soc_codec_set_sysclk('u .BI "int snd_soc_codec_set_sysclk(struct\ snd_soc_codec\ *\ " "codec" ", int\ " "clk_id" ", int\ " "source" ", unsigned\ int\ " "freq" ", int\ " "dir" ");" .SH "ARGUMENTS" .PP \fIcodec\fR .RS 4 CODEC .RE .PP \fIclk_id\fR .RS 4 DAI specific clock ID .RE .PP \fIsource\fR .RS 4 Source for the clock .RE .PP \fIfreq\fR .RS 4 new clock frequency in Hz .RE .PP \fIdir\fR .RS 4 new clock direction \- input/output\&. .RE .SH "DESCRIPTION" .PP Configures the CODEC master (MCLK) or system (SYSCLK) clocking\&. .SH "COPYRIGHT" .br