Home
last modified time | relevance | path

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

/linux-6.14.4/include/sound/
Dhdaudio.h513 struct hdac_stream { struct
514 struct hdac_bus *bus;
515 struct snd_dma_buffer bdl; /* BDL buffer */
516 __le32 *posbuf; /* position buffer pointer */
517 int direction; /* playback / capture (SNDRV_PCM_STREAM_*) */
519 unsigned int bufsize; /* size of the play buffer in bytes */
520 unsigned int period_bytes; /* size of the period in bytes */
521 unsigned int frags; /* number for period in the play buffer */
522 unsigned int fifo_size; /* FIFO size */
524 void __iomem *sd_addr; /* stream descriptor pointer */
[all …]
Dhdaudio_ext.h69 #define hdac_stream(s) (&(s)->hstream) macro
/linux-6.14.4/sound/hda/
Dhdac_controller.c686 struct hdac_stream *)) in snd_hdac_bus_handle_stream_irq()