Searched refs:ucontrol (Results 126 - 150 of 376) sorted by relevance

1234567891011>>

/linux-master/sound/pci/emu10k1/
H A Demu10k1x.c1018 struct snd_ctl_elem_value *ucontrol)
1022 ucontrol->value.integer.value[0] = (snd_emu10k1x_ptr_read(emu, SPDIF_SELECT, 0) == 0x700) ? 0 : 1;
1028 struct snd_ctl_elem_value *ucontrol)
1033 val = ucontrol->value.integer.value[0] ;
1066 struct snd_ctl_elem_value *ucontrol)
1069 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
1071 ucontrol->value.iec958.status[0] = (emu->spdif_bits[idx] >> 0) & 0xff;
1072 ucontrol->value.iec958.status[1] = (emu->spdif_bits[idx] >> 8) & 0xff;
1073 ucontrol->value.iec958.status[2] = (emu->spdif_bits[idx] >> 16) & 0xff;
1074 ucontrol
1017 snd_emu10k1x_shared_spdif_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1027 snd_emu10k1x_shared_spdif_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1065 snd_emu10k1x_spdif_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1078 snd_emu10k1x_spdif_get_mask(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1088 snd_emu10k1x_spdif_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
/linux-master/sound/soc/codecs/
H A Dcpcap.c367 struct snd_ctl_elem_value *ucontrol)
393 ucontrol->value.enumerated.item[0] = 3;
396 ucontrol->value.enumerated.item[0] = 2;
399 ucontrol->value.enumerated.item[0] = 1;
402 ucontrol->value.enumerated.item[0] = 0;
410 struct snd_ctl_elem_value *ucontrol)
417 unsigned int muxval = ucontrol->value.enumerated.item[0];
455 struct snd_ctl_elem_value *ucontrol)
474 ucontrol->value.enumerated.item[0] = 4;
477 ucontrol
366 cpcap_output_mux_get_enum(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
409 cpcap_output_mux_put_enum(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
454 cpcap_input_right_mux_get_enum(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
493 cpcap_input_right_mux_put_enum(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
538 cpcap_input_left_mux_get_enum(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
569 cpcap_input_left_mux_put_enum(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
H A Duda1334.c43 struct snd_ctl_elem_value *ucontrol)
47 int deemph = ucontrol->value.integer.value[0];
58 struct snd_ctl_elem_value *ucontrol)
68 ucontrol->value.integer.value[0] = ret;
42 uda1334_put_deemph(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
57 uda1334_get_deemph(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
H A Dpcm1681.c110 struct snd_ctl_elem_value *ucontrol)
115 ucontrol->value.integer.value[0] = priv->deemph;
121 struct snd_ctl_elem_value *ucontrol)
126 priv->deemph = ucontrol->value.integer.value[0];
109 pcm1681_get_deemph(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
120 pcm1681_put_deemph(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
H A Dmadera.h368 struct snd_ctl_elem_value *ucontrol);
371 struct snd_ctl_elem_value *ucontrol);
374 struct snd_ctl_elem_value *ucontrol);
376 struct snd_ctl_elem_value *ucontrol);
379 struct snd_ctl_elem_value *ucontrol);
382 struct snd_ctl_elem_value *ucontrol);
384 struct snd_ctl_elem_value *ucontrol);
H A Dtas5805m.c227 struct snd_ctl_elem_value *ucontrol)
235 ucontrol->value.integer.value[0] = tas5805m->vol[0];
236 ucontrol->value.integer.value[1] = tas5805m->vol[1];
248 struct snd_ctl_elem_value *ucontrol)
256 if (!(volume_is_valid(ucontrol->value.integer.value[0]) &&
257 volume_is_valid(ucontrol->value.integer.value[1])))
261 if (tas5805m->vol[0] != ucontrol->value.integer.value[0] ||
262 tas5805m->vol[1] != ucontrol->value.integer.value[1]) {
263 tas5805m->vol[0] = ucontrol->value.integer.value[0];
264 tas5805m->vol[1] = ucontrol
226 tas5805m_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
247 tas5805m_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
H A Daw88261.c735 struct snd_ctl_elem_value *ucontrol)
741 ucontrol->value.integer.value[0] = aw_dev->fade_in_time;
747 struct snd_ctl_elem_value *ucontrol)
756 time = ucontrol->value.integer.value[0];
770 struct snd_ctl_elem_value *ucontrol)
776 ucontrol->value.integer.value[0] = aw_dev->fade_out_time;
782 struct snd_ctl_elem_value *ucontrol)
791 time = ucontrol->value.integer.value[0];
855 struct snd_ctl_elem_value *ucontrol)
860 ucontrol
734 aw88261_get_fade_in_time(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
746 aw88261_set_fade_in_time(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
769 aw88261_get_fade_out_time(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
781 aw88261_set_fade_out_time(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
854 aw88261_profile_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
865 aw88261_profile_set(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
891 aw88261_volume_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
903 aw88261_volume_set(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
928 aw88261_get_fade_step(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
939 aw88261_set_fade_step(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
H A Dtwl4030.c835 struct snd_ctl_elem_value *ucontrol)
846 ucontrol->value.integer.value[0] =
848 if (ucontrol->value.integer.value[0])
849 ucontrol->value.integer.value[0] =
850 max + 1 - ucontrol->value.integer.value[0];
853 ucontrol->value.integer.value[1] =
855 if (ucontrol->value.integer.value[1])
856 ucontrol->value.integer.value[1] =
857 max + 1 - ucontrol->value.integer.value[1];
864 struct snd_ctl_elem_value *ucontrol)
834 snd_soc_get_volsw_twl4030(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
863 snd_soc_put_volsw_twl4030(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
892 snd_soc_get_volsw_r2_twl4030(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
919 snd_soc_put_volsw_r2_twl4030(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
962 snd_soc_put_twl4030_opmode_enum_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
H A Dpcm512x.c225 struct snd_ctl_elem_value *ucontrol)
230 ucontrol->value.integer.value[0] = pcm512x->overclock_pll;
235 struct snd_ctl_elem_value *ucontrol)
248 pcm512x->overclock_pll = ucontrol->value.integer.value[0];
253 struct snd_ctl_elem_value *ucontrol)
258 ucontrol->value.integer.value[0] = pcm512x->overclock_dsp;
263 struct snd_ctl_elem_value *ucontrol)
276 pcm512x->overclock_dsp = ucontrol->value.integer.value[0];
281 struct snd_ctl_elem_value *ucontrol)
286 ucontrol
224 pcm512x_overclock_pll_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
234 pcm512x_overclock_pll_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
252 pcm512x_overclock_dsp_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
262 pcm512x_overclock_dsp_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
280 pcm512x_overclock_dac_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
290 pcm512x_overclock_dac_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
393 pcm512x_digital_playback_switch_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
407 pcm512x_digital_playback_switch_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
/linux-master/include/sound/
H A Dwss.h174 struct snd_ctl_elem_value *ucontrol);
176 struct snd_ctl_elem_value *ucontrol);
216 struct snd_ctl_elem_value *ucontrol);
218 struct snd_ctl_elem_value *ucontrol);
/linux-master/sound/isa/
H A Dopl3sa2.c339 static int snd_opl3sa2_get_single(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
349 ucontrol->value.integer.value[0] = (chip->ctlregs[reg] >> shift) & mask;
352 ucontrol->value.integer.value[0] = mask - ucontrol->value.integer.value[0];
356 static int snd_opl3sa2_put_single(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
367 val = (ucontrol->value.integer.value[0] & mask);
394 static int snd_opl3sa2_get_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
406 ucontrol->value.integer.value[0] = (chip->ctlregs[left_reg] >> shift_left) & mask;
407 ucontrol->value.integer.value[1] = (chip->ctlregs[right_reg] >> shift_right) & mask;
410 ucontrol
416 snd_opl3sa2_put_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
/linux-master/sound/ppc/
H A Dbeep.c175 struct snd_ctl_elem_value *ucontrol)
180 ucontrol->value.integer.value[0] = chip->beep->volume;
185 struct snd_ctl_elem_value *ucontrol)
192 nval = ucontrol->value.integer.value[0];
174 snd_pmac_get_beep(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
184 snd_pmac_put_beep(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
/linux-master/sound/soc/sti/
H A Duniperif_player.c571 struct snd_ctl_elem_value *ucontrol)
579 ucontrol->value.iec958.status[0] = iec958->status[0];
580 ucontrol->value.iec958.status[1] = iec958->status[1];
581 ucontrol->value.iec958.status[2] = iec958->status[2];
582 ucontrol->value.iec958.status[3] = iec958->status[3];
588 struct snd_ctl_elem_value *ucontrol)
597 iec958->status[0] = ucontrol->value.iec958.status[0];
598 iec958->status[1] = ucontrol->value.iec958.status[1];
599 iec958->status[2] = ucontrol->value.iec958.status[2];
600 iec958->status[3] = ucontrol
570 uni_player_ctl_iec958_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
587 uni_player_ctl_iec958_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
638 snd_sti_clk_adjustment_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
652 snd_sti_clk_adjustment_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
/linux-master/sound/soc/tegra/
H A Dtegra210_admaif.c423 struct snd_ctl_elem_value *ucontrol)
429 ucontrol->value.enumerated.item[0] =
436 struct snd_ctl_elem_value *ucontrol)
441 unsigned int value = ucontrol->value.enumerated.item[0];
452 struct snd_ctl_elem_value *ucontrol)
458 ucontrol->value.enumerated.item[0] =
465 struct snd_ctl_elem_value *ucontrol)
470 unsigned int value = ucontrol->value.enumerated.item[0];
481 struct snd_ctl_elem_value *ucontrol)
487 ucontrol
422 tegra210_admaif_pget_mono_to_stereo(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
435 tegra210_admaif_pput_mono_to_stereo(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
451 tegra210_admaif_cget_mono_to_stereo(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
464 tegra210_admaif_cput_mono_to_stereo(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
480 tegra210_admaif_pget_stereo_to_mono(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
493 tegra210_admaif_pput_stereo_to_mono(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
509 tegra210_admaif_cget_stereo_to_mono(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
522 tegra210_admaif_cput_stereo_to_mono(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
H A Dtegra210_mixer.c177 struct snd_ctl_elem_value *ucontrol)
189 ucontrol->value.integer.value[0] = mixer->gain_value[i];
195 struct snd_ctl_elem_value *ucontrol,
209 if (mixer->gain_value[id] == ucontrol->value.integer.value[0])
212 mixer->gain_value[id] = ucontrol->value.integer.value[0];
224 struct snd_ctl_elem_value *ucontrol)
226 return tegra210_mixer_apply_gain(kcontrol, ucontrol, false);
230 struct snd_ctl_elem_value *ucontrol)
232 return tegra210_mixer_apply_gain(kcontrol, ucontrol, true);
176 tegra210_mixer_get_gain(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
194 tegra210_mixer_apply_gain(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol, bool instant_gain) argument
223 tegra210_mixer_put_gain(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
229 tegra210_mixer_put_instant_gain(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
/linux-master/sound/pci/hda/
H A Dhda_cs_dsp_ctl.c50 static int hda_cs_dsp_coeff_put(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *ucontrol) argument
54 char *p = ucontrol->value.bytes.data;
59 static int hda_cs_dsp_coeff_get(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *ucontrol) argument
63 char *p = ucontrol->value.bytes.data;
/linux-master/sound/sh/
H A Daica.c446 struct snd_ctl_elem_value *ucontrol)
448 ucontrol->value.integer.value[0] = 1; /* TO DO: Fix me */
453 struct snd_ctl_elem_value *ucontrol)
455 if (ucontrol->value.integer.value[0] == 1)
473 struct snd_ctl_elem_value *ucontrol)
479 ucontrol->value.integer.value[0] = dreamcastcard->channel->vol;
484 struct snd_ctl_elem_value *ucontrol)
491 vol = ucontrol->value.integer.value[0];
496 dreamcastcard->channel->vol = ucontrol->value.integer.value[0];
497 dreamcastcard->master_volume = ucontrol
445 aica_pcmswitch_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
452 aica_pcmswitch_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
472 aica_pcmvolume_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
483 aica_pcmvolume_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
/linux-master/sound/soc/spear/
H A Dspdif_out.c214 struct snd_ctl_elem_value *ucontrol)
219 ucontrol->value.integer.value[0] = host->saved_params.mute;
224 struct snd_ctl_elem_value *ucontrol)
229 if (host->saved_params.mute == ucontrol->value.integer.value[0])
232 spdif_mute(cpu_dai, ucontrol->value.integer.value[0],
213 spdif_mute_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
223 spdif_mute_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
/linux-master/sound/soc/mediatek/mt8183/
H A Dmt8183-dai-adda.c114 struct snd_ctl_elem_value *ucontrol)
120 ucontrol->value.integer.value[0] = afe_priv->mtkaif_dmic;
126 struct snd_ctl_elem_value *ucontrol)
133 if (ucontrol->value.enumerated.item[0] >= e->items)
136 afe_priv->mtkaif_dmic = ucontrol->value.integer.value[0];
113 mt8183_adda_dmic_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
125 mt8183_adda_dmic_set(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
/linux-master/sound/pci/ac97/
H A Dac97_codec.c456 struct snd_ctl_elem_value *ucontrol)
465 ucontrol->value.enumerated.item[0] = (val >> e->shift_l) & (bitmask - 1);
467 ucontrol->value.enumerated.item[1] = (val >> e->shift_r) & (bitmask - 1);
473 struct snd_ctl_elem_value *ucontrol)
482 if (ucontrol->value.enumerated.item[0] > e->mask - 1)
484 val = ucontrol->value.enumerated.item[0] << e->shift_l;
487 if (ucontrol->value.enumerated.item[1] > e->mask - 1)
489 val |= ucontrol->value.enumerated.item[1] << e->shift_r;
534 struct snd_ctl_elem_value *ucontrol)
545 ucontrol
455 snd_ac97_get_enum_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
472 snd_ac97_put_enum_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
533 snd_ac97_get_volsw(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
557 snd_ac97_put_volsw(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
693 snd_ac97_spdif_cmask_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
705 snd_ac97_spdif_pmask_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
715 snd_ac97_spdif_default_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
728 snd_ac97_spdif_default_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
802 snd_ac97_put_spsa(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
888 snd_ac97_ad18xx_pcm_get_bits(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
902 snd_ac97_ad18xx_pcm_put_bits(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
934 snd_ac97_ad18xx_pcm_get_volume(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
946 snd_ac97_ad18xx_pcm_put_volume(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
2736 bind_hp_volsw_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
2836 master_mute_sw_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
2871 hp_master_mute_sw_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
/linux-master/sound/pci/
H A Drme32.c1509 struct snd_ctl_elem_value *ucontrol)
1514 ucontrol->value.integer.value[0] =
1521 struct snd_ctl_elem_value *ucontrol)
1527 val = ucontrol->value.integer.value[0] ? 0 : RME32_WCR_SEL;
1531 if (ucontrol->value.integer.value[0])
1567 struct snd_ctl_elem_value *ucontrol)
1573 ucontrol->value.enumerated.item[0] = snd_rme32_getinputtype(rme32);
1587 if (ucontrol->value.enumerated.item[0] >= items) {
1588 ucontrol->value.enumerated.item[0] = items - 1;
1596 struct snd_ctl_elem_value *ucontrol)
1508 snd_rme32_get_loopback_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1520 snd_rme32_put_loopback_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1566 snd_rme32_get_inputtype_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1595 snd_rme32_put_inputtype_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1635 snd_rme32_get_clockmode_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1646 snd_rme32_put_clockmode_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1689 snd_rme32_control_spdif_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1699 snd_rme32_control_spdif_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
1722 snd_rme32_control_spdif_stream_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value * ucontrol) argument
1733 snd_rme32_control_spdif_stream_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value * ucontrol) argument
1760 snd_rme32_control_spdif_mask_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value * ucontrol) argument
[all...]
/linux-master/sound/pci/au88x0/
H A Dau88x0_eq.c723 struct snd_ctl_elem_value *ucontrol)
729 ucontrol->value.integer.value[0] = eq->this54 ? 0 : 1;
736 struct snd_ctl_elem_value *ucontrol)
742 eq->this54 = ucontrol->value.integer.value[0] ? 0 : 1;
770 snd_vortex_eq_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
778 ucontrol->value.integer.value[0] = gainL;
779 ucontrol->value.integer.value[1] = gainR;
784 snd_vortex_eq_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
793 if (gainL != ucontrol->value.integer.value[0]) {
795 ucontrol
722 snd_vortex_eqtoggle_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
735 snd_vortex_eqtoggle_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
828 snd_vortex_peaks_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]
/linux-master/sound/usb/
H A Dmixer_scarlett.c245 struct snd_ctl_elem_value *ucontrol)
256 ucontrol->value.integer.value[i] = val;
263 struct snd_ctl_elem_value *ucontrol)
274 val = ucontrol->value.integer.value[i];
315 struct snd_ctl_elem_value *ucontrol)
327 ucontrol->value.integer.value[i] = val;
334 struct snd_ctl_elem_value *ucontrol)
345 val = ucontrol->value.integer.value[i] -
410 struct snd_ctl_elem_value *ucontrol)
422 ucontrol
244 scarlett_ctl_switch_get(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *ucontrol) argument
262 scarlett_ctl_switch_put(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *ucontrol) argument
314 scarlett_ctl_get(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *ucontrol) argument
333 scarlett_ctl_put(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *ucontrol) argument
409 scarlett_ctl_enum_get(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *ucontrol) argument
427 scarlett_ctl_enum_put(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *ucontrol) argument
456 scarlett_ctl_meter_get(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *ucontrol) argument
[all...]
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-alsa.c916 struct snd_ctl_elem_value * ucontrol)
921 ucontrol->value.integer.value[0] = chip->mixer_volume[addr][0];
922 ucontrol->value.integer.value[1] = chip->mixer_volume[addr][1];
927 struct snd_ctl_elem_value * ucontrol)
935 left = ucontrol->value.integer.value[0];
940 right = ucontrol->value.integer.value[1];
1013 struct snd_ctl_elem_value * ucontrol)
1020 ucontrol->value.integer.value[0] = chip->capture_source[0];
1021 ucontrol->value.integer.value[1] = chip->capture_source[1];
1023 ucontrol
915 snd_saa7134_volume_get(struct snd_kcontrol * kcontrol, struct snd_ctl_elem_value * ucontrol) argument
926 snd_saa7134_volume_put(struct snd_kcontrol * kcontrol, struct snd_ctl_elem_value * ucontrol) argument
1012 snd_saa7134_capsrc_get(struct snd_kcontrol * kcontrol, struct snd_ctl_elem_value * ucontrol) argument
1031 snd_saa7134_capsrc_put(struct snd_kcontrol * kcontrol, struct snd_ctl_elem_value * ucontrol) argument
[all...]
/linux-master/sound/soc/fsl/
H A Dfsl_xcvr.c95 struct snd_ctl_elem_value *ucontrol)
100 unsigned int *item = ucontrol->value.enumerated.item;
108 struct snd_ctl_elem_value *ucontrol)
113 ucontrol->value.enumerated.item[0] = xcvr->arc_mode;
140 struct snd_ctl_elem_value *ucontrol)
145 memcpy(ucontrol->value.bytes.data, xcvr->cap_ds, FSL_XCVR_CAPDS_SIZE);
151 struct snd_ctl_elem_value *ucontrol)
156 memcpy(xcvr->cap_ds, ucontrol->value.bytes.data, FSL_XCVR_CAPDS_SIZE);
198 struct snd_ctl_elem_value *ucontrol)
203 unsigned int *item = ucontrol
94 fsl_xcvr_arc_mode_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
107 fsl_xcvr_arc_mode_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
139 fsl_xcvr_capds_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
150 fsl_xcvr_capds_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
197 fsl_xcvr_mode_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
220 fsl_xcvr_mode_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
838 fsl_xcvr_rx_cs_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
849 fsl_xcvr_tx_cs_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
860 fsl_xcvr_tx_cs_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) argument
[all...]

Completed in 235 milliseconds

1234567891011>>