Home
last modified time | relevance | path

Searched full:soc_aux (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/amd/acp/
H A Dacp-sdw-legacy-mach.c410 struct snd_soc_aux_dev *soc_aux; in soc_card_dai_links_create()
441 soc_aux = devm_kcalloc(dev, num_aux, sizeof(*soc_aux), GFP_KERNEL); in soc_card_dai_links_create()
442 if (!soc_aux) in soc_card_dai_links_create()
445 ret = asoc_sdw_parse_sdw_endpoints(dev, ctx, soc_aux, soc_dais, soc_ends, &num_confs); in soc_card_dai_links_create()
471 card->aux_dev = soc_aux; in soc_card_dai_links_create()
399 struct snd_soc_aux_dev *soc_aux; soc_card_dai_links_create() local
/linux/sound/soc/sdw_utils/
H A Dsoc_sdw_utils.c2028 struct snd_soc_aux_dev *soc_aux,
2082 soc_aux->dlc.name = component->name;
2088 soc_aux++;
1699 asoc_sdw_parse_sdw_endpoints(struct snd_soc_card * card,struct snd_soc_aux_dev * soc_aux,struct asoc_sdw_dailink * soc_dais,struct asoc_sdw_endpoint * soc_ends,int * num_devs) asoc_sdw_parse_sdw_endpoints() argument