SND_CARD_NEW

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

snd_card_new - create and initialize a soundcard structure  

SYNOPSIS

"SYNOPSIS"

snd_card_t * snd_card_new (int idx, const char * xid, struct module * module, int extra_size);  

ARGUMENTS

idx
card index (address) [0 ... (SNDRV_CARDS-1)]
xid
card identification (ASCII string)
module
top level module for locking
extra_size
allocate this extra size after the main soundcard structure
 

DESCRIPTION

Creates and initializes a soundcard structure.

Returns kmallocated snd_card_t structure. Creates the ALSA control interface (which is blocked until snd_card_register function is called).


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:49 GMT, October 09, 2005