Lines Matching refs:ucontrol
30 struct snd_ctl_elem_value *ucontrol) in tegra186_dspk_get_fifo_th() argument
35 ucontrol->value.integer.value[0] = dspk->rx_fifo_th; in tegra186_dspk_get_fifo_th()
41 struct snd_ctl_elem_value *ucontrol) in tegra186_dspk_put_fifo_th() argument
45 int value = ucontrol->value.integer.value[0]; in tegra186_dspk_put_fifo_th()
56 struct snd_ctl_elem_value *ucontrol) in tegra186_dspk_get_osr_val() argument
61 ucontrol->value.enumerated.item[0] = dspk->osr_val; in tegra186_dspk_get_osr_val()
67 struct snd_ctl_elem_value *ucontrol) in tegra186_dspk_put_osr_val() argument
71 unsigned int value = ucontrol->value.enumerated.item[0]; in tegra186_dspk_put_osr_val()
82 struct snd_ctl_elem_value *ucontrol) in tegra186_dspk_get_pol_sel() argument
87 ucontrol->value.enumerated.item[0] = dspk->lrsel; in tegra186_dspk_get_pol_sel()
93 struct snd_ctl_elem_value *ucontrol) in tegra186_dspk_put_pol_sel() argument
97 unsigned int value = ucontrol->value.enumerated.item[0]; in tegra186_dspk_put_pol_sel()
108 struct snd_ctl_elem_value *ucontrol) in tegra186_dspk_get_ch_sel() argument
113 ucontrol->value.enumerated.item[0] = dspk->ch_sel; in tegra186_dspk_get_ch_sel()
119 struct snd_ctl_elem_value *ucontrol) in tegra186_dspk_put_ch_sel() argument
123 unsigned int value = ucontrol->value.enumerated.item[0]; in tegra186_dspk_put_ch_sel()
134 struct snd_ctl_elem_value *ucontrol) in tegra186_dspk_get_mono_to_stereo() argument
139 ucontrol->value.enumerated.item[0] = dspk->mono_to_stereo; in tegra186_dspk_get_mono_to_stereo()
145 struct snd_ctl_elem_value *ucontrol) in tegra186_dspk_put_mono_to_stereo() argument
149 unsigned int value = ucontrol->value.enumerated.item[0]; in tegra186_dspk_put_mono_to_stereo()
160 struct snd_ctl_elem_value *ucontrol) in tegra186_dspk_get_stereo_to_mono() argument
165 ucontrol->value.enumerated.item[0] = dspk->stereo_to_mono; in tegra186_dspk_get_stereo_to_mono()
171 struct snd_ctl_elem_value *ucontrol) in tegra186_dspk_put_stereo_to_mono() argument
175 unsigned int value = ucontrol->value.enumerated.item[0]; in tegra186_dspk_put_stereo_to_mono()