1SND_LOOKUP_MINOR_DAT(9) Management of Cards and Device SND_LOOKUP_MINOR_DAT(9)
23
4
NAME
6snd_lookup_minor_data - get user data of a registered device
7
SYNOPSIS
9void * snd_lookup_minor_data(unsigned int minor, int type);
10
ARGUMENTS
12minor
13the minor number
1415
type
16device type (SNDRV_DEVICE_TYPE_XXX)
17
DESCRIPTION
19Checks that a minor device with the specified type is registered, and
20returns its user data pointer.
21
COPYRIGHT
23Kernel Hackers Manual 2.6. June 2019 SND_LOOKUP_MINOR_DAT(9)