Lines Matching refs:routes
397 const struct snd_soc_dapm_route *routes;
403 .routes = rockchip_sound_cdndp_routes,
407 .routes = rockchip_sound_da7219_routes,
411 .routes = rockchip_sound_dmic_routes,
415 .routes = rockchip_sound_max98357a_routes,
419 .routes = rockchip_sound_rt5514_routes,
482 struct snd_soc_dapm_route *routes;
494 routes = devm_kcalloc(dev, num_routes, sizeof(*routes),
496 if (!routes)
498 card->dapm_routes = routes;
546 dev_err(dev, "Too many routes\n");
550 memcpy(routes + card->num_dapm_routes,
551 rockchip_routes[index].routes,
552 rockchip_routes[index].num_routes * sizeof(*routes));