suse man page for snd_card_create

Query: snd_card_create

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SND_CARD_CREATE(9)						   Sound Devices						SND_CARD_CREATE(9)

NAME
snd_card_create - create and initialize a soundcard structure
SYNOPSIS
int snd_card_create(int idx, const char * xid, struct module * module, int extra_size, struct snd_card ** card_ret);
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 card_ret the pointer to store the created card instance
DESCRIPTION
Creates and initializes a soundcard structure. The function allocates snd_card instance via kzalloc with the given space for the driver to use freely. The allocated struct is stored in the given card_ret pointer. Returns zero if successful or a negative error code.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 SND_CARD_CREATE(9)
Related Man Pages
memory_cb(4) - redhat
sndconfig(8) - redhat
smmixer(8) - debian
init_module(2) - suse
streamadm(4) - osf1
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Grant unprivileged user rights to see the output of echo|format but not modify disks
Cut command on RHEL 6.8 compatibility issues
The Future of the PM (Private Message) System at UNIX.com
32 bit process addressing more than 4GB