snd_device_register(9) centos man page | unix.com

Man Page: snd_device_register

Operating Environment: centos

Section: 9

SND_DEVICE_REGISTER(9)					  Management of Cards and Device				    SND_DEVICE_REGISTER(9)

NAME
snd_device_register - register the device
SYNOPSIS
int snd_device_register(struct snd_card * card, void * device_data);
ARGUMENTS
card the card instance device_data the data pointer to register
DESCRIPTION
Registers the device which was already created via snd_device_new. Usually this is called from snd_card_register, but it can be called later if any new devices are created after invocation of snd_card_register.
RETURN
Zero if successful, or a negative error code on failure or if the device not found.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 SND_DEVICE_REGISTER(9)
Related Man Pages
device_create_vargs(9) - centos
device_create_with_groups(9) - centos
memory_cb(4) - redhat
stab(5) - redhat
device(9) - minix
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
DB2 convert digits to binary format
Controlling user input
[TIP] Processing YAML files with yq