snd_ctl_register_ioctl (9) - Linux Manuals

snd_ctl_register_ioctl: register the device-specific control-ioctls

NAME

snd_ctl_register_ioctl - register the device-specific control-ioctls

SYNOPSIS

int snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn);

ARGUMENTS

fcn

ioctl callback function

DESCRIPTION

called from each device manager like pcm.c, hwdep.c, etc.

COPYRIGHT