Home | History | Annotate | Download | only in mixer

Lines Matching refs:top

176 		     snd_config_t *top, const char *device)
183 snd_config_for_each(i, next, top) {
200 static int find_module(snd_mixer_class_t *class, snd_config_t *top)
208 snd_config_for_each(i, next, top) {
277 snd_config_t *top = NULL;
302 err = snd_config_top(&top);
309 err = snd_config_load(top, input);
315 err = find_full(class, mixer, top, priv->device);
336 err = find_module(class, top);
346 if (top)
347 snd_config_delete(top);
352 if (top)
353 snd_config_delete(top);