1. NAME▲
snd_ctl_add_vmaster_hook - Add a hook to a vmaster control
2. SYNOPSIS ▲
int snd_ctl_add_vmaster_hook(struct snd_kcontrol * kcontrol , void (* hook ) (void *private_data, int), void * private_data );
3. ARGUMENTS ▲
kcontrol
vmaster kctl element
hook
the hook function
private_data
the private_data pointer to be saved
4. DESCRIPTION ▲
Adds the given hook to the vmaster control element so that itAqs called at each time when the value is changed.
5. RETURN ▲
Zero.
6. COPYRIGHT ▲