Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/ctxfi/
H A Dctatc.c1375 int err, i, num_srcs, num_daios; in atc_get_resources() local
1377 num_daios = ((atc->model == CTSB1270) ? 8 : 7); in atc_get_resources()
1380 atc->daios = kcalloc(num_daios, sizeof(void *), GFP_KERNEL); in atc_get_resources()
1398 for (i = 0, atc->n_daio = 0; i < num_daios; i++) { in atc_get_resources()