1SND_CARD_REGISTER(9)    Management of Cards and Device    SND_CARD_REGISTER(9)
2
3
4

NAME

6       snd_card_register - register the soundcard
7

SYNOPSIS

9       int snd_card_register(struct snd_card * card);
10

ARGUMENTS

12       card
13           soundcard structure
14

DESCRIPTION

16       This function registers all the devices assigned to the soundcard.
17       Until calling this, the ALSA control interface is blocked from the
18       external accesses. Thus, you should call this function at the end of
19       the initialization of the card.
20

RETURN

22       Zero otherwise a negative error code if the registration failed.
23
25Kernel Hackers Manual 3.10         June 2019              SND_CARD_REGISTER(9)
Impressum