Lines Matching refs:routes
421 const struct snd_soc_dapm_route *routes;
427 .routes = rockchip_sound_cdndp_routes,
431 .routes = rockchip_sound_da7219_routes,
435 .routes = rockchip_sound_dmic_routes,
439 .routes = rockchip_sound_max98357a_routes,
443 .routes = rockchip_sound_rt5514_routes,
506 struct snd_soc_dapm_route *routes;
518 routes = devm_kcalloc(dev, num_routes, sizeof(*routes),
520 if (!routes)
522 card->dapm_routes = routes;
570 dev_err(dev, "Too many routes\n");
574 memcpy(routes + card->num_dapm_routes,
575 rockchip_routes[index].routes,
576 rockchip_routes[index].num_routes * sizeof(*routes));