Lines Matching refs:routes
419 const struct snd_soc_dapm_route *routes; member
425 .routes = rockchip_sound_cdndp_routes,
429 .routes = rockchip_sound_da7219_routes,
433 .routes = rockchip_sound_dmic_routes,
437 .routes = rockchip_sound_max98357a_routes,
441 .routes = rockchip_sound_rt5514_routes,
504 struct snd_soc_dapm_route *routes; in rockchip_sound_of_parse_dais() local
516 routes = devm_kcalloc(dev, num_routes, sizeof(*routes), in rockchip_sound_of_parse_dais()
518 if (!routes) in rockchip_sound_of_parse_dais()
520 card->dapm_routes = routes; in rockchip_sound_of_parse_dais()
572 memcpy(routes + card->num_dapm_routes, in rockchip_sound_of_parse_dais()
573 rockchip_routes[index].routes, in rockchip_sound_of_parse_dais()
574 rockchip_routes[index].num_routes * sizeof(*routes)); in rockchip_sound_of_parse_dais()