Searched defs:hdac_stream (Results 1 – 2 of 2) sorted by relevance
469 struct hdac_stream { struct470 struct hdac_bus *bus;471 struct snd_dma_buffer bdl; /* BDL buffer */472 __le32 *posbuf; /* position buffer pointer */473 int direction; /* playback / capture (SNDRV_PCM_STREAM_*) */475 unsigned int bufsize; /* size of the play buffer in bytes */476 unsigned int period_bytes; /* size of the period in bytes */477 unsigned int frags; /* number for period in the play buffer */478 unsigned int fifo_size; /* FIFO size */480 void __iomem *sd_addr; /* stream descriptor pointer */[all …]
77 #define hdac_stream(s) (&(s)->hstream) macro