Home
last modified time | relevance | path

Searched refs:vol_ctl (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/ctxfi/
H A 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()
1217 /* vol_ctl.device = swh_ctl.device = device; */ /* better w/ device 0 */ in ct_alsa_mix_create()
/kernel/linux/linux-6.6/sound/pci/ctxfi/
H A 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()
1217 /* vol_ctl.device = swh_ctl.device = device; */ /* better w/ device 0 */ in ct_alsa_mix_create()
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_generic.c3661 unsigned int vol_ctl, unsigned int sw_ctl, in create_single_cap_vol_ctl()
3665 err = add_single_cap_ctl(codec, NULL, idx, false, vol_ctl, inv_dmic); in create_single_cap_vol_ctl()
3676 unsigned int vol_ctl, unsigned int sw_ctl) in create_bind_cap_vol_ctl()
3681 if (vol_ctl) { in create_bind_cap_vol_ctl()
3686 knew->private_value = vol_ctl; in create_bind_cap_vol_ctl()
3660 create_single_cap_vol_ctl(struct hda_codec *codec, int idx, unsigned int vol_ctl, unsigned int sw_ctl, bool inv_dmic) create_single_cap_vol_ctl() argument
3675 create_bind_cap_vol_ctl(struct hda_codec *codec, int idx, unsigned int vol_ctl, unsigned int sw_ctl) create_bind_cap_vol_ctl() argument
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_generic.c3674 unsigned int vol_ctl, unsigned int sw_ctl, in create_single_cap_vol_ctl()
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()
3694 if (vol_ctl) { in create_bind_cap_vol_ctl()
3699 knew->private_value = vol_ctl; in create_bind_cap_vol_ctl()
3673 create_single_cap_vol_ctl(struct hda_codec *codec, int idx, unsigned int vol_ctl, unsigned int sw_ctl, bool inv_dmic) create_single_cap_vol_ctl() argument
3688 create_bind_cap_vol_ctl(struct hda_codec *codec, int idx, unsigned int vol_ctl, unsigned int sw_ctl) create_bind_cap_vol_ctl() argument

Completed in 20 milliseconds