login
Header Space

 
 

snd_card_disconnect(9)

July 19, 2007 - 1:23am
Submitted by Jeremy on July 19, 2007 - 1:23am.

INDEX

    NAME, SYNOPSIS, ARGUMENTS, DESCRIPTION, NOTE, COPYRIGHT

    "SND_CARD_DISCONNECT" "9" "July 2007" "Kernel Hackers Manual 2.6.22" "Sound Devices"

    NAME

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

    SYNOPSIS

    "int snd_card_disconnect(struct snd_card * " "card" ");"

    ARGUMENTS

    card
    soundcard structure

    DESCRIPTION

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

    Returns zero, otherwise a negative error code.

    NOTE

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

    COPYRIGHT

speck-geostationary