Home
last modified time | relevance | path

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

/linux-6.15/include/sound/
H A 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 */
522 unsigned int fifo_size; /* FIFO size */
530 u32 dpib; /* DMA position in buffer */
531 u32 lpib; /* Linear position in buffer */
539 struct snd_compr_stream *cstream;
543 unsigned char stream_tag; /* assigned stream */
544 unsigned char index; /* stream index */
[all …]
H A Dhdaudio_ext.h69 #define hdac_stream(s) (&(s)->hstream) macro
/linux-6.15/sound/hda/
H A Dhdac_controller.c686 struct hdac_stream *)) in snd_hdac_bus_handle_stream_irq()