Searched defs:hdac_stream (Results 1 – 3 of 3) sorted by relevance
500 struct hdac_stream { struct501 struct hdac_bus *bus;502 struct snd_dma_buffer bdl; /* BDL buffer */503 __le32 *posbuf; /* position buffer pointer */504 int direction; /* playback / capture (SNDRV_PCM_STREAM_*) */506 unsigned int bufsize; /* size of the play buffer in bytes */507 unsigned int period_bytes; /* size of the period in bytes */508 unsigned int frags; /* number for period in the play buffer */509 unsigned int fifo_size; /* FIFO size */511 void __iomem *sd_addr; /* stream descriptor pointer */[all …]
76 #define hdac_stream(s) (&(s)->hstream) macro
573 struct hdac_stream *)) in snd_hdac_bus_handle_stream_irq()