Home
last modified time | relevance | path

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

/Linux-v5.4/sound/ppc/
Dpmac.c50 static int snd_pmac_dbdma_alloc(struct snd_pmac *chip, struct pmac_dbdma *rec, int size) in snd_pmac_dbdma_alloc() function
1190 if (snd_pmac_dbdma_alloc(chip, &chip->playback.cmd, PMAC_MAX_FRAGS + 1) < 0 || in snd_pmac_new()
1191 snd_pmac_dbdma_alloc(chip, &chip->capture.cmd, PMAC_MAX_FRAGS + 1) < 0 || in snd_pmac_new()
1192 snd_pmac_dbdma_alloc(chip, &chip->extra_dma, 2) < 0 || in snd_pmac_new()
1193 snd_pmac_dbdma_alloc(chip, &emergency_dbdma, 2) < 0) { in snd_pmac_new()