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);
47 static struct snd_ctl_layer_ops *snd_ctl_layer; in snd_ctl_open() 211 struct snd_ctl_layer_ops *lops; in snd_ctl_notify_one() 2274 struct snd_ctl_layer_ops *lops;2294 void snd_ctl_register_layer(struct snd_ctl_layer_ops *lops) in snd_ctl_dev_register() 2322 void snd_ctl_disconnect_layer(struct snd_ctl_layer_ops *lops)2324 struct snd_ctl_layer_ops *lops2, *prev_lops2;2359 struct snd_ctl_layer_ops *lops; \ in snd_ctl_create()
713 static struct snd_ctl_layer_ops snd_ctl_led_lops = {