Home
last modified time | relevance | path

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

/linux/sound/soc/sdw_utils/
H A Dsoc_sdw_utils.c468 .count_sidecar = asoc_sdw_bridge_cs35l56_count_sidecar,
1097 if (codec_info->count_sidecar && codec_info->add_sidecar) { in asoc_sdw_parse_sdw_endpoints()
1098 ret = codec_info->count_sidecar(card, &num_dais, num_devs); in asoc_sdw_parse_sdw_endpoints()
/linux/include/sound/
H A Dsoc_sdw_utils.h77 int (*count_sidecar)(struct snd_soc_card *card, member