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; argument181 void snd_ctl_register_layer(struct snd_ctl_layer_ops *lops);182 void snd_ctl_disconnect_layer(struct snd_ctl_layer_ops *lops);
40 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; \
713 static struct snd_ctl_layer_ops snd_ctl_led_lops = {