Searched defs:hdac_stream (Results 1 – 2 of 2) sorted by relevance
513 struct hdac_stream { struct514 struct hdac_bus *bus;515 struct snd_dma_buffer bdl; /* BDL buffer */516 __le32 *posbuf; /* position buffer pointer */522 unsigned int fifo_size; /* FIFO size */530 u32 dpib; /* DMA position in buffer */531 u32 lpib; /* Linear position in buffer */539 struct snd_compr_stream *cstream;543 unsigned char stream_tag; /* assigned stream */544 unsigned char index; /* stream index */[all …]
70 #define hdac_stream(s) (&(s)->hstream) macro
Completed in 8 milliseconds