Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/rockchip/
Drk3399_gru_sound.c418 int num_routes; member
424 .num_routes = ARRAY_SIZE(rockchip_sound_cdndp_routes),
428 .num_routes = ARRAY_SIZE(rockchip_sound_da7219_routes),
432 .num_routes = ARRAY_SIZE(rockchip_sound_dmic_routes),
436 .num_routes = ARRAY_SIZE(rockchip_sound_max98357a_routes),
440 .num_routes = ARRAY_SIZE(rockchip_sound_rt5514_routes),
504 int num_routes; in rockchip_sound_of_parse_dais() local
511 num_routes = 0; in rockchip_sound_of_parse_dais()
513 num_routes += rockchip_routes[i].num_routes; in rockchip_sound_of_parse_dais()
514 routes = devm_kcalloc(dev, num_routes, sizeof(*routes), in rockchip_sound_of_parse_dais()
[all …]
/linux-5.19.10/drivers/soc/mediatek/
Dmtk-mmsys.c26 .num_routes = ARRAY_SIZE(mmsys_default_routing_table),
39 .num_routes = ARRAY_SIZE(mmsys_default_routing_table),
74 .num_routes = ARRAY_SIZE(mt8167_mmsys_routing_table),
87 .num_routes = ARRAY_SIZE(mmsys_default_routing_table),
101 .num_routes = ARRAY_SIZE(mmsys_mt8183_routing_table),
115 .num_routes = ARRAY_SIZE(mmsys_mt8186_routing_table),
129 .num_routes = ARRAY_SIZE(mmsys_mt8192_routing_table),
144 .num_routes = ARRAY_SIZE(mmsys_mt8195_routing_table),
163 .num_routes = ARRAY_SIZE(mt8365_mmsys_routing_table),
202 for (i = 0; i < mmsys->data->num_routes; i++) in mtk_mmsys_ddp_connect()
[all …]
Dmtk-mmsys.h93 const unsigned int num_routes; member
/linux-5.19.10/sound/soc/intel/boards/
Dbytcht_es8316.c164 int num_routes; in byt_cht_es8316_init() local
173 num_routes = ARRAY_SIZE(byt_cht_es8316_intmic_in1_map); in byt_cht_es8316_init()
177 num_routes = ARRAY_SIZE(byt_cht_es8316_intmic_in2_map); in byt_cht_es8316_init()
180 ret = snd_soc_dapm_add_routes(&card->dapm, custom_map, num_routes); in byt_cht_es8316_init()
186 num_routes = ARRAY_SIZE(byt_cht_es8316_ssp0_map); in byt_cht_es8316_init()
189 num_routes = ARRAY_SIZE(byt_cht_es8316_ssp2_map); in byt_cht_es8316_init()
191 ret = snd_soc_dapm_add_routes(&card->dapm, custom_map, num_routes); in byt_cht_es8316_init()
Dbytcr_rt5651.c569 int num_routes; in byt_rt5651_init() local
583 num_routes = ARRAY_SIZE(byt_rt5651_intmic_in1_map); in byt_rt5651_init()
587 num_routes = ARRAY_SIZE(byt_rt5651_intmic_in2_map); in byt_rt5651_init()
591 num_routes = ARRAY_SIZE(byt_rt5651_intmic_in1_in2_map); in byt_rt5651_init()
595 num_routes = ARRAY_SIZE(byt_rt5651_intmic_dmic_map); in byt_rt5651_init()
597 ret = snd_soc_dapm_add_routes(&card->dapm, custom_map, num_routes); in byt_rt5651_init()
Dsof_es8336.c229 int num_routes; in sof_es8316_init() local
236 num_routes = ARRAY_SIZE(sof_es8316_headset_mic1_map); in sof_es8316_init()
239 num_routes = ARRAY_SIZE(sof_es8316_headset_mic2_map); in sof_es8316_init()
242 ret = snd_soc_dapm_add_routes(&card->dapm, custom_map, num_routes); in sof_es8316_init()
Dbxt_da7219_max98357a.c658 int num_controls, num_widgets, num_routes, err, i = 0; in bxt_card_late_probe() local
668 num_routes = ARRAY_SIZE(max98357a_routes); in bxt_card_late_probe()
676 num_routes = ARRAY_SIZE(max98390_routes); in bxt_card_late_probe()
695 err = snd_soc_dapm_add_routes(&card->dapm, routes, num_routes); in bxt_card_late_probe()
Dbytcr_rt5640.c1197 int num_routes = 0; in byt_rt5640_init() local
1227 num_routes = ARRAY_SIZE(byt_rt5640_intmic_in1_map); in byt_rt5640_init()
1231 num_routes = ARRAY_SIZE(byt_rt5640_intmic_in3_map); in byt_rt5640_init()
1235 num_routes = ARRAY_SIZE(byt_rt5640_intmic_dmic1_map); in byt_rt5640_init()
1239 num_routes = ARRAY_SIZE(byt_rt5640_intmic_dmic2_map); in byt_rt5640_init()
1243 ret = snd_soc_dapm_add_routes(&card->dapm, custom_map, num_routes); in byt_rt5640_init()
/linux-5.19.10/sound/soc/
Dsoc-core.c2960 int num_routes; in snd_soc_of_parse_audio_routing() local
2964 num_routes = of_property_count_strings(np, propname); in snd_soc_of_parse_audio_routing()
2965 if (num_routes < 0 || num_routes & 1) { in snd_soc_of_parse_audio_routing()
2971 num_routes /= 2; in snd_soc_of_parse_audio_routing()
2973 routes = devm_kcalloc(card->dev, num_routes, sizeof(*routes), in snd_soc_of_parse_audio_routing()
2981 for (i = 0; i < num_routes; i++) { in snd_soc_of_parse_audio_routing()
3000 card->num_of_dapm_routes = num_routes; in snd_soc_of_parse_audio_routing()
/linux-5.19.10/sound/soc/codecs/
Dhdac_hdmi.c1076 int ret, i = 0, num_routes = 0, j; in create_fill_widget_route_map() local
1131 num_routes += hdmi->num_cvt; in create_fill_widget_route_map()
1134 num_routes++; in create_fill_widget_route_map()
1138 route = devm_kzalloc(dapm->dev, (sizeof(*route) * num_routes), in create_fill_widget_route_map()
1163 snd_soc_dapm_add_routes(dapm, route, num_routes); in create_fill_widget_route_map()
/linux-5.19.10/include/linux/greybus/
Dgreybus_protocols.h2050 __u8 num_routes; member
/linux-5.19.10/drivers/staging/greybus/
Daudio_topology.c1338 module->num_dapm_routes = tplg_data->num_routes; in gbaudio_tplg_process_header()