Searched defs:hdac_stream (Results 1 – 3 of 3) sorted by relevance
508 struct hdac_stream { struct509 struct hdac_bus *bus;510 struct snd_dma_buffer bdl; /* BDL buffer */511 __le32 *posbuf; /* position buffer pointer */517 unsigned int fifo_size; /* FIFO size */525 u32 dpib; /* DMA position in buffer */526 u32 lpib; /* Linear position in buffer */534 struct snd_compr_stream *cstream;538 unsigned char stream_tag; /* assigned stream */539 unsigned char index; /* stream index */[all …]
66 #define hdac_stream(s) (&(s)->hstream) macro
570 struct hdac_stream *)) in snd_hdac_bus_handle_stream_irq()
Completed in 18 milliseconds