1REGISTER_SOUND_SPECI(9)          Sound Devices         REGISTER_SOUND_SPECI(9)
2
3
4

NAME

6       register_sound_special_device - register a special sound node
7

SYNOPSIS

9       int register_sound_special_device(const struct file_operations * fops,
10                                         int unit, struct device * dev);
11

ARGUMENTS

13       fops
14           File operations for the driver
15
16       unit
17           Unit number to allocate
18
19       dev
20           device pointer
21

DESCRIPTION

23       Allocate a special sound device by minor number from the sound
24       subsystem. The allocated number is returned on succes. On failure a
25       negative error code is returned.
26
28Kernel Hackers Manual 2.6.         June 2019           REGISTER_SOUND_SPECI(9)
Impressum