Searched defs:snd_kcontrol (Results 1 - 1 of 1) sorted by relevance

/include/sound/
H A Dcontrol.h29 struct snd_kcontrol;
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 * ucontrol);
32 typedef int (snd_kcontrol_put_t) (struct snd_kcontrol * kcontrol, struct snd_ctl_elem_value * ucontrol);
33 typedef int (snd_kcontrol_tlv_rw_t)(struct snd_kcontrol *kcontrol,
62 struct snd_kcontrol { struct
75 void (*private_free)(struct snd_kcontrol *kcontrol);
79 #define snd_kcontrol(n) list_entry(n, struct snd_kcontrol, list) macro
112 struct snd_kcontrol *snd_ctl_new
[all...]

Completed in 67 milliseconds