Searched defs:hdac_stream (Results 1 – 3 of 3) sorted by relevance
496 struct hdac_stream { struct497 struct hdac_bus *bus;498 struct snd_dma_buffer bdl; /* BDL buffer */499 __le32 *posbuf; /* position buffer pointer */505 unsigned int fifo_size; /* FIFO size */509 u32 sd_int_sta_mask; /* stream int status mask */515 struct snd_compr_stream *cstream;519 unsigned char stream_tag; /* assigned stream */520 unsigned char index; /* stream index */521 int assigned_key; /* last device# key assigned to */[all …]
76 #define hdac_stream(s) (&(s)->hstream) macro
573 struct hdac_stream *)) in snd_hdac_bus_handle_stream_irq()
Completed in 16 milliseconds