Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dcontrol.h117 struct snd_ctl_layer_ops { struct
118 struct snd_ctl_layer_ops *next; argument
183 void snd_ctl_register_layer(struct snd_ctl_layer_ops *lops);
184 void snd_ctl_disconnect_layer(struct snd_ctl_layer_ops *lops);
/openbmc/linux/sound/core/
H A Dcontrol.c40 static struct snd_ctl_layer_ops *snd_ctl_layer;
208 struct snd_ctl_layer_ops *lops; in snd_ctl_notify_one()
2299 struct snd_ctl_layer_ops *lops; in snd_ctl_request_layer()
2321 void snd_ctl_register_layer(struct snd_ctl_layer_ops *lops) in snd_ctl_register_layer()
2350 void snd_ctl_disconnect_layer(struct snd_ctl_layer_ops *lops) in snd_ctl_disconnect_layer()
2352 struct snd_ctl_layer_ops *lops2, *prev_lops2; in snd_ctl_disconnect_layer()
2392 struct snd_ctl_layer_ops *lops; in snd_ctl_dev_register()
2415 struct snd_ctl_layer_ops *lops; in snd_ctl_dev_disconnect()
H A Dcontrol_led.c727 static struct snd_ctl_layer_ops snd_ctl_led_lops = {