Lines Matching refs:ucontrol

402 				 struct snd_ctl_elem_value *ucontrol)  in snd_at73c213_mono_get()  argument
412 ucontrol->value.integer.value[0] = in snd_at73c213_mono_get()
416 ucontrol->value.integer.value[0] = in snd_at73c213_mono_get()
417 mask - ucontrol->value.integer.value[0]; in snd_at73c213_mono_get()
425 struct snd_ctl_elem_value *ucontrol) in snd_at73c213_mono_put() argument
435 val = (ucontrol->value.integer.value[0] & mask); in snd_at73c213_mono_put()
472 struct snd_ctl_elem_value *ucontrol) in snd_at73c213_stereo_get() argument
484 ucontrol->value.integer.value[0] = in snd_at73c213_stereo_get()
486 ucontrol->value.integer.value[1] = in snd_at73c213_stereo_get()
490 ucontrol->value.integer.value[0] = in snd_at73c213_stereo_get()
491 mask - ucontrol->value.integer.value[0]; in snd_at73c213_stereo_get()
492 ucontrol->value.integer.value[1] = in snd_at73c213_stereo_get()
493 mask - ucontrol->value.integer.value[1]; in snd_at73c213_stereo_get()
502 struct snd_ctl_elem_value *ucontrol) in snd_at73c213_stereo_put() argument
514 val1 = ucontrol->value.integer.value[0] & mask; in snd_at73c213_stereo_put()
515 val2 = ucontrol->value.integer.value[1] & mask; in snd_at73c213_stereo_put()
551 struct snd_ctl_elem_value *ucontrol) in snd_at73c213_mono_switch_get() argument
560 ucontrol->value.integer.value[0] = in snd_at73c213_mono_switch_get()
564 ucontrol->value.integer.value[0] = in snd_at73c213_mono_switch_get()
565 0x01 - ucontrol->value.integer.value[0]; in snd_at73c213_mono_switch_get()
573 struct snd_ctl_elem_value *ucontrol) in snd_at73c213_mono_switch_put() argument
583 if (ucontrol->value.integer.value[0]) in snd_at73c213_mono_switch_put()