Searched refs:ucontrol (Results 251 - 275 of 376) sorted by relevance

<<111213141516

/linux-master/sound/soc/codecs/
H A Dcs42l43.c919 struct snd_ctl_elem_value *ucontrol)
926 ret = snd_soc_get_volsw(kcontrol, ucontrol);
933 struct snd_ctl_elem_value *ucontrol)
940 ret = snd_soc_put_volsw(kcontrol, ucontrol);
947 struct snd_ctl_elem_value *ucontrol)
954 ret = snd_soc_get_enum_double(kcontrol, ucontrol);
961 struct snd_ctl_elem_value *ucontrol)
968 ret = snd_soc_put_enum_double(kcontrol, ucontrol);
975 struct snd_ctl_elem_value *ucontrol)
980 memcpy(ucontrol
918 cs42l43_dapm_get_volsw(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
932 cs42l43_dapm_put_volsw(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
946 cs42l43_dapm_get_enum(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
960 cs42l43_dapm_put_enum(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
974 cs42l43_eq_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
985 cs42l43_eq_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1058 cs42l43_decim_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1074 cs42l43_spk_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1090 cs42l43_spk_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
H A Dwm8350.c298 struct snd_ctl_elem_value *ucontrol)
324 out->left_vol = ucontrol->value.integer.value[0];
325 out->right_vol = ucontrol->value.integer.value[1];
330 ret = snd_soc_put_volsw(kcontrol, ucontrol);
341 struct snd_ctl_elem_value *ucontrol)
354 ucontrol->value.integer.value[0] = out1->left_vol;
355 ucontrol->value.integer.value[1] = out1->right_vol;
359 ucontrol->value.integer.value[0] = out2->left_vol;
360 ucontrol->value.integer.value[1] = out2->right_vol;
367 return snd_soc_get_volsw(kcontrol, ucontrol);
297 wm8350_put_volsw_2r_vu(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
340 wm8350_get_volsw_2r(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
H A Dmsm8916-wcd-digital.c423 struct snd_ctl_elem_value *ucontrol)
441 memcpy(ucontrol->value.bytes.data, &coeff[0], params->max);
470 struct snd_ctl_elem_value *ucontrol)
481 memcpy(&coeff[0], ucontrol->value.bytes.data, params->max);
499 struct snd_ctl_elem_info *ucontrol)
505 ucontrol->type = SNDRV_CTL_ELEM_TYPE_BYTES;
506 ucontrol->count = params->max;
421 msm8x16_wcd_get_iir_band_audio_mixer( struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
468 msm8x16_wcd_put_iir_band_audio_mixer( struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
498 wcd_iir_filter_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *ucontrol) argument
H A Dsta350.c302 struct snd_ctl_elem_value *ucontrol)
334 ucontrol->value.bytes.data[i] = val;
344 struct snd_ctl_elem_value *ucontrol)
365 (ucontrol->value.bytes.data[3 * i] << 16)
366 | (ucontrol->value.bytes.data[3 * i + 1] << 8)
367 | (ucontrol->value.bytes.data[3 * i + 2]);
370 ucontrol->value.bytes.data[i]);
301 sta350_coefficient_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
343 sta350_coefficient_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
H A Dsta32x.c265 struct snd_ctl_elem_value *ucontrol)
297 ucontrol->value.bytes.data[i] = val;
307 struct snd_ctl_elem_value *ucontrol)
328 (ucontrol->value.bytes.data[3 * i] << 16)
329 | (ucontrol->value.bytes.data[3 * i + 1] << 8)
330 | (ucontrol->value.bytes.data[3 * i + 2]);
333 ucontrol->value.bytes.data[i]);
264 sta32x_coefficient_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
306 sta32x_coefficient_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
H A Dmax98373.c174 struct snd_ctl_elem_value *ucontrol)
189 ucontrol->value.integer.value[0] = max98373->cache[i].val;
195 return snd_soc_get_volsw(kcontrol, ucontrol);
173 max98373_feedback_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
H A Dwcd939x.c1436 struct snd_ctl_elem_value *ucontrol)
1443 ucontrol->value.enumerated.item[0] = wcd939x->tx_mode[path];
1449 struct snd_ctl_elem_value *ucontrol)
1456 if (wcd939x->tx_mode[path] == ucontrol->value.enumerated.item[0])
1459 wcd939x->tx_mode[path] = ucontrol->value.enumerated.item[0];
1467 struct snd_ctl_elem_value *ucontrol)
1472 ucontrol->value.integer.value[0] = wcd939x->hph_mode;
1478 struct snd_ctl_elem_value *ucontrol)
1484 mode_val = ucontrol->value.enumerated.item[0];
1522 struct snd_ctl_elem_value *ucontrol)
1435 wcd939x_tx_mode_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1448 wcd939x_tx_mode_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1466 wcd939x_rx_hph_mode_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1477 wcd939x_rx_hph_mode_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1521 wcd939x_get_compander(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1536 wcd939x_set_compander(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1559 wcd939x_ldoh_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1570 wcd939x_ldoh_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1790 wcd939x_get_swr_port(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1817 wcd939x_set_swr_port(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
2453 wcd939x_get_hph_type(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
2464 wcd939x_hph_impedance_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
H A Dab8500-codec.c1115 struct snd_ctl_elem_value *ucontrol)
1121 ucontrol->value.enumerated.item[0] = drvdata->sid_status;
1129 struct snd_ctl_elem_value *ucontrol)
1138 if (ucontrol->value.enumerated.item[0] != SID_APPLY_FIR) {
1184 struct snd_ctl_elem_value *ucontrol)
1190 ucontrol->value.enumerated.item[0] = drvdata->anc_status;
1197 struct snd_ctl_elem_value *ucontrol)
1211 req = ucontrol->value.enumerated.item[0];
1280 struct snd_ctl_elem_value *ucontrol)
1290 ucontrol
1114 sid_status_control_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1128 sid_status_control_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1183 anc_status_control_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1196 anc_status_control_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1279 filter_control_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1296 filter_control_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
H A Dwcd934x.c2973 struct snd_ctl_elem_value *ucontrol)
2978 ucontrol->value.integer.value[0] = wcd_mbhc_get_hph_type(wcd->mbhc);
2984 struct snd_ctl_elem_value *ucontrol)
2996 ucontrol->value.integer.value[0] = hphr ? zr : zl;
3161 struct snd_ctl_elem_value *ucontrol)
3173 memcpy(&coeff[0], ucontrol->value.bytes.data, params->max);
3190 struct snd_ctl_elem_value *ucontrol)
3207 memcpy(ucontrol->value.bytes.data, &coeff[0], params->max);
3213 struct snd_ctl_elem_info *ucontrol)
3219 ucontrol
2972 wcd934x_get_hph_type(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
2983 wcd934x_hph_impedance_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
3159 wcd934x_put_iir_band_audio_mixer( struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
3189 wcd934x_get_iir_band_audio_mixer(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
3212 wcd934x_iir_filter_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *ucontrol) argument
3225 wcd934x_compander_get(struct snd_kcontrol *kc, struct snd_ctl_elem_value *ucontrol) argument
3237 wcd934x_compander_set(struct snd_kcontrol *kc, struct snd_ctl_elem_value *ucontrol) argument
3278 wcd934x_rx_hph_mode_get(struct snd_kcontrol *kc, struct snd_ctl_elem_value *ucontrol) argument
3289 wcd934x_rx_hph_mode_put(struct snd_kcontrol *kc, struct snd_ctl_elem_value *ucontrol) argument
3310 slim_rx_mux_get(struct snd_kcontrol *kc, struct snd_ctl_elem_value *ucontrol) argument
3347 slim_rx_mux_put(struct snd_kcontrol *kc, struct snd_ctl_elem_value *ucontrol) argument
3411 wcd934x_int_dem_inp_mux_put(struct snd_kcontrol *kc, struct snd_ctl_elem_value *ucontrol) argument
3442 wcd934x_dec_enum_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
3827 slim_tx_mixer_get(struct snd_kcontrol *kc, struct snd_ctl_elem_value *ucontrol) argument
3841 slim_tx_mixer_put(struct snd_kcontrol *kc, struct snd_ctl_elem_value *ucontrol) argument
[all...]
H A Dadav80x.c315 struct snd_ctl_elem_value *ucontrol)
319 unsigned int deemph = ucontrol->value.integer.value[0];
330 struct snd_ctl_elem_value *ucontrol)
335 ucontrol->value.integer.value[0] = adav80x->deemph;
314 adav80x_put_deemph(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
329 adav80x_get_deemph(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
H A Dak4458.c190 struct snd_ctl_elem_value *ucontrol)
195 ucontrol->value.enumerated.item[0] = ak4458->digfil;
201 struct snd_ctl_elem_value *ucontrol)
207 num = ucontrol->value.enumerated.item[0];
189 get_digfil(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
200 set_digfil(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
H A Des8328.c143 struct snd_ctl_elem_value *ucontrol)
148 ucontrol->value.integer.value[0] = es8328->deemph;
153 struct snd_ctl_elem_value *ucontrol)
157 unsigned int deemph = ucontrol->value.integer.value[0];
142 es8328_get_deemph(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
152 es8328_put_deemph(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
H A Dcs4271.c277 struct snd_ctl_elem_value *ucontrol)
282 ucontrol->value.integer.value[0] = cs4271->deemph;
287 struct snd_ctl_elem_value *ucontrol)
292 cs4271->deemph = ucontrol->value.integer.value[0];
276 cs4271_get_deemph(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
286 cs4271_put_deemph(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
H A Dtas5086.c274 struct snd_ctl_elem_value *ucontrol)
279 ucontrol->value.integer.value[0] = priv->deemph;
285 struct snd_ctl_elem_value *ucontrol)
290 priv->deemph = ucontrol->value.integer.value[0];
273 tas5086_get_deemph(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
284 tas5086_put_deemph(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
H A Dsigmadsp.c131 struct snd_ctl_elem_value *ucontrol)
140 data = ucontrol->value.bytes.data;
157 struct snd_ctl_elem_value *ucontrol)
173 memcpy(ucontrol->value.bytes.data, ctrl->cache,
130 sigmadsp_ctrl_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
156 sigmadsp_ctrl_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
/linux-master/sound/isa/sb/
H A Dsb16_csp.c958 static int snd_sb_qsound_switch_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
962 ucontrol->value.integer.value[0] = p->q_enabled ? 1 : 0;
966 static int snd_sb_qsound_switch_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
973 nval = ucontrol->value.integer.value[0] & 0x01;
990 static int snd_sb_qsound_space_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
996 ucontrol->value.integer.value[0] = p->qpos_left;
997 ucontrol->value.integer.value[1] = p->qpos_right;
1002 static int snd_sb_qsound_space_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1009 nval1 = ucontrol->value.integer.value[0];
1012 nval2 = ucontrol
[all...]
/linux-master/sound/pci/
H A Dvia82xx.c1594 struct snd_ctl_elem_value *ucontrol)
1598 ucontrol->value.enumerated.item[0] = inb(port) & VIA_REG_CAPTURE_CHANNEL_MIC ? 1 : 0;
1603 struct snd_ctl_elem_value *ucontrol)
1612 if (ucontrol->value.enumerated.item[0])
1631 struct snd_ctl_elem_value *ucontrol)
1637 ucontrol->value.integer.value[0] = (val & VIA8233_SPDIF_DX3) ? 1 : 0;
1642 struct snd_ctl_elem_value *ucontrol)
1649 if (ucontrol->value.integer.value[0])
1652 chip->spdif_on = ucontrol->value.integer.value[0] ? 1 : 0;
1679 struct snd_ctl_elem_value *ucontrol)
1593 snd_via8233_capture_source_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1602 snd_via8233_capture_source_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1630 snd_via8233_dxs3_spdif_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1641 snd_via8233_dxs3_spdif_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1678 snd_via8233_dxs_volume_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1689 snd_via8233_pcmdxs_volume_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1698 snd_via8233_dxs_volume_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1721 snd_via8233_pcmdxs_volume_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
/linux-master/sound/pci/hda/
H A Dcs35l41_hda.c1213 struct snd_ctl_elem_value *ucontrol)
1217 ucontrol->value.integer.value[0] = cs35l41->request_fw_load;
1222 struct snd_ctl_elem_value *ucontrol)
1226 ucontrol->value.integer.value[0] = cs35l41->mute_override;
1252 struct snd_ctl_elem_value *ucontrol)
1256 if (cs35l41->request_fw_load == ucontrol->value.integer.value[0])
1271 cs35l41->request_fw_load = ucontrol->value.integer.value[0];
1278 struct snd_ctl_elem_value *ucontrol)
1282 ucontrol->value.enumerated.item[0] = cs35l41->firmware_type;
1288 struct snd_ctl_elem_value *ucontrol)
1212 cs35l41_fw_load_ctl_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1221 cs35l41_mute_override_ctl_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1251 cs35l41_fw_load_ctl_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1277 cs35l41_fw_type_ctl_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1287 cs35l41_fw_type_ctl_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
H A Dpatch_ca0132.c4245 struct snd_ctl_elem_value *ucontrol)
4250 long *valp = ucontrol->value.integer.value;
4271 struct snd_ctl_elem_value *ucontrol)
4276 long *valp = ucontrol->value.integer.value;
4306 struct snd_ctl_elem_value *ucontrol)
4311 long *valp = ucontrol->value.integer.value;
4341 struct snd_ctl_elem_value *ucontrol)
4346 long *valp = ucontrol->value.integer.value;
5533 struct snd_ctl_elem_value *ucontrol)
5587 ret = snd_hda_mixer_amp_switch_put(kcontrol, ucontrol);
4244 tuning_ctl_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
4270 voice_focus_ctl_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
4305 mic_svm_ctl_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
4340 equalizer_ctl_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
5532 ca0132_vnode_switch_set(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
5655 ca0132_alt_xbass_xover_slider_ctl_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
5671 ca0132_alt_slider_ctl_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
5714 ca0132_alt_xbass_xover_slider_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
5744 ca0132_alt_effect_slider_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
5791 ca0132_alt_mic_boost_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
5801 ca0132_alt_mic_boost_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
5845 ae5_headphone_gain_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
5855 ae5_headphone_gain_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
5898 ae5_sound_filter_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
5908 ae5_sound_filter_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
5948 ca0132_alt_input_source_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
5958 ca0132_alt_input_source_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
6000 ca0132_alt_output_select_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
6010 ca0132_alt_output_select_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
6051 ca0132_alt_speaker_channel_cfg_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
6061 ca0132_alt_speaker_channel_cfg_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
6104 ca0132_alt_svm_setting_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
6114 ca0132_alt_svm_setting_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
6168 ca0132_alt_eq_preset_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
6178 ca0132_alt_eq_preset_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
6225 ca0132_voicefx_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
6235 ca0132_voicefx_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
6270 ca0132_switch_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
6322 ca0132_switch_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
6494 ca0132_volume_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
6515 ca0132_volume_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
6562 ca0132_alt_volume_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
/linux-master/sound/soc/atmel/
H A Dmchp-pdmc.c230 struct snd_ctl_elem_value *ucontrol)
234 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
245 memset(ucontrol->value.integer.value, 0, sizeof(long) * info->dd->mic_no);
263 ucontrol->value.integer.value[i] = map->map[i];
272 struct snd_ctl_elem_value *ucontrol)
276 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
295 map->map[i] = ucontrol->value.integer.value[i];
229 mchp_pdmc_chmap_ctl_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
271 mchp_pdmc_chmap_ctl_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
H A Datmel-pdmic.c281 struct snd_ctl_elem_value *ucontrol)
296 ucontrol->value.integer.value[0] = i;
303 struct snd_ctl_elem_value *ucontrol)
312 val = ucontrol->value.integer.value[0];
280 pdmic_get_mic_volsw(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
302 pdmic_put_mic_volsw(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
/linux-master/sound/soc/qcom/qdsp6/
H A Dtopology.c1093 struct snd_ctl_elem_value *ucontrol)
1106 ucontrol->value.integer.value[0] = 1;
1108 ucontrol->value.integer.value[0] = 0;
1114 struct snd_ctl_elem_value *ucontrol)
1124 if (ucontrol->value.integer.value[0]) {
1135 struct snd_ctl_elem_value *ucontrol)
1140 ucontrol->value.integer.value[0] = mod->gain;
1146 struct snd_ctl_elem_value *ucontrol)
1151 mod->gain = ucontrol->value.integer.value[0];
1092 audioreach_get_audio_mixer(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1113 audioreach_put_audio_mixer(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1134 audioreach_get_vol_ctrl_audio_mixer(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1145 audioreach_put_vol_ctrl_audio_mixer(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
/linux-master/sound/isa/gus/
H A Dgus_main.c46 static int snd_gus_joystick_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
50 ucontrol->value.integer.value[0] = gus->joystick_dac & 31;
54 static int snd_gus_joystick_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
61 nval = ucontrol->value.integer.value[0] & 31;
/linux-master/sound/soc/mediatek/mt8186/
H A Dmt8186-afe-pcm.c564 struct snd_ctl_elem_value *ucontrol)
570 ucontrol->value.integer.value[0] =
577 struct snd_ctl_elem_value *ucontrol)
588 __func__, irq_id, irq_cnt, ucontrol->value.integer.value[0]);
590 if (irq_cnt == ucontrol->value.integer.value[0])
593 irq_cnt = ucontrol->value.integer.value[0];
613 struct snd_ctl_elem_value *ucontrol)
619 ucontrol->value.integer.value[0] =
626 struct snd_ctl_elem_value *ucontrol)
637 __func__, irq_id, irq_cnt, ucontrol
563 mt8186_irq_cnt1_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
576 mt8186_irq_cnt1_set(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
612 mt8186_irq_cnt2_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
625 mt8186_irq_cnt2_set(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
661 mt8186_record_xrun_assert_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
674 mt8186_record_xrun_assert_set(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
H A Dmt8186-dai-adda.c325 struct snd_ctl_elem_value *ucontrol)
331 ucontrol->value.integer.value[0] = afe_priv->mtkaif_dmic;
337 struct snd_ctl_elem_value *ucontrol)
344 dmic_on = ucontrol->value.integer.value[0];
324 mt8186_adda_dmic_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
336 mt8186_adda_dmic_set(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument

Completed in 461 milliseconds

<<111213141516