Lines Matching refs:routes
363 const struct snd_soc_dapm_route *routes; member
369 .routes = rockchip_sound_cdndp_routes,
373 .routes = rockchip_sound_da7219_routes,
377 .routes = rockchip_sound_dmic_routes,
381 .routes = rockchip_sound_max98357a_routes,
385 .routes = rockchip_sound_rt5514_routes,
453 struct snd_soc_dapm_route *routes; in rockchip_sound_of_parse_dais() local
465 routes = devm_kcalloc(dev, num_routes, sizeof(*routes), in rockchip_sound_of_parse_dais()
467 if (!routes) in rockchip_sound_of_parse_dais()
469 card->dapm_routes = routes; in rockchip_sound_of_parse_dais()
521 memcpy(routes + card->num_dapm_routes, in rockchip_sound_of_parse_dais()
522 rockchip_routes[index].routes, in rockchip_sound_of_parse_dais()
523 rockchip_routes[index].num_routes * sizeof(*routes)); in rockchip_sound_of_parse_dais()