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

NAME

6       register_sound_dsp - register a DSP device
7

SYNOPSIS

9       int register_sound_dsp(const struct file_operations * fops, int dev);
10

ARGUMENTS

12       fops
13           File operations for the driver
14
15       dev
16           Unit number to allocate
17

DESCRIPTION

19       Allocate a DSP device. Unit is the number of the DSP requested. Pass -1
20       to request the next free DSP unit. On success the allocated number is
21       returned, on failure a negative error code is returned.
22
23       This function allocates both the audio and dsp device entries together
24       and will always allocate them as a matching pair - eg dsp3/audio3
25
27Kernel Hackers Manual 2.6.         June 2019             REGISTER_SOUND_DSP(9)
Impressum