Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dcontrol.h70 struct snd_kcontrol { struct
74 snd_kcontrol_info_t *info; argument
75 snd_kcontrol_get_t *get; argument
76 snd_kcontrol_put_t *put; argument
83 void (*private_free)(struct snd_kcontrol *kcontrol); argument
84 struct snd_kcontrol_volatile vd[]; /* volatile data */ argument
87 #define snd_kcontrol(n) list_entry(n, struct snd_kcontrol, list) macro
/openbmc/linux/sound/soc/codecs/
H A Dhdac_hdmi.c687 struct snd_kcontrol *, int), unsigned short event_flags) in hdac_hdmi_fill_widget_info()