Searched refs:snd_ctl_sync_vmaster (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/include/sound/
H A Dcontrol.h248 void snd_ctl_sync_vmaster(struct snd_kcontrol *kctl, bool hook_only);
249 #define snd_ctl_sync_vmaster_hook(kctl) snd_ctl_sync_vmaster(kctl, true)
/linux-4.4.14/sound/core/
H A Dvmaster.c457 * snd_ctl_sync_vmaster - Sync the vmaster slaves and hook
465 void snd_ctl_sync_vmaster(struct snd_kcontrol *kcontrol, bool hook_only) snd_ctl_sync_vmaster() function
486 EXPORT_SYMBOL_GPL(snd_ctl_sync_vmaster); variable
/linux-4.4.14/sound/pci/hda/
H A Dhda_generic.c4361 snd_ctl_sync_vmaster(spec->vmaster_mute.sw_kctl, false); call_update_outputs()

Completed in 282 milliseconds