other versions
- stretch 4.9.168-1
SND_JACK_ADD_NEW_KCT(9) | Miscellaneous Functions | SND_JACK_ADD_NEW_KCT(9) |
NAME¶
snd_jack_add_new_kctl - Create a new snd_jack_kctl and add it to jackSYNOPSIS¶
int snd_jack_add_new_kctl(struct snd_jack * jack, const char * name, int mask);
ARGUMENTS¶
jackthe 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¶
April 2019 | Kernel Hackers Manual 4.9. |