Home
last modified time | relevance | path

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

/sound/pci/hda/
Dpatch_cs8409.h349 int cs42l42_volume_get(struct snd_kcontrol *kctrl, struct snd_ctl_elem_value *uctrl);
350 int cs42l42_volume_put(struct snd_kcontrol *kctrl, struct snd_ctl_elem_value *uctrl);
Dpatch_cs8409.c451 int cs42l42_volume_get(struct snd_kcontrol *kctrl, struct snd_ctl_elem_value *uctrl) in cs42l42_volume_get() argument
458 long *valp = uctrl->value.integer.value; in cs42l42_volume_get()
510 int cs42l42_volume_put(struct snd_kcontrol *kctrl, struct snd_ctl_elem_value *uctrl) in cs42l42_volume_put() argument
517 long *valp = uctrl->value.integer.value; in cs42l42_volume_put()
/sound/soc/codecs/
Dcs4234.c86 struct snd_ctl_elem_value *uctrl) in cs4234_dac14_grp_delay_put() argument
110 ret = snd_soc_put_enum_double(kctrl, uctrl); in cs4234_dac14_grp_delay_put()