Home
last modified time | relevance | path

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

/Linux-v4.19/include/sound/
Dcontrol.h69 struct snd_kcontrol { struct
73 snd_kcontrol_info_t *info; argument
74 snd_kcontrol_get_t *get; argument
75 snd_kcontrol_put_t *put; argument
82 void (*private_free)(struct snd_kcontrol *kcontrol); argument
83 struct snd_kcontrol_volatile vd[0]; /* volatile data */ argument
86 #define snd_kcontrol(n) list_entry(n, struct snd_kcontrol, list) macro
/Linux-v4.19/sound/soc/codecs/
Dhdac_hdmi.c658 struct snd_kcontrol *, int), unsigned short event_flags) in hdac_hdmi_fill_widget_info()