Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dcontrol.h117 struct snd_ctl_layer_ops { struct
118 struct snd_ctl_layer_ops *next; argument
181 void snd_ctl_register_layer(struct snd_ctl_layer_ops *lops);
182 void snd_ctl_disconnect_layer(struct snd_ctl_layer_ops *lops);
/linux/sound/core/
H A Dcontrol.c40 static struct snd_ctl_layer_ops *snd_ctl_layer;
204 struct snd_ctl_layer_ops *lops; in snd_ctl_notify_one()
2196 struct snd_ctl_layer_ops *lops; in snd_ctl_request_layer()
2216 void snd_ctl_register_layer(struct snd_ctl_layer_ops *lops) in snd_ctl_register_layer()
2244 void snd_ctl_disconnect_layer(struct snd_ctl_layer_ops *lops) in snd_ctl_disconnect_layer()
2246 struct snd_ctl_layer_ops *lops2, *prev_lops2; in snd_ctl_disconnect_layer()
2281 struct snd_ctl_layer_ops *lops; \
H A Dcontrol_led.c707 static struct snd_ctl_layer_ops snd_ctl_led_lops = {