Home
last modified time | relevance | path

Searched refs:kcontrols (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-compat-ioctl32.c646 struct v4l2_ext_control __user *kcontrols; in get_v4l2_ext_controls32() local
667 kcontrols = compat_alloc_user_space(n * sizeof(struct v4l2_ext_control)); in get_v4l2_ext_controls32()
668 kp->controls = (__force struct v4l2_ext_control *)kcontrols; in get_v4l2_ext_controls32()
672 if (copy_in_user(kcontrols, ucontrols, sizeof(*ucontrols))) in get_v4l2_ext_controls32()
674 if (get_user(id, &kcontrols->id)) in get_v4l2_ext_controls32()
682 if (put_user(s, &kcontrols->string)) in get_v4l2_ext_controls32()
686 kcontrols++; in get_v4l2_ext_controls32()
694 struct v4l2_ext_control __user *kcontrols = in put_v4l2_ext_controls32() local
719 if (get_user(id, &kcontrols->id)) in put_v4l2_ext_controls32()
726 if (copy_in_user(ucontrols, kcontrols, size)) in put_v4l2_ext_controls32()
[all …]
/linux-4.1.27/sound/soc/
Dsoc-dapm.c658 if (w->kcontrols) in dapm_is_shared_kcontrol()
659 *kcontrol = w->kcontrols[i]; in dapm_is_shared_kcontrol()
767 w->kcontrols[kci] = kcontrol; in dapm_create_or_share_mixmux_kcontrol()
789 if (w->kcontrols[i]) { in dapm_new_mixer()
790 dapm_kcontrol_add_path(w->kcontrols[i], path); in dapm_new_mixer()
798 dapm_kcontrol_add_path(w->kcontrols[i], path); in dapm_new_mixer()
830 dapm_kcontrol_add_path(w->kcontrols[0], path); in dapm_new_mux()
870 w->kcontrols[i] = kcontrol; in dapm_new_dai_link()
2197 kfree(w->kcontrols); in dapm_free_widgets()
2732 w->kcontrols = kzalloc(w->num_kcontrols * in snd_soc_dapm_new_widgets()
[all …]
/linux-4.1.27/Documentation/sound/alsa/soc/
Ddapm.txt84 parameters for stream name and kcontrols.
121 Any widget kcontrols can be set using the controls and num_controls members.
123 e.g. Mixer widget (the kcontrols are declared first)
/linux-4.1.27/Documentation/sound/alsa/
Dcompress_offload.txt207 ALSA kcontrols.
217 would be enabled with ALSA kcontrols.
/linux-4.1.27/sound/soc/intel/atom/
Dsst-atom-controls.c629 if (dapm_kcontrol_get_value(w->kcontrols[i])) { in sst_swm_mixer_event()
630 mc = (struct soc_mixer_control *)(w->kcontrols[i])->private_value; in sst_swm_mixer_event()
/linux-4.1.27/include/sound/
Dsoc-dapm.h565 struct snd_kcontrol **kcontrols; member