Home
last modified time | relevance | path

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

/linux-6.12.1/include/sound/
Dsimple_card_utils.h125 #define SNDRV_MAX_LINKS 512 macro
130 struct prop_nums num[SNDRV_MAX_LINKS];
/linux-6.12.1/sound/soc/generic/
Daudio-graph-card.c455 if (li->link >= SNDRV_MAX_LINKS) { in graph_count_noml()
484 if (li->link >= SNDRV_MAX_LINKS) { in graph_count_dpcm()
Dsimple-card.c575 if (li->link >= SNDRV_MAX_LINKS) { in simple_count_noml()
611 if (li->link >= SNDRV_MAX_LINKS) { in simple_count_dpcm()
Daudio-graph-card2.c1278 if (li->link >= SNDRV_MAX_LINKS) { in graph_count()