Home
last modified time | relevance | path

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

/Linux-v5.4/include/sound/
Dcontrol.h54 struct snd_kcontrol { struct
58 snd_kcontrol_info_t *info; argument
59 snd_kcontrol_get_t *get; argument
60 snd_kcontrol_put_t *put; argument
67 void (*private_free)(struct snd_kcontrol *kcontrol); argument
68 struct snd_kcontrol_volatile vd[0]; /* volatile data */ argument
71 #define snd_kcontrol(n) list_entry(n, struct snd_kcontrol, list) macro
/Linux-v5.4/sound/soc/codecs/
Dhdac_hdmi.c688 struct snd_kcontrol *, int), unsigned short event_flags) in hdac_hdmi_fill_widget_info()