Lines Matching refs:routes
397 const struct snd_soc_dapm_route *routes; member
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; in rockchip_sound_of_parse_dais() local
494 routes = devm_kcalloc(dev, num_routes, sizeof(*routes), in rockchip_sound_of_parse_dais()
496 if (!routes) in rockchip_sound_of_parse_dais()
498 card->dapm_routes = routes; in rockchip_sound_of_parse_dais()
550 memcpy(routes + card->num_dapm_routes, in rockchip_sound_of_parse_dais()
551 rockchip_routes[index].routes, in rockchip_sound_of_parse_dais()
552 rockchip_routes[index].num_routes * sizeof(*routes)); in rockchip_sound_of_parse_dais()