Searched refs:ucontrol (Results 151 - 175 of 376) sorted by relevance

1234567891011>>

/linux-master/sound/soc/codecs/
H A Dsma1303.c310 struct snd_ctl_elem_value *ucontrol)
316 ucontrol->value.integer.value[0] = (int)sma1303->force_mute_status;
324 struct snd_ctl_elem_value *ucontrol)
329 bool change = false, val = (bool)ucontrol->value.integer.value[0];
344 struct snd_ctl_elem_value *ucontrol)
355 ucontrol->value.integer.value[0] = (val & 0x7E) >> 1;
361 struct snd_ctl_elem_value *ucontrol)
366 int ret, val = (int)ucontrol->value.integer.value[0];
378 struct snd_ctl_elem_value *ucontrol)
389 ucontrol
309 sma1303_force_mute_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
323 sma1303_force_mute_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
343 sma1303_postscaler_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
360 sma1303_postscaler_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
377 sma1303_tdm_slot_rx_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
395 sma1303_tdm_slot_rx_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
412 sma1303_tdm_slot_tx_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
430 sma1303_tdm_slot_tx_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
H A Drt1011.c1035 struct snd_ctl_elem_value *ucontrol)
1042 ucontrol->value.integer.value[0] = rt1011->recv_spk_mode;
1048 struct snd_ctl_elem_value *ucontrol)
1055 if (ucontrol->value.integer.value[0] == rt1011->recv_spk_mode)
1059 rt1011->recv_spk_mode = ucontrol->value.integer.value[0];
1111 struct snd_ctl_elem_value *ucontrol)
1119 (struct rt1011_bq_drc_params *)ucontrol->value.integer.value;
1122 if (strstr(ucontrol->id.name, "AdvanceMode Initial Set"))
1124 else if (strstr(ucontrol->id.name, "AdvanceMode SEP BQ Coeff"))
1126 else if (strstr(ucontrol
1034 rt1011_recv_spk_mode_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1047 rt1011_recv_spk_mode_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1110 rt1011_bq_drc_coeff_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1147 rt1011_bq_drc_coeff_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1212 rt1011_r0_cali_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1223 rt1011_r0_cali_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1252 rt1011_r0_load_mode_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1263 rt1011_r0_load_mode_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1319 rt1011_i2s_ref_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1348 rt1011_i2s_ref_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
H A Dinno_rk3036.c48 struct snd_ctl_elem_value *ucontrol)
56 ucontrol->value.integer.value[0] = val;
60 ucontrol->value.integer.value[1] = val;
66 struct snd_ctl_elem_value *ucontrol)
71 val = (ucontrol->value.integer.value[0] ?
74 val |= (ucontrol->value.integer.value[1] ?
47 rk3036_codec_antipop_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
65 rk3036_codec_antipop_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
H A Daw88399.c1363 struct snd_ctl_elem_value *ucontrol)
1369 ucontrol->value.integer.value[0] = aw_dev->fade_in_time;
1375 struct snd_ctl_elem_value *ucontrol)
1384 time = ucontrol->value.integer.value[0];
1398 struct snd_ctl_elem_value *ucontrol)
1404 ucontrol->value.integer.value[0] = aw_dev->fade_out_time;
1410 struct snd_ctl_elem_value *ucontrol)
1419 time = ucontrol->value.integer.value[0];
1485 struct snd_ctl_elem_value *ucontrol)
1490 ucontrol
1362 aw88399_get_fade_in_time(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1374 aw88399_set_fade_in_time(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1397 aw88399_get_fade_out_time(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1409 aw88399_set_fade_out_time(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1484 aw88399_profile_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1495 aw88399_profile_set(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1520 aw88399_volume_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1532 aw88399_volume_set(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1556 aw88399_get_fade_step(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1567 aw88399_set_fade_step(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1588 aw88399_re_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1600 aw88399_re_set(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
H A Dmax98390.c536 struct snd_ctl_elem_value *ucontrol)
543 max98390->ref_rdc_value = ucontrol->value.integer.value[0];
556 struct snd_ctl_elem_value *ucontrol)
563 ucontrol->value.integer.value[0] = max98390->ref_rdc_value;
569 struct snd_ctl_elem_value *ucontrol)
576 max98390->ambient_temp_value = ucontrol->value.integer.value[0];
587 struct snd_ctl_elem_value *ucontrol)
594 ucontrol->value.integer.value[0] = max98390->ambient_temp_value;
600 struct snd_ctl_elem_value *ucontrol)
611 struct snd_ctl_elem_value *ucontrol)
535 max98390_ref_rdc_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
555 max98390_ref_rdc_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
568 max98390_ambient_temp_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
586 max98390_ambient_temp_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
599 max98390_adaptive_rdc_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
610 max98390_adaptive_rdc_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
626 max98390_dsm_calib_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
633 max98390_dsm_calib_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
H A Dpcm6240.c599 struct snd_ctl_elem_value *ucontrol, int vol_ctrl_type)
626 ucontrol->value.integer.value[0] = -25500;
631 ucontrol->value.integer.value[0] = -12750;
646 ucontrol->value.integer.value[0] = val;
653 struct snd_ctl_elem_value *ucontrol)
655 return pcmdev_get_volsw(kcontrol, ucontrol, PCMDEV_GENERIC_VOL_CTRL);
659 struct snd_ctl_elem_value *ucontrol)
661 return pcmdev_get_volsw(kcontrol, ucontrol, PCMDEV_PCM1690_VOL_CTRL);
665 struct snd_ctl_elem_value *ucontrol)
667 return pcmdev_get_volsw(kcontrol, ucontrol,
598 pcmdev_get_volsw(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol, int vol_ctrl_type) argument
652 pcmdevice_get_volsw(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
658 pcm1690_get_volsw(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
664 pcm1690_get_finevolsw(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
671 pcmdev_put_volsw(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol, int vol_ctrl_type) argument
714 pcmdevice_put_volsw(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
720 pcm1690_put_volsw(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
726 pcm1690_put_finevolsw(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1160 pcmdevice_get_profile_id( struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1174 pcmdevice_set_profile_id( struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
H A Drt711.c505 struct snd_ctl_elem_value *ucontrol)
532 val_ll = (mc->max - ucontrol->value.integer.value[0])
539 val_ll = ((ucontrol->value.integer.value[0]) & 0x7f);
554 val_lr = (mc->max - ucontrol->value.integer.value[1])
561 val_lr = ((ucontrol->value.integer.value[1]) & 0x7f);
610 struct snd_ctl_elem_value *ucontrol)
638 ucontrol->value.integer.value[0] = read_ll;
639 ucontrol->value.integer.value[1] = read_rl;
684 struct snd_ctl_elem_value *ucontrol)
692 if (strstr(ucontrol
504 rt711_set_amp_gain_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
609 rt711_set_amp_gain_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
683 rt711_mux_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
713 rt711_mux_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
H A Didt821034.c402 struct snd_ctl_elem_value *ucontrol)
423 ucontrol->value.integer.value[0] = val & mask;
425 ucontrol->value.integer.value[0] = max - ucontrol->value.integer.value[0];
427 ucontrol->value.integer.value[0] = ucontrol->value.integer.value[0] - min;
433 struct snd_ctl_elem_value *ucontrol)
448 val = ucontrol->value.integer.value[0];
488 struct snd_ctl_elem_value *ucontrol)
504 ucontrol
401 idt821034_kctrl_gain_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
432 idt821034_kctrl_gain_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
487 idt821034_kctrl_mute_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
509 idt821034_kctrl_mute_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
H A D88pm860x-codec.c268 struct snd_ctl_elem_value *ucontrol)
284 ucontrol->value.integer.value[0] = i;
286 ucontrol->value.integer.value[1] = i;
292 struct snd_ctl_elem_value *ucontrol)
302 val = ucontrol->value.integer.value[0];
303 val2 = ucontrol->value.integer.value[1];
325 struct snd_ctl_elem_value *ucontrol)
338 ucontrol->value.integer.value[0] = (max - val) & mask;
339 ucontrol->value.integer.value[1] = (max - val2) & mask;
345 struct snd_ctl_elem_value *ucontrol)
267 snd_soc_get_volsw_2r_st(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
291 snd_soc_put_volsw_2r_st(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
324 snd_soc_get_volsw_2r_out(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
344 snd_soc_put_volsw_2r_out(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
/linux-master/sound/pci/ice1712/
H A Dwm8766.c206 struct snd_ctl_elem_value *ucontrol)
229 ucontrol->value.integer.value[0] = val1;
231 ucontrol->value.integer.value[1] = val2;
237 struct snd_ctl_elem_value *ucontrol)
244 regval1 = ucontrol->value.integer.value[0];
245 regval2 = ucontrol->value.integer.value[1];
205 snd_wm8766_ctl_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
236 snd_wm8766_ctl_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
H A Dice1712.h275 void (*default_get)(struct snd_ice1712 *, struct snd_ctl_elem_value *ucontrol);
276 int (*default_put)(struct snd_ice1712 *, struct snd_ctl_elem_value *ucontrol);
277 void (*stream_get)(struct snd_ice1712 *, struct snd_ctl_elem_value *ucontrol);
278 int (*stream_put)(struct snd_ice1712 *, struct snd_ctl_elem_value *ucontrol);
447 int snd_ice1712_gpio_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol);
448 int snd_ice1712_gpio_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol);
/linux-master/sound/pci/
H A Dsonicvibes.c893 static int snd_sonicvibes_get_mux(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
898 ucontrol->value.enumerated.item[0] = ((snd_sonicvibes_in1(sonic, SV_IREG_LEFT_ADC) & SV_RECSRC_OUT) >> 5) - 1;
899 ucontrol->value.enumerated.item[1] = ((snd_sonicvibes_in1(sonic, SV_IREG_RIGHT_ADC) & SV_RECSRC_OUT) >> 5) - 1;
904 static int snd_sonicvibes_put_mux(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
910 if (ucontrol->value.enumerated.item[0] >= 7 ||
911 ucontrol->value.enumerated.item[1] >= 7)
913 left = (ucontrol->value.enumerated.item[0] + 1) << 5;
914 right = (ucontrol->value.enumerated.item[1] + 1) << 5;
944 static int snd_sonicvibes_get_single(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
953 ucontrol
960 snd_sonicvibes_put_single(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1000 snd_sonicvibes_get_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1021 snd_sonicvibes_put_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
H A Drme96.c1825 snd_rme96_get_loopback_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1830 ucontrol->value.integer.value[0] = rme96->wcreg & RME96_WCR_SEL ? 0 : 1;
1835 snd_rme96_put_loopback_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1841 val = ucontrol->value.integer.value[0] ? 0 : RME96_WCR_SEL;
1888 snd_rme96_get_inputtype_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1894 ucontrol->value.enumerated.item[0] = snd_rme96_getinputtype(rme96);
1907 if (ucontrol->value.enumerated.item[0] == RME96_INPUT_ANALOG) {
1908 ucontrol->value.enumerated.item[0] = RME96_INPUT_XLR;
1919 if (ucontrol->value.enumerated.item[0] >= items) {
1920 ucontrol
1927 snd_rme96_put_inputtype_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1976 snd_rme96_get_clockmode_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1986 snd_rme96_put_clockmode_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
2010 snd_rme96_get_attenuation_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
2020 snd_rme96_put_attenuation_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
2043 snd_rme96_get_montracks_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
2053 snd_rme96_put_montracks_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
2096 snd_rme96_control_spdif_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
2104 snd_rme96_control_spdif_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
2125 snd_rme96_control_spdif_stream_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
2133 snd_rme96_control_spdif_stream_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
2157 snd_rme96_control_spdif_mask_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
H A Dazt3328.c924 struct snd_ctl_elem_value *ucontrol)
936 ucontrol->value.integer.value[0] = val;
941 ucontrol->value.integer.value[1] = val;
946 ucontrol->value.integer.value[0], ucontrol->value.integer.value[1],
953 struct snd_ctl_elem_value *ucontrol)
961 val = ucontrol->value.integer.value[0] & reg.mask;
967 val = ucontrol->value.integer.value[1] & reg.mask;
984 reg.reg, ucontrol->value.integer.value[0], ucontrol
923 snd_azf3328_get_mixer(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
952 snd_azf3328_put_mixer(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1032 snd_azf3328_get_mixer_enum(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1055 snd_azf3328_put_mixer_enum(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
/linux-master/sound/usb/line6/
H A Dpod.c327 struct snd_ctl_elem_value *ucontrol)
332 ucontrol->value.integer.value[0] = pod->monitor_level;
338 struct snd_ctl_elem_value *ucontrol)
343 if (ucontrol->value.integer.value[0] == pod->monitor_level)
346 pod->monitor_level = ucontrol->value.integer.value[0];
347 pod_set_system_param_int(pod, ucontrol->value.integer.value[0],
326 snd_pod_control_monitor_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
337 snd_pod_control_monitor_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
/linux-master/sound/soc/meson/
H A Daxg-spdifin.c272 struct snd_ctl_elem_value *ucontrol)
277 ucontrol->value.iec958.status[i] = 0xff;
283 struct snd_ctl_elem_value *ucontrol)
301 ucontrol->value.iec958.status[offset] =
348 struct snd_ctl_elem_value *ucontrol)
353 ucontrol->value.integer.value[0] = axg_spdifin_get_rate(priv);
271 axg_spdifin_get_status_mask(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
282 axg_spdifin_get_status(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
347 axg_spdifin_rate_lock_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
H A Daiu-acodec-ctrl.c32 struct snd_ctl_elem_value *ucontrol)
41 mux = snd_soc_enum_item_to_val(e, ucontrol->value.enumerated.item[0]);
31 aiu_acodec_ctrl_mux_put_enum(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
/linux-master/sound/pci/hda/
H A Dhda_codec.c1507 * @ucontrol: pointer to get/store the data
1513 struct snd_ctl_elem_value *ucontrol)
1521 long *valp = ucontrol->value.integer.value;
1534 * @ucontrol: pointer to get/store the data
1540 struct snd_ctl_elem_value *ucontrol)
1548 long *valp = ucontrol->value.integer.value;
1893 struct snd_ctl_elem_value *ucontrol; local
1894 ucontrol = kzalloc(sizeof(*ucontrol), GFP_KERNEL);
1895 if (!ucontrol)
1512 snd_hda_mixer_amp_volume_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1539 snd_hda_mixer_amp_volume_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
2112 snd_hda_mixer_amp_switch_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
2140 snd_hda_mixer_amp_switch_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
2178 snd_hda_spdif_cmask_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
2190 snd_hda_spdif_pmask_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
2199 snd_hda_spdif_default_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
2305 snd_hda_spdif_default_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
2336 snd_hda_spdif_out_switch_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
2363 snd_hda_spdif_out_switch_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
2564 spdif_share_sw_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
2572 spdif_share_sw_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
2615 snd_hda_spdif_in_switch_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
2624 snd_hda_spdif_in_switch_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
2643 snd_hda_spdif_in_status_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
3541 snd_hda_input_mux_put(struct hda_codec *codec, const struct hda_input_mux *imux, struct snd_ctl_elem_value *ucontrol, hda_nid_t nid, unsigned int *cur_val) argument
[all...]
H A Dcs35l56_hda.c177 struct snd_ctl_elem_value *ucontrol)
188 ucontrol->value.enumerated.item[0] = i;
197 struct snd_ctl_elem_value *ucontrol)
200 unsigned int item = ucontrol->value.enumerated.item[0];
224 struct snd_ctl_elem_value *ucontrol)
234 ucontrol->value.integer.value[0] = pos;
240 struct snd_ctl_elem_value *ucontrol)
243 unsigned long pos = ucontrol->value.integer.value[0];
287 struct snd_ctl_elem_value *ucontrol)
305 ucontrol
176 cs35l56_hda_mixer_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
196 cs35l56_hda_mixer_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
223 cs35l56_hda_posture_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
239 cs35l56_hda_posture_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
286 cs35l56_hda_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
310 cs35l56_hda_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
/linux-master/sound/isa/opti9xx/
H A Dmiro.c256 struct snd_ctl_elem_value *ucontrol)
268 ucontrol->value.integer.value[0] = value & 0x20;
274 struct snd_ctl_elem_value *ucontrol)
279 value = !(ucontrol->value.integer.value[0]);
306 struct snd_ctl_elem_value *ucontrol)
319 ucontrol->value.integer.value[0] = miro->aci->aci_preamp;
330 ucontrol->value.integer.value[0] = value;
336 struct snd_ctl_elem_value *ucontrol)
341 value = ucontrol->value.integer.value[0];
359 struct snd_ctl_elem_value *ucontrol)
255 snd_miro_get_capture(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
273 snd_miro_put_capture(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
305 snd_miro_get_preamp(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
335 snd_miro_put_preamp(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
358 snd_miro_get_amp(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
367 snd_miro_put_amp(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
470 snd_miro_put_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
/linux-master/sound/soc/tegra/
H A Dtegra210_ope.c198 struct snd_ctl_elem_value *ucontrol)
203 ucontrol->value.enumerated.item[0] = ope->data_dir;
209 struct snd_ctl_elem_value *ucontrol)
213 unsigned int value = ucontrol->value.enumerated.item[0];
197 tegra210_ope_get_data_dir(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
208 tegra210_ope_put_data_dir(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
/linux-master/sound/soc/ux500/
H A Dmop500_ab8500.c129 struct snd_ctl_elem_value *ucontrol)
135 ucontrol->value.enumerated.item[0] = drvdata->mclk_sel;
141 struct snd_ctl_elem_value *ucontrol)
146 unsigned int val = ucontrol->value.enumerated.item[0];
128 mclk_input_control_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
140 mclk_input_control_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
/linux-master/sound/soc/stm/
H A Dstm32_spdifrx.c522 struct snd_ctl_elem_value *ucontrol)
529 ucontrol->value.iec958.status[0] = spdifrx->cs[0];
530 ucontrol->value.iec958.status[1] = spdifrx->cs[1];
531 ucontrol->value.iec958.status[2] = spdifrx->cs[2];
532 ucontrol->value.iec958.status[3] = spdifrx->cs[3];
533 ucontrol->value.iec958.status[4] = spdifrx->cs[4];
539 struct snd_ctl_elem_value *ucontrol)
546 ucontrol->value.iec958.status[0] = spdifrx->ub[0];
547 ucontrol->value.iec958.status[1] = spdifrx->ub[1];
548 ucontrol
521 stm32_spdifrx_capture_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
538 stm32_spdif_user_bits_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
/linux-master/sound/drivers/
H A Ddummy.c722 struct snd_ctl_elem_value *ucontrol)
728 ucontrol->value.integer.value[0] = dummy->mixer_volume[addr][0];
729 ucontrol->value.integer.value[1] = dummy->mixer_volume[addr][1];
735 struct snd_ctl_elem_value *ucontrol)
741 left = ucontrol->value.integer.value[0];
746 right = ucontrol->value.integer.value[1];
771 struct snd_ctl_elem_value *ucontrol)
777 ucontrol->value.integer.value[0] = dummy->capture_source[addr][0];
778 ucontrol->value.integer.value[1] = dummy->capture_source[addr][1];
783 static int snd_dummy_capsrc_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
721 snd_dummy_volume_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
734 snd_dummy_volume_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
770 snd_dummy_capsrc_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
/linux-master/sound/aoa/fabrics/
H A Dlayout.c642 struct snd_ctl_elem_value *ucontrol) \
646 ucontrol->value.integer.value[0] = \
651 struct snd_ctl_elem_value *ucontrol) \
656 !!ucontrol->value.integer.value[0]); \
674 struct snd_ctl_elem_value *ucontrol)
680 ucontrol->value.integer.value[0] = ldev->switch_on_headphone;
683 ucontrol->value.integer.value[0] = ldev->switch_on_lineout;
692 struct snd_ctl_elem_value *ucontrol)
698 ldev->switch_on_headphone = !!ucontrol->value.integer.value[0];
701 ldev->switch_on_lineout = !!ucontrol
673 detect_choice_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
691 detect_choice_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
729 detected_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]

Completed in 227 milliseconds

1234567891011>>