Searched refs:dmarecord_index (Results 1 – 1 of 1) sorted by relevance
347 int dmarecord_index = 0; variable1230 microtime(&dmarecords[dmarecord_index].tv); in stereo_dmaintr()1231 dmarecords[dmarecord_index].gusaddr = sa->dmabuf; in stereo_dmaintr()1232 dmarecords[dmarecord_index].bsdaddr = sa->buffer; in stereo_dmaintr()1233 dmarecords[dmarecord_index].count = sa->size; in stereo_dmaintr()1234 dmarecords[dmarecord_index].channel = 1; in stereo_dmaintr()1235 dmarecords[dmarecord_index].direction = 1; in stereo_dmaintr()1236 dmarecord_index = (dmarecord_index + 1) % NDMARECS; in stereo_dmaintr()1320 microtime(&dmarecords[dmarecord_index].tv); in gus_dma_output()1321 dmarecords[dmarecord_index].gusaddr = boarddma; in gus_dma_output()[all …]