Home
last modified time | relevance | path

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

/linux-4.19.296/include/sound/
Dcontrol.h29 #define snd_kcontrol_chip(kcontrol) ((kcontrol)->private_data) argument
32 typedef int (snd_kcontrol_info_t) (struct snd_kcontrol * kcontrol, struct snd_ctl_elem_info * uinfo…
33 typedef int (snd_kcontrol_get_t) (struct snd_kcontrol * kcontrol, struct snd_ctl_elem_value * ucont…
34 typedef int (snd_kcontrol_put_t) (struct snd_kcontrol * kcontrol, struct snd_ctl_elem_value * ucont…
35 typedef int (snd_kcontrol_tlv_rw_t)(struct snd_kcontrol *kcontrol,
82 void (*private_free)(struct snd_kcontrol *kcontrol);
125 void snd_ctl_free_one(struct snd_kcontrol * kcontrol);
126 int snd_ctl_add(struct snd_card * card, struct snd_kcontrol * kcontrol);
127 int snd_ctl_remove(struct snd_card * card, struct snd_kcontrol * kcontrol);
128 int snd_ctl_replace(struct snd_card *card, struct snd_kcontrol *kcontrol, bool add_on_replace);
[all …]
Dsoc-topology.h51 struct snd_kcontrol *kcontrol; member
79 int (*get)(struct snd_kcontrol *kcontrol,
81 int (*put)(struct snd_kcontrol *kcontrol,
83 int (*info)(struct snd_kcontrol *kcontrol,
90 int (*get)(struct snd_kcontrol *kcontrol, unsigned int __user *bytes,
92 int (*put)(struct snd_kcontrol *kcontrol,
Dwss.h186 int snd_wss_info_single(struct snd_kcontrol *kcontrol,
188 int snd_wss_get_single(struct snd_kcontrol *kcontrol,
190 int snd_wss_put_single(struct snd_kcontrol *kcontrol,
228 int snd_wss_info_double(struct snd_kcontrol *kcontrol,
230 int snd_wss_get_double(struct snd_kcontrol *kcontrol,
232 int snd_wss_put_double(struct snd_kcontrol *kcontrol,
Dsoc.h589 int snd_soc_info_enum_double(struct snd_kcontrol *kcontrol,
591 int snd_soc_get_enum_double(struct snd_kcontrol *kcontrol,
593 int snd_soc_put_enum_double(struct snd_kcontrol *kcontrol,
595 int snd_soc_info_volsw(struct snd_kcontrol *kcontrol,
597 int snd_soc_info_volsw_sx(struct snd_kcontrol *kcontrol,
600 int snd_soc_get_volsw(struct snd_kcontrol *kcontrol,
602 int snd_soc_put_volsw(struct snd_kcontrol *kcontrol,
606 int snd_soc_get_volsw_sx(struct snd_kcontrol *kcontrol,
608 int snd_soc_put_volsw_sx(struct snd_kcontrol *kcontrol,
610 int snd_soc_info_volsw_range(struct snd_kcontrol *kcontrol,
[all …]
Dsoc-dapm.h380 struct snd_kcontrol *kcontrol, int event);
382 struct snd_kcontrol *kcontrol, int event);
384 struct snd_kcontrol *kcontrol, int event);
387 int snd_soc_dapm_put_volsw(struct snd_kcontrol *kcontrol,
389 int snd_soc_dapm_get_volsw(struct snd_kcontrol *kcontrol,
391 int snd_soc_dapm_get_enum_double(struct snd_kcontrol *kcontrol,
393 int snd_soc_dapm_put_enum_double(struct snd_kcontrol *kcontrol,
395 int snd_soc_dapm_info_pin_switch(struct snd_kcontrol *kcontrol,
397 int snd_soc_dapm_get_pin_switch(struct snd_kcontrol *kcontrol,
399 int snd_soc_dapm_put_pin_switch(struct snd_kcontrol *kcontrol,
[all …]
Demu10k1.h1584 struct snd_kcontrol *kcontrol; member