Lines Matching refs:ucontrol
24 struct snd_ctl_elem_value *ucontrol) in pcsp_enable_get() argument
27 ucontrol->value.integer.value[0] = chip->enable; in pcsp_enable_get()
32 struct snd_ctl_elem_value *ucontrol) in pcsp_enable_put() argument
36 int enab = ucontrol->value.integer.value[0]; in pcsp_enable_put()
59 struct snd_ctl_elem_value *ucontrol) in pcsp_treble_get() argument
62 ucontrol->value.enumerated.item[0] = chip->treble; in pcsp_treble_get()
67 struct snd_ctl_elem_value *ucontrol) in pcsp_treble_put() argument
71 int treble = ucontrol->value.enumerated.item[0]; in pcsp_treble_put()
93 struct snd_ctl_elem_value *ucontrol) in pcsp_pcspkr_get() argument
96 ucontrol->value.integer.value[0] = chip->pcspkr; in pcsp_pcspkr_get()
101 struct snd_ctl_elem_value *ucontrol) in pcsp_pcspkr_put() argument
105 int spkr = ucontrol->value.integer.value[0]; in pcsp_pcspkr_put()