Home
last modified time | relevance | path

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

/Linux-v5.4/sound/drivers/
Dpcm-indirect2.h30 struct snd_pcm_indirect2 { struct
31 unsigned int hw_buffer_size; /* Byte size of hardware buffer */
32 int hw_ready; /* playback: 1 = hw fifo has room left,
35 unsigned int min_multiple;
36 int min_periods; /* counts number of min. periods until
39 int min_period_count; /* counts bytes to count number of
43 unsigned int sw_buffer_size; /* Byte size of software buffer */
48 unsigned int sw_data; /* Offset to next dst (or src) in sw
67 unsigned int sw_io; /* Current software pointer in bytes */
72 int sw_ready; /* Bytes ready to be transferred to/from hw */
[all …]