Searched refs:snd_ctl_layer (Results 1 – 1 of 1) sorted by relevance
40 static struct snd_ctl_layer_ops *snd_ctl_layer; variable210 for (lops = snd_ctl_layer; lops; lops = lops->next) in snd_ctl_notify_one()2201 for (lops = snd_ctl_layer; lops; lops = lops->next) in snd_ctl_request_layer()2222 lops->next = snd_ctl_layer; in snd_ctl_register_layer()2223 snd_ctl_layer = lops; in snd_ctl_register_layer()2249 for (lops2 = snd_ctl_layer, prev_lops2 = NULL; lops2; lops2 = lops2->next) { in snd_ctl_disconnect_layer()2252 snd_ctl_layer = lops->next; in snd_ctl_disconnect_layer()2284 for (lops = snd_ctl_layer; lops; lops = lops->next) \