1. NAME

snd_card_register - register the soundcard

2. SYNOPSIS

int snd_card_register(struct snd_card *  card );

3. ARGUMENTS

card
    soundcard structure

4. DESCRIPTION

This 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.

5. RETURN

Zero otherwise a negative error code if the registration failed.

6. COPYRIGHT