Home
last modified time | relevance | path

Searched refs:routes (Results 1 – 8 of 8) sorted by relevance

/sound/soc/rockchip/
Drk3399_gru_sound.c369 const struct snd_soc_dapm_route *routes; member
375 .routes = rockchip_sound_cdndp_routes,
379 .routes = rockchip_sound_da7219_routes,
383 .routes = rockchip_sound_dmic_routes,
387 .routes = rockchip_sound_max98357a_routes,
391 .routes = rockchip_sound_rt5514_routes,
454 struct snd_soc_dapm_route *routes; in rockchip_sound_of_parse_dais() local
466 routes = devm_kcalloc(dev, num_routes, sizeof(*routes), in rockchip_sound_of_parse_dais()
468 if (!routes) in rockchip_sound_of_parse_dais()
470 card->dapm_routes = routes; in rockchip_sound_of_parse_dais()
[all …]
/sound/soc/
Dsoc-topology.c1201 struct snd_soc_dapm_route **routes; in soc_tplg_dapm_graph_elems_load() local
1228 routes = kcalloc(count, sizeof(struct snd_soc_dapm_route *), in soc_tplg_dapm_graph_elems_load()
1230 if (!routes) in soc_tplg_dapm_graph_elems_load()
1239 routes[i] = kzalloc(sizeof(*routes[i]), GFP_KERNEL); in soc_tplg_dapm_graph_elems_load()
1240 if (!routes[i]) { in soc_tplg_dapm_graph_elems_load()
1243 kfree(routes[j]); in soc_tplg_dapm_graph_elems_load()
1245 kfree(routes); in soc_tplg_dapm_graph_elems_load()
1271 routes[i]->source = elem->source; in soc_tplg_dapm_graph_elems_load()
1272 routes[i]->sink = elem->sink; in soc_tplg_dapm_graph_elems_load()
1275 routes[i]->connected = NULL; in soc_tplg_dapm_graph_elems_load()
[all …]
Dsoc-core.c3159 struct snd_soc_dapm_route *routes; in snd_soc_of_parse_audio_routing() local
3176 routes = devm_kcalloc(card->dev, num_routes, sizeof(*routes), in snd_soc_of_parse_audio_routing()
3178 if (!routes) { in snd_soc_of_parse_audio_routing()
3186 2 * i, &routes[i].sink); in snd_soc_of_parse_audio_routing()
3194 (2 * i) + 1, &routes[i].source); in snd_soc_of_parse_audio_routing()
3204 card->of_dapm_routes = routes; in snd_soc_of_parse_audio_routing()
/sound/soc/codecs/
Dwm8776.c143 static const struct snd_soc_dapm_route routes[] = { variable
432 .dapm_routes = routes,
433 .num_dapm_routes = ARRAY_SIZE(routes),
Darizona.c1916 struct snd_soc_dapm_route routes[2]; in arizona_dai_set_sysclk() local
1938 memset(&routes, 0, sizeof(routes)); in arizona_dai_set_sysclk()
1939 routes[0].sink = dai->driver->capture.stream_name; in arizona_dai_set_sysclk()
1940 routes[1].sink = dai->driver->playback.stream_name; in arizona_dai_set_sysclk()
1942 routes[0].source = arizona_dai_clk_str(dai_priv->clk); in arizona_dai_set_sysclk()
1943 routes[1].source = arizona_dai_clk_str(dai_priv->clk); in arizona_dai_set_sysclk()
1944 snd_soc_dapm_del_routes(dapm, routes, ARRAY_SIZE(routes)); in arizona_dai_set_sysclk()
1946 routes[0].source = arizona_dai_clk_str(clk_id); in arizona_dai_set_sysclk()
1947 routes[1].source = arizona_dai_clk_str(clk_id); in arizona_dai_set_sysclk()
1948 snd_soc_dapm_add_routes(dapm, routes, ARRAY_SIZE(routes)); in arizona_dai_set_sysclk()
Dmadera.c3223 struct snd_soc_dapm_route routes[2]; in madera_dai_set_sysclk() local
3248 memset(&routes, 0, sizeof(routes)); in madera_dai_set_sysclk()
3249 routes[0].sink = dai->driver->capture.stream_name; in madera_dai_set_sysclk()
3250 routes[1].sink = dai->driver->playback.stream_name; in madera_dai_set_sysclk()
3251 routes[0].source = "ASYNCCLK"; in madera_dai_set_sysclk()
3252 routes[1].source = "ASYNCCLK"; in madera_dai_set_sysclk()
3255 snd_soc_dapm_del_routes(dapm, routes, ARRAY_SIZE(routes)); in madera_dai_set_sysclk()
3257 snd_soc_dapm_add_routes(dapm, routes, ARRAY_SIZE(routes)); in madera_dai_set_sysclk()
Dwm8993.c918 static const struct snd_soc_dapm_route routes[] = { variable
1530 snd_soc_dapm_add_routes(dapm, routes, ARRAY_SIZE(routes)); in wm8993_probe()
/sound/pci/au88x0/
Dau88x0_core.c1919 ADBRamLink routes[2];
1920 routes[0] =
1923 routes[1] =
1928 vortex_adb_addroutes(vortex, ch, routes, 0x2);
1932 vortex_adb_delroutes(vortex, ch, routes[0], routes[1]);