Lines Matching full:routes
421 const struct snd_soc_dapm_route *routes; member
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; in rockchip_sound_of_parse_dais() local
518 routes = devm_kcalloc(dev, num_routes, sizeof(*routes), in rockchip_sound_of_parse_dais()
520 if (!routes) in rockchip_sound_of_parse_dais()
522 card->dapm_routes = routes; in rockchip_sound_of_parse_dais()
570 dev_err(dev, "Too many routes\n"); in rockchip_sound_of_parse_dais()
574 memcpy(routes + card->num_dapm_routes, in rockchip_sound_of_parse_dais()
575 rockchip_routes[index].routes, in rockchip_sound_of_parse_dais()
576 rockchip_routes[index].num_routes * sizeof(*routes)); in rockchip_sound_of_parse_dais()