Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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)
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-5.10/sound/core/
H A Dvmaster.c459 * snd_ctl_sync_vmaster - Sync the vmaster followers and hook
467 void snd_ctl_sync_vmaster(struct snd_kcontrol *kcontrol, bool hook_only) in snd_ctl_sync_vmaster() function
488 EXPORT_SYMBOL_GPL(snd_ctl_sync_vmaster); variable
/kernel/linux/linux-6.6/sound/core/
H A Dvmaster.c487 * snd_ctl_sync_vmaster - Sync the vmaster followers and hook
495 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); variable
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_generic.c4622 snd_ctl_sync_vmaster(spec->vmaster_mute.sw_kctl, false); in call_update_outputs()
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_generic.c4511 snd_ctl_sync_vmaster(spec->vmaster_mute.sw_kctl, false); in call_update_outputs()

Completed in 20 milliseconds