Lines Matching refs:routes
416 const struct snd_soc_dapm_route *routes; member
422 .routes = rockchip_sound_cdndp_routes,
426 .routes = rockchip_sound_da7219_routes,
430 .routes = rockchip_sound_dmic_routes,
434 .routes = rockchip_sound_max98357a_routes,
438 .routes = rockchip_sound_rt5514_routes,
501 struct snd_soc_dapm_route *routes; in rockchip_sound_of_parse_dais() local
513 routes = devm_kcalloc(dev, num_routes, sizeof(*routes), in rockchip_sound_of_parse_dais()
515 if (!routes) in rockchip_sound_of_parse_dais()
517 card->dapm_routes = routes; in rockchip_sound_of_parse_dais()
569 memcpy(routes + card->num_dapm_routes, in rockchip_sound_of_parse_dais()
570 rockchip_routes[index].routes, in rockchip_sound_of_parse_dais()
571 rockchip_routes[index].num_routes * sizeof(*routes)); in rockchip_sound_of_parse_dais()