Searched refs:kcontrol (Results 1 – 5 of 5) sorted by relevance
/include/sound/ |
D | control.h | 27 #define snd_kcontrol_chip(kcontrol) ((kcontrol)->private_data) argument 30 typedef int (snd_kcontrol_info_t) (struct snd_kcontrol * kcontrol, struct snd_ctl_elem_info * uinfo… 31 typedef int (snd_kcontrol_get_t) (struct snd_kcontrol * kcontrol, struct snd_ctl_elem_value * ucont… 32 typedef int (snd_kcontrol_put_t) (struct snd_kcontrol * kcontrol, struct snd_ctl_elem_value * ucont… 33 typedef int (snd_kcontrol_tlv_rw_t)(struct snd_kcontrol *kcontrol, 80 void (*private_free)(struct snd_kcontrol *kcontrol); 118 void snd_ctl_free_one(struct snd_kcontrol * kcontrol); 119 int snd_ctl_add(struct snd_card * card, struct snd_kcontrol * kcontrol); 120 int snd_ctl_remove(struct snd_card * card, struct snd_kcontrol * kcontrol); 121 int snd_ctl_replace(struct snd_card *card, struct snd_kcontrol *kcontrol, bool add_on_replace); [all …]
|
D | wss.h | 186 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,
|
D | soc.h | 529 int snd_soc_info_enum_double(struct snd_kcontrol *kcontrol, 531 int snd_soc_get_enum_double(struct snd_kcontrol *kcontrol, 533 int snd_soc_put_enum_double(struct snd_kcontrol *kcontrol, 535 int snd_soc_info_volsw(struct snd_kcontrol *kcontrol, 538 int snd_soc_get_volsw(struct snd_kcontrol *kcontrol, 540 int snd_soc_put_volsw(struct snd_kcontrol *kcontrol, 544 int snd_soc_get_volsw_sx(struct snd_kcontrol *kcontrol, 546 int snd_soc_put_volsw_sx(struct snd_kcontrol *kcontrol, 548 int snd_soc_info_volsw_s8(struct snd_kcontrol *kcontrol, 550 int snd_soc_get_volsw_s8(struct snd_kcontrol *kcontrol, [all …]
|
D | soc-dapm.h | 353 struct snd_kcontrol *kcontrol, int event); 355 struct snd_kcontrol *kcontrol, int event); 358 int snd_soc_dapm_put_volsw(struct snd_kcontrol *kcontrol, 360 int snd_soc_dapm_get_volsw(struct snd_kcontrol *kcontrol, 362 int snd_soc_dapm_get_enum_double(struct snd_kcontrol *kcontrol, 364 int snd_soc_dapm_put_enum_double(struct snd_kcontrol *kcontrol, 366 int snd_soc_dapm_info_pin_switch(struct snd_kcontrol *kcontrol, 368 int snd_soc_dapm_get_pin_switch(struct snd_kcontrol *kcontrol, 370 int snd_soc_dapm_put_pin_switch(struct snd_kcontrol *kcontrol, 401 struct snd_kcontrol *kcontrol, int connect, [all …]
|
D | emu10k1.h | 1584 struct snd_kcontrol *kcontrol; member
|