'\" t .\" Title: snd_soc_limit_volume .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: April 2019 .\" Manual: ASoC .\" Source: Kernel Hackers Manual 4.9.168 .\" Language: English .\" .TH "SND_SOC_LIMIT_VOLUME" "9" "April 2019" "Kernel Hackers Manual 4\&.9\&." "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_limit_volume \- Set new limit to an existing volume control\&. .SH "SYNOPSIS" .HP \w'int\ snd_soc_limit_volume('u .BI "int snd_soc_limit_volume(struct\ snd_soc_card\ *\ " "card" ", const\ char\ *\ " "name" ", int\ " "max" ");" .SH "ARGUMENTS" .PP \fIcard\fR .RS 4 where to look for the control .RE .PP \fIname\fR .RS 4 Name of the control .RE .PP \fImax\fR .RS 4 new maximum limit .RE .SH "DESCRIPTION" .PP Return 0 for success, else error\&. .SH "COPYRIGHT" .br