Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/rockchip/
Drk3399_gru_sound.c367 static const struct rockchip_sound_route rockchip_routes[] = { variable
463 for (i = 0; i < ARRAY_SIZE(rockchip_routes); i++) in rockchip_sound_of_parse_dais()
464 num_routes += rockchip_routes[i].num_routes; in rockchip_sound_of_parse_dais()
515 if (card->num_dapm_routes + rockchip_routes[index].num_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()
524 card->num_dapm_routes += rockchip_routes[index].num_routes; in rockchip_sound_of_parse_dais()