'\" t .\" Title: devm_snd_dmaengine_pcm_register .\" 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 "DEVM_SND_DMAENGINE_P" "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" devm_snd_dmaengine_pcm_register \- resource managed dmaengine PCM registration .SH "SYNOPSIS" .HP \w'int\ devm_snd_dmaengine_pcm_register('u .BI "int devm_snd_dmaengine_pcm_register(struct\ device\ *\ " "dev" ", const\ struct\ snd_dmaengine_pcm_config\ *\ " "config" ", unsigned\ int\ " "flags" ");" .SH "ARGUMENTS" .PP \fIdev\fR .RS 4 The parent device for the PCM device .RE .PP \fIconfig\fR .RS 4 Platform specific PCM configuration .RE .PP \fIflags\fR .RS 4 Platform specific quirks .RE .SH "DESCRIPTION" .PP Register a dmaengine based PCM device with automatic unregistration when the device is unregistered\&. .SH "COPYRIGHT" .br