Lines Matching defs:kcontrol

29  * Convenience kcontrol builders
560 int snd_soc_info_enum_double(struct snd_kcontrol *kcontrol,
562 int snd_soc_get_enum_double(struct snd_kcontrol *kcontrol,
564 int snd_soc_put_enum_double(struct snd_kcontrol *kcontrol,
566 int snd_soc_info_volsw(struct snd_kcontrol *kcontrol,
568 int snd_soc_info_volsw_sx(struct snd_kcontrol *kcontrol,
571 int snd_soc_get_volsw(struct snd_kcontrol *kcontrol,
573 int snd_soc_put_volsw(struct snd_kcontrol *kcontrol,
577 int snd_soc_get_volsw_sx(struct snd_kcontrol *kcontrol,
579 int snd_soc_put_volsw_sx(struct snd_kcontrol *kcontrol,
581 int snd_soc_info_volsw_range(struct snd_kcontrol *kcontrol,
583 int snd_soc_put_volsw_range(struct snd_kcontrol *kcontrol,
585 int snd_soc_get_volsw_range(struct snd_kcontrol *kcontrol,
589 int snd_soc_bytes_info(struct snd_kcontrol *kcontrol,
591 int snd_soc_bytes_get(struct snd_kcontrol *kcontrol,
593 int snd_soc_bytes_put(struct snd_kcontrol *kcontrol,
595 int snd_soc_bytes_info_ext(struct snd_kcontrol *kcontrol,
597 int snd_soc_bytes_tlv_callback(struct snd_kcontrol *kcontrol, int op_flag,
599 int snd_soc_info_xr_sx(struct snd_kcontrol *kcontrol,
601 int snd_soc_get_xr_sx(struct snd_kcontrol *kcontrol,
603 int snd_soc_put_xr_sx(struct snd_kcontrol *kcontrol,
605 int snd_soc_get_strobe(struct snd_kcontrol *kcontrol,
607 int snd_soc_put_strobe(struct snd_kcontrol *kcontrol,
917 * optional map of kcontrol, widget and path name prefixes that are
1210 int (*get)(struct snd_kcontrol *kcontrol, unsigned int __user *bytes,
1212 int (*put)(struct snd_kcontrol *kcontrol, const unsigned int __user *bytes,
1222 /* enumerated kcontrol */
1276 * @kcontrol: The control for which to get the component
1284 struct snd_kcontrol *kcontrol)
1286 return snd_kcontrol_chip(kcontrol);