Searched refs:snd_kcontrol (Results 1 – 14 of 14) sorted by relevance
/include/sound/ |
D | control.h | 16 struct snd_kcontrol; 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, 70 struct snd_kcontrol { struct 83 void (*private_free)(struct snd_kcontrol *kcontrol); argument 87 #define snd_kcontrol(n) list_entry(n, struct snd_kcontrol, list) macro 122 …void (*lnotify)(struct snd_card *card, unsigned int mask, struct snd_kcontrol *kctl, unsigned int … 132 void snd_ctl_notify_one(struct snd_card * card, unsigned int mask, struct snd_kcontrol * kctl, unsi… [all …]
|
D | soc-topology.h | 19 struct snd_kcontrol; 50 struct snd_kcontrol *kcontrol; 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, 101 struct snd_kcontrol *k, int event);
|
D | sb16_csp.h | 67 struct snd_kcontrol *qsound_switch; 68 struct snd_kcontrol *qsound_space;
|
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 | 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.h | 529 struct snd_kcontrol *snd_soc_cnew(const struct snd_kcontrol_new *_template, 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, [all …]
|
D | emu8000.h | 74 struct snd_kcontrol *controls[EMU8000_NUM_CONTROLS];
|
D | soc-card.h | 31 struct snd_kcontrol *snd_soc_card_get_kcontrol(struct snd_soc_card *soc_card,
|
D | emu10k1.h | 1569 struct snd_kcontrol *kcontrol; 1750 struct snd_kcontrol *ctl_send_routing; 1751 struct snd_kcontrol *ctl_send_volume; 1752 struct snd_kcontrol *ctl_attn; 1753 struct snd_kcontrol *ctl_efx_send_routing; 1754 struct snd_kcontrol *ctl_efx_send_volume; 1755 struct snd_kcontrol *ctl_efx_attn;
|
D | ak4117.h | 159 struct snd_kcontrol *kctls[AK4117_CONTROLS];
|
D | ak4114.h | 169 struct snd_kcontrol *kctls[AK4114_CONTROLS];
|
D | ak4113.h | 286 struct snd_kcontrol *kctls[AK4113_CONTROLS];
|
D | soc-component.h | 321 struct snd_kcontrol *kcontrol) in snd_soc_dapm_kcontrol_component()
|
D | pcm.h | 513 struct snd_kcontrol *chmap_kctl; /* channel-mapping controls */ 1427 struct snd_kcontrol *kctl;
|