Lines Matching refs:uc
459 struct snd_ctl_elem_value *uc) in se200pci_cont_volume_get() argument
464 uc->value.integer.value[0] = spec->vol[n].ch1; in se200pci_cont_volume_get()
465 uc->value.integer.value[1] = spec->vol[n].ch2; in se200pci_cont_volume_get()
470 struct snd_ctl_elem_value *uc) in se200pci_cont_boolean_get() argument
475 uc->value.integer.value[0] = spec->vol[n].ch1; in se200pci_cont_boolean_get()
480 struct snd_ctl_elem_value *uc) in se200pci_cont_enum_get() argument
485 uc->value.enumerated.item[0] = spec->vol[n].ch1; in se200pci_cont_enum_get()
531 struct snd_ctl_elem_value *uc) in se200pci_cont_volume_put() argument
540 vol1 = uc->value.integer.value[0] & 0xff; in se200pci_cont_volume_put()
541 vol2 = uc->value.integer.value[1] & 0xff; in se200pci_cont_volume_put()
557 struct snd_ctl_elem_value *uc) in se200pci_cont_boolean_put() argument
564 vol1 = !!uc->value.integer.value[0]; in se200pci_cont_boolean_put()
574 struct snd_ctl_elem_value *uc) in se200pci_cont_enum_put() argument
581 vol1 = uc->value.enumerated.item[0]; in se200pci_cont_enum_put()