Home
last modified time | relevance | path

Searched refs:snd_ctl_layer (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/sound/core/
H A Dcontrol.c40 static struct snd_ctl_layer_ops *snd_ctl_layer; variable
214 for (lops = snd_ctl_layer; lops; lops = lops->next) in snd_ctl_notify_one()
2300 for (lops = snd_ctl_layer; lops; lops = lops->next) in snd_ctl_request_layer()
2323 lops->next = snd_ctl_layer; in snd_ctl_register_layer()
2324 snd_ctl_layer = lops; in snd_ctl_register_layer()
2351 for (lops2 = snd_ctl_layer, prev_lops2 = NULL; lops2; lops2 = lops2->next) { in snd_ctl_disconnect_layer()
2354 snd_ctl_layer = lops->next; in snd_ctl_disconnect_layer()
2397 for (lops = snd_ctl_layer; lops; lops = lops->next) in snd_ctl_dev_register()
2423 for (lops = snd_ctl_layer; lops; lops = lops->next) in snd_ctl_dev_disconnect()

Completed in 4 milliseconds