Rechercher une page de manuel
snd_unregister_device
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
snd_unregister_device - unregister the device on the given cardSYNOPSIS
- int snd_unregister_device(int type, struct snd_card * card, int dev);
ARGUMENTS
type
- the device type, SNDRV_DEVICE_TYPE_XXX
card
- the card instance
dev
- the device index
DESCRIPTION
Unregisters the device file already registered via snd_register_device.
Returns zero if sucecessful, or a negative error code on failure
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre