other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| SND_UNREGISTER_DEVIC(9) | Sound Devices | SND_UNREGISTER_DEVIC(9) |
NAME¶
snd_unregister_device - unregister the device on the given cardSYNOPSIS¶
int
snd_unregister_device(int type,
struct snd_card * card,
int dev);
ARGUMENTS¶
typethe 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.RETURN¶
Zero if successful, or a negative error code on failure.COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |