1. NAME

snd_ctl_sync_vmaster_hook - Sync the vmaster hook

2. SYNOPSIS

void snd_ctl_sync_vmaster_hook(struct snd_kcontrol *  kcontrol );

3. ARGUMENTS

kcontrol
    vmaster kctl element

4. DESCRIPTION

Call the hook function to synchronize with the current value of the given vmaster element. NOP when NULL is passed to kcontrol or the hook doesnAqt exist.

5. COPYRIGHT