snd_jack_add_new_kctl (9) - Linux Manuals

snd_jack_add_new_kctl: Create a new snd_jack_kctl and add it to jack

NAME

snd_jack_add_new_kctl - Create a new snd_jack_kctl and add it to jack

SYNOPSIS

int snd_jack_add_new_kctl(struct snd_jack jack, const char name, int mask);

ARGUMENTS

jack

the jack instance which the kctl will attaching to

name

the name for the snd_kcontrol object

mask

a bitmask of enum snd_jack_type values that can be detected by this snd_jack_kctl object.

DESCRIPTION

Creates a new snd_kcontrol object and adds it to the jack kctl_list.

RETURN

Zero if successful, or a negative error code on failure.

COPYRIGHT