Searched refs:snd_ctl_layer_ops (Results 1 – 3 of 3) sorted by relevance
117 struct snd_ctl_layer_ops { struct118 struct snd_ctl_layer_ops *next; argument159 void snd_ctl_register_layer(struct snd_ctl_layer_ops *lops);160 void snd_ctl_disconnect_layer(struct snd_ctl_layer_ops *lops);
40 static struct snd_ctl_layer_ops *snd_ctl_layer;205 struct snd_ctl_layer_ops *lops; in snd_ctl_notify_one()2213 struct snd_ctl_layer_ops *lops; in snd_ctl_request_layer()2235 void snd_ctl_register_layer(struct snd_ctl_layer_ops *lops) in snd_ctl_register_layer()2264 void snd_ctl_disconnect_layer(struct snd_ctl_layer_ops *lops) in snd_ctl_disconnect_layer()2266 struct snd_ctl_layer_ops *lops2, *prev_lops2; in snd_ctl_disconnect_layer()2306 struct snd_ctl_layer_ops *lops; in snd_ctl_dev_register()2329 struct snd_ctl_layer_ops *lops; in snd_ctl_dev_disconnect()
727 static struct snd_ctl_layer_ops snd_ctl_led_lops = {
Completed in 10 milliseconds