tag | line | file | source code |
---|---|---|---|
DMA_EMPTY | 168 | drivers/sound/dmabuf.c | dmap->flags |= DMA_ALLOC_DONE | DMA_EMPTY; |
DMA_EMPTY | 1036 | drivers/sound/dmabuf.c | dmap->flags &= ~(DMA_RESTART | DMA_EMPTY); |
DMA_EMPTY | 1401 | drivers/sound/dmabuf.c | if (!(dmap->flags & DMA_EMPTY)) |
DMA_EMPTY | 1405 | drivers/sound/dmabuf.c | dmap->flags |= DMA_EMPTY; |