Home
last modified time | relevance | path

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

/Linux-v6.1/include/sound/
Dsimple_card_utils.h128 #define SNDRV_MAX_LINKS 512 macro
133 struct prop_nums num[SNDRV_MAX_LINKS];
/Linux-v6.1/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.c505 if (li->link >= SNDRV_MAX_LINKS) { in simple_count_noml()
526 if (li->link >= SNDRV_MAX_LINKS) { in simple_count_dpcm()
Daudio-graph-card2.c1139 if (li->link >= SNDRV_MAX_LINKS) { in graph_count()