Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dcontrol.h117 struct snd_ctl_layer_ops { struct
118 struct snd_ctl_layer_ops *next; argument
181 void snd_ctl_register_layer(struct snd_ctl_layer_ops *lops);
182 void snd_ctl_disconnect_layer(struct snd_ctl_layer_ops *lops);
/linux/sound/core/
H A Dcontrol.c47 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()
H A Dcontrol_led.c713 static struct snd_ctl_layer_ops snd_ctl_led_lops = {