1SND_UNREGISTER_DEVIC(9) Management of Cards and Device SND_UNREGISTER_DEVIC(9)
2
3
4

NAME

6       snd_unregister_device - unregister the device on the given card
7

SYNOPSIS

9       int snd_unregister_device(int type, struct snd_card * card, int dev);
10

ARGUMENTS

12       type
13           the device type, SNDRV_DEVICE_TYPE_XXX
14
15       card
16           the card instance
17
18       dev
19           the device index
20

DESCRIPTION

22       Unregisters the device file already registered via snd_register_device.
23
24       Returns zero if sucecessful, or a negative error code on failure
25
27Kernel Hackers Manual 2.6.         June 2019           SND_UNREGISTER_DEVIC(9)
Impressum