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

/linux-master/include/sound/
H A Dcontrol.h117 struct snd_ctl_layer_ops { struct
118 struct snd_ctl_layer_ops *next;
183 void snd_ctl_register_layer(struct snd_ctl_layer_ops *lops);
184 void snd_ctl_disconnect_layer(struct snd_ctl_layer_ops *lops);
/linux-master/sound/core/
H A Dcontrol.c40 static struct snd_ctl_layer_ops *snd_ctl_layer;
204 struct snd_ctl_layer_ops *lops;
2207 struct snd_ctl_layer_ops *lops;
2227 void snd_ctl_register_layer(struct snd_ctl_layer_ops *lops)
2255 void snd_ctl_disconnect_layer(struct snd_ctl_layer_ops *lops)
2257 struct snd_ctl_layer_ops *lops2, *prev_lops2;
2293 struct snd_ctl_layer_ops *lops; \

Completed in 204 milliseconds