Lines Matching full:paths

14  *      dynamic configuration of codec internal audio paths and active
260 /* set up initial codec paths */
364 /* connect mux widget to its interconnecting audio paths */
375 list_add(&path->list, &dapm->card->paths); in dapm_connect_mux()
387 /* connect mixer widget to its interconnecting audio paths */
397 list_add(&path->list, &dapm->card->paths); in dapm_connect_mixer()
461 /* mixer/mux paths name must match control name */ in dapm_new_mixer()
638 list_for_each_entry(p, &dapm->card->paths, list) in dapm_clear_walk()
664 * output widget. Returns number of complete paths.
729 * input widget. Returns number of complete paths.
1678 list_for_each_entry(path, &widget->dapm->card->paths, list) { in dapm_mux_update_power()
1719 list_for_each_entry(path, &widget->dapm->card->paths, list) { in dapm_mixer_update_power()
1816 * remove source and sink paths associated to this widget. in dapm_free_widgets()
1881 * snd_soc_dapm_sync - scan and power dapm paths
1884 * Walks all dapm audio paths and powers widgets according to their
1980 /* connect static paths */ in snd_soc_dapm_add_route()
1982 list_add(&path->list, &dapm->card->paths); in snd_soc_dapm_add_route()
1989 /* connect dynamic paths */ in snd_soc_dapm_add_route()
2005 list_add(&path->list, &dapm->card->paths); in snd_soc_dapm_add_route()
2029 list_add(&path->list, &dapm->card->paths); in snd_soc_dapm_add_route()
2115 dev_warn(dapm->dev, "%d paths found for weak route %s->%s\n", in snd_soc_dapm_weak_route()
2129 * power decisions. The main intended use case is for sidetone paths
2130 * which couple audio between other independent paths if they are both
2134 * Note that CODEC drivers should not use this as sidetone type paths
2135 * can frequently also be used as bypass paths.
2904 * paths through the pin.
2968 list_for_each_entry(p, &card->paths, list) { in snd_soc_dapm_widget_in_card_paths()