Searched refs:snd_ctl_sync_vmaster (Results 1 – 3 of 3) sorted by relevance
292 void snd_ctl_sync_vmaster(struct snd_kcontrol *kctl, bool hook_only);293 #define snd_ctl_sync_vmaster_hook(kctl) snd_ctl_sync_vmaster(kctl, true)
496 void snd_ctl_sync_vmaster(struct snd_kcontrol *kcontrol, bool hook_only) in snd_ctl_sync_vmaster() function517 EXPORT_SYMBOL_GPL(snd_ctl_sync_vmaster);
4510 snd_ctl_sync_vmaster(spec->vmaster_mute.sw_kctl, false); in call_update_outputs()