1. NAME

snd_request_card - try to load the card module

2. SYNOPSIS

void snd_request_card(int  card );

3. ARGUMENTS

card
    the card number

4. DESCRIPTION

Tries to load the module « snd-card-X » for the given card number via request_module. Returns immediately if already loaded.

5. COPYRIGHT