'\" t .\" Title: snd_soc_component_write .\" 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_COMPONENT_WR" "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_component_write \- Write register value .SH "SYNOPSIS" .HP \w'int\ snd_soc_component_write('u .BI "int snd_soc_component_write(struct\ snd_soc_component\ *\ " "component" ", unsigned\ int\ " "reg" ", unsigned\ int\ " "val" ");" .SH "ARGUMENTS" .PP \fIcomponent\fR .RS 4 Component to write to .RE .PP \fIreg\fR .RS 4 Register to write .RE .PP \fIval\fR .RS 4 Value to write to the register .RE .SH "RETURN" .PP 0 on success, a negative error code otherwise\&. .SH "COPYRIGHT" .br