Searched refs:num_routes (Results 1 – 12 of 12) sorted by relevance
/linux/sound/soc/rockchip/ |
A D | rk3399_gru_sound.c | 398 int num_routes; member 404 .num_routes = ARRAY_SIZE(rockchip_sound_cdndp_routes), 408 .num_routes = ARRAY_SIZE(rockchip_sound_da7219_routes), 412 .num_routes = ARRAY_SIZE(rockchip_sound_dmic_routes), 416 .num_routes = ARRAY_SIZE(rockchip_sound_max98357a_routes), 420 .num_routes = ARRAY_SIZE(rockchip_sound_rt5514_routes), 484 int num_routes; in rockchip_sound_of_parse_dais() local 491 num_routes = 0; in rockchip_sound_of_parse_dais() 493 num_routes += rockchip_routes[i].num_routes; in rockchip_sound_of_parse_dais() 494 routes = devm_kcalloc(dev, num_routes, sizeof(*routes), in rockchip_sound_of_parse_dais() [all …]
|
/linux/drivers/soc/mediatek/ |
A D | mtk-mmsys.c | 24 .num_routes = ARRAY_SIZE(mmsys_default_routing_table), 30 .num_routes = ARRAY_SIZE(mmsys_default_routing_table), 44 .num_routes = ARRAY_SIZE(mt8167_mmsys_routing_table), 50 .num_routes = ARRAY_SIZE(mmsys_default_routing_table), 56 .num_routes = ARRAY_SIZE(mmsys_mt8183_routing_table), 62 .num_routes = ARRAY_SIZE(mmsys_mt8192_routing_table), 68 .num_routes = ARRAY_SIZE(mt8365_mmsys_routing_table), 87 for (i = 0; i < mmsys->data->num_routes; i++) in mtk_mmsys_ddp_connect() 106 for (i = 0; i < mmsys->data->num_routes; i++) in mtk_mmsys_ddp_disconnect()
|
A D | mtk-mmsys.h | 94 const unsigned int num_routes; member
|
/linux/sound/soc/intel/boards/ |
A D | bytcht_es8316.c | 164 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()
|
A D | bytcr_rt5651.c | 569 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()
|
A D | bxt_da7219_max98357a.c | 658 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()
|
A D | sof_es8336.c | 186 int num_routes; in sof_es8316_init() local 192 num_routes = ARRAY_SIZE(sof_es8316_intmic_in1_map); in sof_es8316_init() 194 ret = snd_soc_dapm_add_routes(&card->dapm, custom_map, num_routes); in sof_es8316_init()
|
A D | bytcr_rt5640.c | 1118 int num_routes = 0; in byt_rt5640_init() local 1147 num_routes = ARRAY_SIZE(byt_rt5640_intmic_in1_map); in byt_rt5640_init() 1151 num_routes = ARRAY_SIZE(byt_rt5640_intmic_in3_map); in byt_rt5640_init() 1155 num_routes = ARRAY_SIZE(byt_rt5640_intmic_dmic1_map); in byt_rt5640_init() 1159 num_routes = ARRAY_SIZE(byt_rt5640_intmic_dmic2_map); in byt_rt5640_init() 1163 ret = snd_soc_dapm_add_routes(&card->dapm, custom_map, num_routes); in byt_rt5640_init()
|
/linux/sound/soc/ |
A D | soc-core.c | 2905 int num_routes; in snd_soc_of_parse_audio_routing() local 2909 num_routes = of_property_count_strings(np, propname); in snd_soc_of_parse_audio_routing() 2910 if (num_routes < 0 || num_routes & 1) { in snd_soc_of_parse_audio_routing() 2916 num_routes /= 2; in snd_soc_of_parse_audio_routing() 2918 routes = devm_kcalloc(card->dev, num_routes, sizeof(*routes), in snd_soc_of_parse_audio_routing() 2926 for (i = 0; i < num_routes; i++) { in snd_soc_of_parse_audio_routing() 2945 card->num_of_dapm_routes = num_routes; in snd_soc_of_parse_audio_routing()
|
/linux/sound/soc/codecs/ |
A D | hdac_hdmi.c | 1076 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/include/linux/greybus/ |
A D | greybus_protocols.h | 2050 __u8 num_routes; member
|
/linux/drivers/staging/greybus/ |
A D | audio_topology.c | 1325 module->num_dapm_routes = tplg_data->num_routes; in gbaudio_tplg_process_header()
|
Completed in 47 milliseconds