Lines Matching refs:routes
417 const struct snd_soc_dapm_route *routes; member
423 .routes = rockchip_sound_cdndp_routes,
427 .routes = rockchip_sound_da7219_routes,
431 .routes = rockchip_sound_dmic_routes,
435 .routes = rockchip_sound_max98357a_routes,
439 .routes = rockchip_sound_rt5514_routes,
502 struct snd_soc_dapm_route *routes; in rockchip_sound_of_parse_dais() local
514 routes = devm_kcalloc(dev, num_routes, sizeof(*routes), in rockchip_sound_of_parse_dais()
516 if (!routes) in rockchip_sound_of_parse_dais()
518 card->dapm_routes = routes; in rockchip_sound_of_parse_dais()
570 memcpy(routes + card->num_dapm_routes, in rockchip_sound_of_parse_dais()
571 rockchip_routes[index].routes, in rockchip_sound_of_parse_dais()
572 rockchip_routes[index].num_routes * sizeof(*routes)); in rockchip_sound_of_parse_dais()