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.h | 538 int snd_soc_info_enum_double(struct snd_kcontrol *kcontrol, 540 int snd_soc_get_enum_double(struct snd_kcontrol *kcontrol, 542 int snd_soc_put_enum_double(struct snd_kcontrol *kcontrol, 544 int snd_soc_info_volsw(struct snd_kcontrol *kcontrol, 546 int snd_soc_info_volsw_sx(struct snd_kcontrol *kcontrol, 549 int snd_soc_get_volsw(struct snd_kcontrol *kcontrol, 551 int snd_soc_put_volsw(struct snd_kcontrol *kcontrol, 555 int snd_soc_get_volsw_sx(struct snd_kcontrol *kcontrol, 557 int snd_soc_put_volsw_sx(struct snd_kcontrol *kcontrol, 559 int snd_soc_info_volsw_range(struct snd_kcontrol *kcontrol, [all …]
|
D | soc-dapm.h | 401 struct snd_kcontrol *kcontrol, int event); 403 struct snd_kcontrol *kcontrol, int event); 405 struct snd_kcontrol *kcontrol, int event); 408 int snd_soc_dapm_put_volsw(struct snd_kcontrol *kcontrol, 410 int snd_soc_dapm_get_volsw(struct snd_kcontrol *kcontrol, 412 int snd_soc_dapm_get_enum_double(struct snd_kcontrol *kcontrol, 414 int snd_soc_dapm_put_enum_double(struct snd_kcontrol *kcontrol, 416 int snd_soc_dapm_info_pin_switch(struct snd_kcontrol *kcontrol, 418 int snd_soc_dapm_get_pin_switch(struct snd_kcontrol *kcontrol, 420 int snd_soc_dapm_put_pin_switch(struct snd_kcontrol *kcontrol, [all …]
|
D | soc-component.h | 321 struct snd_kcontrol *kcontrol) in snd_soc_dapm_kcontrol_component() argument 323 return snd_soc_dapm_to_component(snd_soc_dapm_kcontrol_dapm(kcontrol)); in snd_soc_dapm_kcontrol_component()
|
D | emu10k1.h | 1569 struct snd_kcontrol *kcontrol; member
|