Home
last modified time | relevance | path

Searched refs:snd_ctl_layer_ops (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/include/sound/
Dcontrol.h117 struct snd_ctl_layer_ops { struct
118 struct snd_ctl_layer_ops *next; argument
158 void snd_ctl_register_layer(struct snd_ctl_layer_ops *lops);
159 void snd_ctl_disconnect_layer(struct snd_ctl_layer_ops *lops);
/Linux-v5.15/sound/core/
Dcontrol.c40 static struct snd_ctl_layer_ops *snd_ctl_layer;
204 struct snd_ctl_layer_ops *lops; in snd_ctl_notify_one()
2051 struct snd_ctl_layer_ops *lops; in snd_ctl_request_layer()
2073 void snd_ctl_register_layer(struct snd_ctl_layer_ops *lops) in snd_ctl_register_layer()
2102 void snd_ctl_disconnect_layer(struct snd_ctl_layer_ops *lops) in snd_ctl_disconnect_layer()
2104 struct snd_ctl_layer_ops *lops2, *prev_lops2; in snd_ctl_disconnect_layer()
2144 struct snd_ctl_layer_ops *lops; in snd_ctl_dev_register()
2167 struct snd_ctl_layer_ops *lops; in snd_ctl_dev_disconnect()
Dcontrol_led.c733 static struct snd_ctl_layer_ops snd_ctl_led_lops = {