Query: snd_register_device
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SND_REGISTER_DEVICE(9) Miscellaneous Functions SND_REGISTER_DEVICE(9)NAMEsnd_register_device - Register the ALSA device file for the cardSYNOPSISint snd_register_device(int type, struct snd_card * card, int dev, const struct file_operations * f_ops, void * private_data, const char * name);ARGUMENTStype the device type, SNDRV_DEVICE_TYPE_XXX card the card instance dev the device index f_ops the file operations private_data user pointer for f_ops->open name the device file nameDESCRIPTIONRegisters an ALSA device file for the given card. The operators have to be set in reg parameter. This function uses the card's device pointer to link to the correct struct device.RETURNZero if successful, or a negative error code on failure.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SND_REGISTER_DEVICE(9)
Related Man Pages |
---|
device_create(9) - centos |
device(9) - minix |
device(9) - php |
device(9) - redhat |
device(9) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
Best performance UNIX just for HOST Virtualization? |
How to increment version inside a file? |
CentOS7 restoring file capabilities |
Shopt -s histappend |