Lines Matching refs:ucontrol
25 struct snd_ctl_elem_value *ucontrol) in pcsp_enable_get() argument
28 ucontrol->value.integer.value[0] = chip->enable; in pcsp_enable_get()
33 struct snd_ctl_elem_value *ucontrol) in pcsp_enable_put() argument
37 int enab = ucontrol->value.integer.value[0]; in pcsp_enable_put()
60 struct snd_ctl_elem_value *ucontrol) in pcsp_treble_get() argument
63 ucontrol->value.enumerated.item[0] = chip->treble; in pcsp_treble_get()
68 struct snd_ctl_elem_value *ucontrol) in pcsp_treble_put() argument
72 int treble = ucontrol->value.enumerated.item[0]; in pcsp_treble_put()
94 struct snd_ctl_elem_value *ucontrol) in pcsp_pcspkr_get() argument
97 ucontrol->value.integer.value[0] = chip->pcspkr; in pcsp_pcspkr_get()
102 struct snd_ctl_elem_value *ucontrol) in pcsp_pcspkr_put() argument
106 int spkr = ucontrol->value.integer.value[0]; in pcsp_pcspkr_put()