Lines Matching refs:subdivision
598 if (dmap->subdivision == 0) /* Not already set */ in reorganize_buffers()
600 dmap->subdivision = 4; /* Init to the default value */ in reorganize_buffers()
602 if ((bsz / dmap->subdivision) > 4096) in reorganize_buffers()
603 dmap->subdivision *= 2; in reorganize_buffers()
604 if ((bsz / dmap->subdivision) < 4096) in reorganize_buffers()
605 dmap->subdivision = 1; in reorganize_buffers()
607 bsz /= dmap->subdivision; in reorganize_buffers()
670 fact = dmap->subdivision; in dma_subdivide()
675 if (dmap->subdivision != 0 || dmap->fragment_size) /* Too late to change */ in dma_subdivide()
684 dmap->subdivision = fact; in dma_subdivide()
695 if (dmap->subdivision != 0 || in dma_set_fragment()
736 dmap->subdivision = 1; /* Disable SNDCTL_DSP_SUBDIVIDE */ in dma_set_fragment()