'\" t .\" Title: snd_soc_dapm_new_controls .\" 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_DAPM_NEW_CON" "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_dapm_new_controls \- create new dapm controls .SH "SYNOPSIS" .HP \w'int\ snd_soc_dapm_new_controls('u .BI "int snd_soc_dapm_new_controls(struct\ snd_soc_dapm_context\ *\ " "dapm" ", const\ struct\ snd_soc_dapm_widget\ *\ " "widget" ", int\ " "num" ");" .SH "ARGUMENTS" .PP \fIdapm\fR .RS 4 DAPM context .RE .PP \fIwidget\fR .RS 4 widget array .RE .PP \fInum\fR .RS 4 number of widgets .RE .SH "DESCRIPTION" .PP Creates new DAPM controls based upon the templates\&. .PP Returns 0 for success else error\&. .SH "COPYRIGHT" .br