'\" t .\" Title: snd_device_initialize .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: April 2019 .\" Manual: Management of Cards and Devices .\" Source: Kernel Hackers Manual 4.9.168 .\" Language: English .\" .TH "SND_DEVICE_INITIALIZ" "9" "April 2019" "Kernel Hackers Manual 4\&.9\&." "Management of Cards and Device" .\" ----------------------------------------------------------------- .\" * 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_device_initialize \- Initialize struct device for sound devices .SH "SYNOPSIS" .HP \w'void\ snd_device_initialize('u .BI "void snd_device_initialize(struct\ device\ *\ " "dev" ", struct\ snd_card\ *\ " "card" ");" .SH "ARGUMENTS" .PP \fIdev\fR .RS 4 device to initialize .RE .PP \fIcard\fR .RS 4 card to assign, optional .RE .SH "COPYRIGHT" .br