1. NAME

snd_card_disconnect - disconnect all APIs from the file-operations (user space)

2. SYNOPSIS

int snd_card_disconnect(struct snd_card *  card );

3. ARGUMENTS

card
    soundcard structure

4. DESCRIPTION

Disconnects all APIs from the file-operations (user space).

5. RETURN

Zero, otherwise a negative error code.

6. NOTE

The current implementation replaces all active file->f_op with special dummy file operations (they do nothing except release).

7. COPYRIGHT