Home
last modified time | relevance | path

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

/linux-5.19.10/include/sound/
Dsimple_card_utils.h130 #define SNDRV_MAX_LINKS 512 macro
135 struct prop_nums num[SNDRV_MAX_LINKS];
/linux-5.19.10/sound/soc/generic/
Daudio-graph-card.c609 if (li->link >= SNDRV_MAX_LINKS) { in graph_count_noml()
632 if (li->link >= SNDRV_MAX_LINKS) { in graph_count_dpcm()
Dsimple-card.c506 if (li->link >= SNDRV_MAX_LINKS) { in simple_count_noml()
527 if (li->link >= SNDRV_MAX_LINKS) { in simple_count_dpcm()
Daudio-graph-card2.c1129 if (li->link >= SNDRV_MAX_LINKS) { in graph_count()