Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dcontrol.h117 struct snd_ctl_layer_ops { struct
118 struct snd_ctl_layer_ops *next; argument
119 const char *module_name;
120 void (*lregister)(struct snd_card *card);
121 void (*ldisconnect)(struct snd_card *card);
122 …(*lnotify)(struct snd_card *card, unsigned int mask, struct snd_kcontrol *kctl, unsigned int ioff);