Home
last modified time | relevance | path

Searched defs:hdac_stream (Results 1 – 3 of 3) sorted by relevance

/linux/include/sound/
H A Dhdaudio.h517 struct hdac_stream { struct
518 struct hdac_bus *bus;
519 struct snd_dma_buffer bdl; /* BDL buffer */
520 __le32 *posbuf; /* position buffer pointer */
521 int direction; /* playback / capture (SNDRV_PCM_STREAM_*) */
523 unsigned int bufsize; /* size of the play buffer in bytes */
524 unsigned int period_bytes; /* size of the period in bytes */
525 unsigned int frags; /* number for period in the play buffer */
526 unsigned int fifo_size; /* FIFO size */
528 void __iomem *sd_addr; /* stream descriptor pointer */
[all …]
H A Dhdaudio_ext.h70 #define hdac_stream(s) (&(s)->hstream) macro
/linux/sound/hda/core/
H A Dcontroller.c674 snd_hdac_bus_handle_stream_irq(struct hdac_bus * bus,unsigned int status,void (* ack)(struct hdac_bus *,struct hdac_stream *)) snd_hdac_bus_handle_stream_irq() argument