Home
last modified time | relevance | path

Searched refs:vol_ctl (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/sound/pci/ctxfi/
Dctmixer.c400 static struct snd_kcontrol_new vol_ctl = { variable
744 vol_ctl.name = ct_kcontrol_init_table[type].name; in ct_mixer_kcontrols_create()
745 vol_ctl.private_value = (unsigned long)type; in ct_mixer_kcontrols_create()
746 err = ct_mixer_kcontrol_new(mixer, &vol_ctl); in ct_mixer_kcontrols_create()
/Linux-v6.6/sound/pci/hda/
Dhda_generic.c3674 unsigned int vol_ctl, unsigned int sw_ctl, in create_single_cap_vol_ctl() argument
3678 err = add_single_cap_ctl(codec, NULL, idx, false, vol_ctl, inv_dmic); in create_single_cap_vol_ctl()
3689 unsigned int vol_ctl, unsigned int sw_ctl) in create_bind_cap_vol_ctl() argument
3694 if (vol_ctl) { in create_bind_cap_vol_ctl()
3699 knew->private_value = vol_ctl; in create_bind_cap_vol_ctl()