Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dcontrol.h294 void snd_ctl_sync_vmaster(struct snd_kcontrol *kctl, bool hook_only);
295 #define snd_ctl_sync_vmaster_hook(kctl) snd_ctl_sync_vmaster(kctl, true)
/openbmc/linux/sound/core/
H A Dvmaster.c495 void snd_ctl_sync_vmaster(struct snd_kcontrol *kcontrol, bool hook_only) in snd_ctl_sync_vmaster() function
516 EXPORT_SYMBOL_GPL(snd_ctl_sync_vmaster);
/openbmc/linux/sound/pci/hda/
H A Dhda_generic.c4511 snd_ctl_sync_vmaster(spec->vmaster_mute.sw_kctl, false); in call_update_outputs()