snd_ctl_layer_ops
struct snd_ctl_layer_ops *next;
void snd_ctl_register_layer(struct snd_ctl_layer_ops *lops);
void snd_ctl_disconnect_layer(struct snd_ctl_layer_ops *lops);
struct snd_ctl_layer_ops *lops;
struct snd_ctl_layer_ops *lops;
void snd_ctl_register_layer(struct snd_ctl_layer_ops *lops)
void snd_ctl_disconnect_layer(struct snd_ctl_layer_ops *lops)
struct snd_ctl_layer_ops *lops2, *prev_lops2;
struct snd_ctl_layer_ops *lops; \
static struct snd_ctl_layer_ops *snd_ctl_layer;
static struct snd_ctl_layer_ops snd_ctl_led_lops = {