1. NAME

snd_card_file_add - add the file to the file list of the card

2. SYNOPSIS

int snd_card_file_add(struct snd_card *  card , struct file *  file );

3. ARGUMENTS

card
    soundcard structure

file
    file pointer

4. DESCRIPTION

This function adds the file to the file linked-list of the card. This linked-list is used to keep tracking the connection state, and to avoid the release of busy resources by hotplug.

5. RETURN

zero or a negative error code.

6. COPYRIGHT