Lines Matching refs:ucontrol

1620 					  struct snd_ctl_elem_value *ucontrol)  in snd_via8233_capture_source_get()  argument
1624 ucontrol->value.enumerated.item[0] = inb(port) & VIA_REG_CAPTURE_CHANNEL_MIC ? 1 : 0; in snd_via8233_capture_source_get()
1629 struct snd_ctl_elem_value *ucontrol) in snd_via8233_capture_source_put() argument
1638 if (ucontrol->value.enumerated.item[0]) in snd_via8233_capture_source_put()
1657 struct snd_ctl_elem_value *ucontrol) in snd_via8233_dxs3_spdif_get() argument
1663 ucontrol->value.integer.value[0] = (val & VIA8233_SPDIF_DX3) ? 1 : 0; in snd_via8233_dxs3_spdif_get()
1668 struct snd_ctl_elem_value *ucontrol) in snd_via8233_dxs3_spdif_put() argument
1675 if (ucontrol->value.integer.value[0]) in snd_via8233_dxs3_spdif_put()
1678 chip->spdif_on = ucontrol->value.integer.value[0] ? 1 : 0; in snd_via8233_dxs3_spdif_put()
1705 struct snd_ctl_elem_value *ucontrol) in snd_via8233_dxs_volume_get() argument
1710 ucontrol->value.integer.value[0] = VIA_DXS_MAX_VOLUME - chip->playback_volume[idx][0]; in snd_via8233_dxs_volume_get()
1711 ucontrol->value.integer.value[1] = VIA_DXS_MAX_VOLUME - chip->playback_volume[idx][1]; in snd_via8233_dxs_volume_get()
1716 struct snd_ctl_elem_value *ucontrol) in snd_via8233_pcmdxs_volume_get() argument
1719 ucontrol->value.integer.value[0] = VIA_DXS_MAX_VOLUME - chip->playback_volume_c[0]; in snd_via8233_pcmdxs_volume_get()
1720 ucontrol->value.integer.value[1] = VIA_DXS_MAX_VOLUME - chip->playback_volume_c[1]; in snd_via8233_pcmdxs_volume_get()
1725 struct snd_ctl_elem_value *ucontrol) in snd_via8233_dxs_volume_put() argument
1734 val = ucontrol->value.integer.value[i]; in snd_via8233_dxs_volume_put()
1748 struct snd_ctl_elem_value *ucontrol) in snd_via8233_pcmdxs_volume_put() argument
1756 val = ucontrol->value.integer.value[i]; in snd_via8233_pcmdxs_volume_put()