Searched refs:kcontrol (Results 1 – 7 of 7) sorted by relevance
| /include/sound/ |
| D | control.h | 14 #define snd_kcontrol_chip(kcontrol) ((kcontrol)->private_data) argument 17 typedef int (snd_kcontrol_info_t) (struct snd_kcontrol * kcontrol, struct snd_ctl_elem_info * uinfo… 18 typedef int (snd_kcontrol_get_t) (struct snd_kcontrol * kcontrol, struct snd_ctl_elem_value * ucont… 19 typedef int (snd_kcontrol_put_t) (struct snd_kcontrol * kcontrol, struct snd_ctl_elem_value * ucont… 20 typedef int (snd_kcontrol_tlv_rw_t)(struct snd_kcontrol *kcontrol, 83 void (*private_free)(struct snd_kcontrol *kcontrol); 135 void snd_ctl_free_one(struct snd_kcontrol * kcontrol); 136 int snd_ctl_add(struct snd_card * card, struct snd_kcontrol * kcontrol); 137 int snd_ctl_remove(struct snd_card * card, struct snd_kcontrol * kcontrol); 138 int snd_ctl_replace(struct snd_card *card, struct snd_kcontrol *kcontrol, bool add_on_replace); [all …]
|
| D | soc-topology.h | 50 struct snd_kcontrol *kcontrol; member 78 int (*get)(struct snd_kcontrol *kcontrol, 80 int (*put)(struct snd_kcontrol *kcontrol, 82 int (*info)(struct snd_kcontrol *kcontrol, 89 int (*get)(struct snd_kcontrol *kcontrol, unsigned int __user *bytes, 91 int (*put)(struct snd_kcontrol *kcontrol,
|
| D | wss.h | 171 int snd_wss_info_single(struct snd_kcontrol *kcontrol, 173 int snd_wss_get_single(struct snd_kcontrol *kcontrol, 175 int snd_wss_put_single(struct snd_kcontrol *kcontrol, 213 int snd_wss_info_double(struct snd_kcontrol *kcontrol, 215 int snd_wss_get_double(struct snd_kcontrol *kcontrol, 217 int snd_wss_put_double(struct snd_kcontrol *kcontrol,
|
| D | soc-dapm.h | 442 int dapm_regulator_event(struct snd_soc_dapm_widget *w, struct snd_kcontrol *kcontrol, int event); 443 int dapm_clock_event(struct snd_soc_dapm_widget *w, struct snd_kcontrol *kcontrol, int event); 444 int dapm_pinctrl_event(struct snd_soc_dapm_widget *w, struct snd_kcontrol *kcontrol, int event); 447 int snd_soc_dapm_put_volsw(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol); 448 int snd_soc_dapm_get_volsw(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol); 449 int snd_soc_dapm_get_enum_double(struct snd_kcontrol *kcontrol, 451 int snd_soc_dapm_put_enum_double(struct snd_kcontrol *kcontrol, 453 int snd_soc_dapm_info_pin_switch(struct snd_kcontrol *kcontrol, 455 int snd_soc_dapm_get_pin_switch(struct snd_kcontrol *kcontrol, 457 int snd_soc_dapm_put_pin_switch(struct snd_kcontrol *kcontrol, [all …]
|
| D | soc.h | 584 int snd_soc_info_enum_double(struct snd_kcontrol *kcontrol, 586 int snd_soc_get_enum_double(struct snd_kcontrol *kcontrol, 588 int snd_soc_put_enum_double(struct snd_kcontrol *kcontrol, 590 int snd_soc_info_volsw(struct snd_kcontrol *kcontrol, 592 int snd_soc_info_volsw_sx(struct snd_kcontrol *kcontrol, 595 int snd_soc_get_volsw(struct snd_kcontrol *kcontrol, 597 int snd_soc_put_volsw(struct snd_kcontrol *kcontrol, 601 int snd_soc_get_volsw_sx(struct snd_kcontrol *kcontrol, 603 int snd_soc_put_volsw_sx(struct snd_kcontrol *kcontrol, 605 int snd_soc_info_volsw_range(struct snd_kcontrol *kcontrol, [all …]
|
| D | soc-component.h | 344 struct snd_kcontrol *kcontrol) in snd_soc_dapm_kcontrol_component() argument 346 return snd_soc_dapm_to_component(snd_soc_dapm_kcontrol_dapm(kcontrol)); in snd_soc_dapm_kcontrol_component()
|
| D | emu10k1.h | 1570 struct snd_kcontrol *kcontrol; member
|