Man Page: snd_ctl_add_vmaster_hook
Operating Environment: centos
Section: 9
SND_CTL_ADD_VMASTER_(9) Control/Mixer API SND_CTL_ADD_VMASTER_(9)NAMEsnd_ctl_add_vmaster_hook - Add a hook to a vmaster controlSYNOPSISint snd_ctl_add_vmaster_hook(struct snd_kcontrol * kcontrol, void (*hook) (void *private_data, int), void * private_data);ARGUMENTSkcontrol vmaster kctl element hook the hook function private_data the private_data pointer to be savedDESCRIPTIONAdds the given hook to the vmaster control element so that it's called at each time when the value is changed.RETURNZero.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SND_CTL_ADD_VMASTER_(9)
| Related Man Pages |
|---|
| hook_t(9s) - opensolaris |
| set_item_init(3x) - redhat |
| set_menu_init(3x) - redhat |
| form_hook(3x) - opendarwin |
| menu_hook(3) - netbsd |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| How to increment version inside a file? |
| Tar Command |
| Docker learning Phase-I |
| [TIP] Processing YAML files with yq |