Home
last modified time | relevance | path

Searched refs:rockchip_routes (Results 1 – 1 of 1) sorted by relevance

/sound/soc/rockchip/
Drk3399_gru_sound.c373 static const struct rockchip_sound_route rockchip_routes[] = { variable
464 for (i = 0; i < ARRAY_SIZE(rockchip_routes); i++) in rockchip_sound_of_parse_dais()
465 num_routes += rockchip_routes[i].num_routes; in rockchip_sound_of_parse_dais()
516 if (card->num_dapm_routes + rockchip_routes[index].num_routes > in rockchip_sound_of_parse_dais()
523 rockchip_routes[index].routes, in rockchip_sound_of_parse_dais()
524 rockchip_routes[index].num_routes * sizeof(*routes)); in rockchip_sound_of_parse_dais()
525 card->num_dapm_routes += rockchip_routes[index].num_routes; in rockchip_sound_of_parse_dais()