• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/

Lines Matching refs:snd_kcontrol

29 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 {
75 void (*private_free)(struct snd_kcontrol *kcontrol);
79 #define snd_kcontrol(n) list_entry(n, struct snd_kcontrol, list)
112 struct snd_kcontrol *snd_ctl_new1(const struct snd_kcontrol_new * kcontrolnew, void * private_data);
113 void snd_ctl_free_one(struct snd_kcontrol * kcontrol);
114 int snd_ctl_add(struct snd_card * card, struct snd_kcontrol * kcontrol);
115 int snd_ctl_remove(struct snd_card * card, struct snd_kcontrol * kcontrol);
118 struct snd_kcontrol *snd_ctl_find_numid(struct snd_card * card, unsigned int numid);
119 struct snd_kcontrol *snd_ctl_find_id(struct snd_card * card, struct snd_ctl_elem_id *id);
133 static inline unsigned int snd_ctl_get_ioffnum(struct snd_kcontrol *kctl, struct snd_ctl_elem_id *id)
138 static inline unsigned int snd_ctl_get_ioffidx(struct snd_kcontrol *kctl, struct snd_ctl_elem_id *id)
143 static inline unsigned int snd_ctl_get_ioff(struct snd_kcontrol *kctl, struct snd_ctl_elem_id *id)
153 struct snd_kcontrol *src_kctl,
165 int snd_ctl_boolean_mono_info(struct snd_kcontrol *kcontrol,
167 int snd_ctl_boolean_stereo_info(struct snd_kcontrol *kcontrol,
173 struct snd_kcontrol *snd_ctl_make_virtual_master(char *name,
175 int _snd_ctl_add_slave(struct snd_kcontrol *master, struct snd_kcontrol *slave,
199 snd_ctl_add_slave(struct snd_kcontrol *master, struct snd_kcontrol *slave)
219 snd_ctl_add_slave_uncached(struct snd_kcontrol *master,
220 struct snd_kcontrol *slave)