Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/amd/acp/
Dacp-sdw-sof-mach.c319 int num_ends = 0; in sof_card_dai_links_create() local
324 ret = asoc_sdw_count_sdw_endpoints(card, &num_devs, &num_ends); in sof_card_dai_links_create()
331 sof_dais = kcalloc(num_ends, sizeof(*sof_dais), GFP_KERNEL); in sof_card_dai_links_create()
336 sof_ends = kcalloc(num_ends, sizeof(*sof_ends), GFP_KERNEL); in sof_card_dai_links_create()
/linux-6.12.1/sound/soc/intel/boards/
Dsof_sdw.c951 int num_ends = 0; in sof_card_dai_links_create() local
959 ret = asoc_sdw_count_sdw_endpoints(card, &num_devs, &num_ends); in sof_card_dai_links_create()
966 sof_dais = kcalloc(num_ends, sizeof(*sof_dais), GFP_KERNEL); in sof_card_dai_links_create()
971 sof_ends = kcalloc(num_ends, sizeof(*sof_ends), GFP_KERNEL); in sof_card_dai_links_create()
/linux-6.12.1/include/sound/
Dsoc_sdw_utils.h164 int asoc_sdw_count_sdw_endpoints(struct snd_soc_card *card, int *num_devs, int *num_ends);
/linux-6.12.1/sound/soc/sdw_utils/
Dsoc_sdw_utils.c1008 int asoc_sdw_count_sdw_endpoints(struct snd_soc_card *card, int *num_devs, int *num_ends) in asoc_sdw_count_sdw_endpoints() argument
1020 *num_ends += adr_link->adr_d[i].num_endpoints; in asoc_sdw_count_sdw_endpoints()
1023 dev_dbg(dev, "Found %d devices with %d endpoints\n", *num_devs, *num_ends); in asoc_sdw_count_sdw_endpoints()