Searched defs:CircleBufInfo (Results 1 – 1 of 1) sorted by relevance
39 struct CircleBufInfo { struct40 uint32_t cirBufSize; /* Current DMA cache size */42 uint32_t period; /* not used */43 uint32_t periodSize; /* DMA cache period size */45 unsigned long phyAddr; /* DMA cache physical address */46 uint32_t *virtAddr; /* DMA cache virtual address */51 enum PcmStatus runStatus; /* PCM status */52 uint32_t chnId; /* Channel ID */53 uint32_t enable; /* Enable identification */54 struct OsalMutex buffMutex; /* mutex */[all …]