Query: snd_card_register
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SND_CARD_REGISTER(9) Sound Devices SND_CARD_REGISTER(9)NAMEsnd_card_register - register the soundcardSYNOPSISint snd_card_register(struct snd_card * card);ARGUMENTScard soundcard structureDESCRIPTIONThis function registers all the devices assigned to the soundcard. Until calling this, the ALSA control interface is blocked from the external accesses. Thus, you should call this function at the end of the initialization of the card. Returns zero otherwise a negative error code if the registrain failed.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SND_CARD_REGISTER(9)