Home
last modified time | relevance | path

Searched defs:kctl (Results 1 - 25 of 183) sorted by relevance

12345678

/kernel/linux/linux-5.10/sound/core/
H A Dctljack.c65 struct snd_kcontrol *kctl; in snd_kctl_jack_new() local
77 snd_kctl_jack_report(struct snd_card *card, struct snd_kcontrol *kctl, bool status) snd_kctl_jack_report() argument
[all...]
H A Djack.c16 struct snd_kcontrol *kctl; member
123 static void snd_jack_kctl_private_free(struct snd_kcontrol *kctl) in snd_jack_kctl_private_free() argument
141 struct snd_kcontrol *kctl; in snd_jack_kctl_new() local
[all...]
H A Dvmaster.c53 struct snd_kcontrol *kctl; /* original kcontrol pointer */ member
396 struct snd_kcontrol *kctl; in snd_ctl_make_virtual_master() local
499 snd_ctl_apply_vmaster_followers(struct snd_kcontrol *kctl, int (*func)(struct snd_kcontrol *vfollower, struct snd_kcontrol *follower, void *arg), void *arg) snd_ctl_apply_vmaster_followers() argument
[all...]
/kernel/linux/linux-6.6/sound/core/
H A Dctljack.c65 struct snd_kcontrol *kctl; in snd_kctl_jack_new() local
77 snd_kctl_jack_report(struct snd_card *card, struct snd_kcontrol *kctl, bool status) snd_kctl_jack_report() argument
[all...]
/kernel/linux/linux-5.10/sound/pci/cs5535audio/
H A Dcs5535audio_olpc.c61 static int olpc_dc_info(struct snd_kcontrol *kctl, in olpc_dc_info() argument
71 static int olpc_dc_get(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *v) in olpc_dc_get() argument
77 static int olpc_dc_put(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *v) in olpc_dc_put() argument
85 static int olpc_mic_info(struct snd_kcontrol *kctl, in olpc_mic_info() argument
95 static int olpc_mic_get(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *v) in olpc_mic_get() argument
106 static int olpc_mic_put(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *v) in olpc_mic_put() argument
/kernel/linux/linux-5.10/sound/soc/pxa/
H A Dmioa701_wm9713.c68 rear_amp_event(struct snd_soc_dapm_widget *widget, struct snd_kcontrol *kctl, int event) rear_amp_event() argument
/kernel/linux/linux-6.6/sound/pci/cs5535audio/
H A Dcs5535audio_olpc.c61 static int olpc_dc_info(struct snd_kcontrol *kctl, in olpc_dc_info() argument
71 static int olpc_dc_get(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *v) in olpc_dc_get() argument
77 static int olpc_dc_put(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *v) in olpc_dc_put() argument
85 static int olpc_mic_info(struct snd_kcontrol *kctl, in olpc_mic_info() argument
95 static int olpc_mic_get(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *v) in olpc_mic_get() argument
106 static int olpc_mic_put(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *v) in olpc_mic_put() argument
/kernel/linux/linux-5.10/sound/soc/
H A Dsoc-card.c33 struct snd_kcontrol *kctl; in snd_soc_card_get_kcontrol() local
/kernel/linux/linux-5.10/drivers/staging/greybus/
H A Daudio_helper.c152 struct snd_kcontrol *kctl; in gbaudio_remove_controls() local
/kernel/linux/linux-6.6/sound/soc/
H A Dsoc-card.c36 struct snd_kcontrol *kctl; in snd_soc_card_get_kcontrol_locked() local
55 struct snd_kcontrol *kctl; in snd_soc_card_get_kcontrol() local
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_cs_dsp_ctl.c20 struct snd_kcontrol *kctl; member
38 static int hda_cs_dsp_coeff_info(struct snd_kcontrol *kctl, struct snd_ctl_elem_info *uinfo) in hda_cs_dsp_coeff_info() argument
49 static int hda_cs_dsp_coeff_put(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *ucontrol) in hda_cs_dsp_coeff_put() argument
63 static int hda_cs_dsp_coeff_get(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *ucontrol) in hda_cs_dsp_coeff_get() argument
104 struct snd_kcontrol *kctl; in hda_cs_dsp_add_kcontrol() local
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/solo6x10/
H A Dsolo6x10-g723.c355 struct snd_kcontrol_new kctl; in solo_g723_init() local
/kernel/linux/linux-5.10/sound/pci/au88x0/
H A Dau88x0_pcm.c598 struct snd_kcontrol *kctl; in snd_vortex_new_pcm() local
114 vortex_notify_pcm_vol_change(struct snd_card *card, struct snd_kcontrol *kctl, int activate) vortex_notify_pcm_vol_change() argument
[all...]
/kernel/linux/linux-5.10/sound/pci/ice1712/
H A Dwm8776.c35 struct snd_kcontrol *kctl; in snd_wm8776_activate_ctl() local
H A Dpsc724.c181 struct snd_kcontrol *kctl; in psc724_set_jack_state() local
/kernel/linux/linux-5.10/sound/soc/tegra/
H A Dtegra210_ahub.c17 static int tegra_ahub_get_value_enum(struct snd_kcontrol *kctl, in tegra_ahub_get_value_enum() argument
54 static int tegra_ahub_put_value_enum(struct snd_kcontrol *kctl, in tegra_ahub_put_value_enum() argument
/kernel/linux/linux-5.10/include/sound/
H A Dcontrol.h145 static inline unsigned int snd_ctl_get_ioffnum(struct snd_kcontrol *kctl, struct snd_ctl_elem_id *id) in snd_ctl_get_ioffnum() argument
151 static inline unsigned int snd_ctl_get_ioffidx(struct snd_kcontrol *kctl, struct snd_ctl_elem_id *id) in snd_ctl_get_ioffidx() argument
157 static inline unsigned int snd_ctl_get_ioff(struct snd_kcontrol *kctl, struct snd_ctl_elem_id *id) in snd_ctl_get_ioff() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/solo6x10/
H A Dsolo6x10-g723.c329 struct snd_kcontrol_new kctl; in solo_g723_init() local
/kernel/linux/linux-6.6/sound/pci/au88x0/
H A Dau88x0_pcm.c598 struct snd_kcontrol *kctl; in snd_vortex_new_pcm() local
114 vortex_notify_pcm_vol_change(struct snd_card *card, struct snd_kcontrol *kctl, int activate) vortex_notify_pcm_vol_change() argument
[all...]
/kernel/linux/linux-6.6/sound/pci/ice1712/
H A Dwm8776.c35 struct snd_kcontrol *kctl; in snd_wm8776_activate_ctl() local
/kernel/linux/linux-6.6/sound/soc/tegra/
H A Dtegra210_ahub.c17 static int tegra_ahub_get_value_enum(struct snd_kcontrol *kctl, in tegra_ahub_get_value_enum() argument
54 static int tegra_ahub_put_value_enum(struct snd_kcontrol *kctl, in tegra_ahub_put_value_enum() argument
/kernel/linux/linux-5.10/sound/i2c/other/
H A Dak4114.c461 struct snd_kcontrol *kctl; in snd_ak4114_build() local
[all...]
H A Dak4113.c487 struct snd_kcontrol *kctl; in snd_ak4113_build() local
H A Dak4117.c412 struct snd_kcontrol *kctl; in snd_ak4117_build() local
/kernel/linux/linux-5.10/sound/i2c/
H A Dcs8427.c520 struct snd_kcontrol *kctl; in snd_cs8427_iec958_build() local

Completed in 15 milliseconds

12345678