snd_card_create(9) centos man page | unix.com

Man Page: snd_card_create

Operating Environment: centos

Section: 9

SND_CARD_CREATE(9)					  Management of Cards and Device					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.
RETURN
Zero if successful or a negative error code.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 SND_CARD_CREATE(9)
Related Man Pages
init_module(2) - redhat
amixer(1) - debian
struct_device_driver(9) - centos
smmixer(8) - debian
alsactl(1) - suse
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Best performance UNIX just for HOST Virtualization?
CentOS7 restoring file capabilities
Docker learning Phase-I
CentOS 6 ran out of space, need to reclaim it