SND_DEVICE_FREE

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

snd_device_free - release the device from the card  

SYNOPSIS

"SYNOPSIS"

int snd_device_free (snd_card_t * card, void * device_data);  

ARGUMENTS

card
the card instance
device_data
the data pointer to release
 

DESCRIPTION

Removes the device from the list on the card and invokes the callback, dev_unregister or dev_free, corresponding to the state. Then release the device.

Returns zero if successful, or a negative error code on failure or if the device not found.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:50 GMT, October 09, 2005