Searched refs:PMAC_MAX_FRAGS (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/ppc/ |
H A D | pmac.h | 31 #define PMAC_MAX_FRAGS 32 macro
|
H A D | pmac.c | 497 .periods_max = PMAC_MAX_FRAGS, 516 .periods_max = PMAC_MAX_FRAGS, 1166 if (snd_pmac_dbdma_alloc(chip, &chip->playback.cmd, PMAC_MAX_FRAGS + 1) < 0 || in snd_pmac_new() 1167 snd_pmac_dbdma_alloc(chip, &chip->capture.cmd, PMAC_MAX_FRAGS + 1) < 0 || in snd_pmac_new()
|
/kernel/linux/linux-6.6/sound/ppc/ |
H A D | pmac.h | 32 #define PMAC_MAX_FRAGS 32 macro
|
H A D | pmac.c | 497 .periods_max = PMAC_MAX_FRAGS, 516 .periods_max = PMAC_MAX_FRAGS, 1167 if (snd_pmac_dbdma_alloc(chip, &chip->playback.cmd, PMAC_MAX_FRAGS + 1) < 0 || in snd_pmac_new() 1168 snd_pmac_dbdma_alloc(chip, &chip->capture.cmd, PMAC_MAX_FRAGS + 1) < 0 || in snd_pmac_new()
|
Completed in 6 milliseconds