Lines Matching refs:uc
445 struct snd_ctl_elem_value *uc) in se200pci_cont_volume_get() argument
450 uc->value.integer.value[0] = spec->vol[n].ch1; in se200pci_cont_volume_get()
451 uc->value.integer.value[1] = spec->vol[n].ch2; in se200pci_cont_volume_get()
456 struct snd_ctl_elem_value *uc) in se200pci_cont_boolean_get() argument
461 uc->value.integer.value[0] = spec->vol[n].ch1; in se200pci_cont_boolean_get()
466 struct snd_ctl_elem_value *uc) in se200pci_cont_enum_get() argument
471 uc->value.enumerated.item[0] = spec->vol[n].ch1; in se200pci_cont_enum_get()
517 struct snd_ctl_elem_value *uc) in se200pci_cont_volume_put() argument
526 vol1 = uc->value.integer.value[0] & 0xff; in se200pci_cont_volume_put()
527 vol2 = uc->value.integer.value[1] & 0xff; in se200pci_cont_volume_put()
543 struct snd_ctl_elem_value *uc) in se200pci_cont_boolean_put() argument
550 vol1 = !!uc->value.integer.value[0]; in se200pci_cont_boolean_put()
560 struct snd_ctl_elem_value *uc) in se200pci_cont_enum_put() argument
567 vol1 = uc->value.enumerated.item[0]; in se200pci_cont_enum_put()