Lines Matching defs:snd_pcm_indirect2
43 struct snd_pcm_indirect2 { struct
44 unsigned int hw_buffer_size; /* Byte size of hardware buffer */
45 int hw_ready; /* playback: 1 = hw fifo has room left,
48 unsigned int min_multiple;
49 int min_periods; /* counts number of min. periods until
52 int min_period_count; /* counts bytes to count number of
56 unsigned int sw_buffer_size; /* Byte size of software buffer */
61 unsigned int sw_data; /* Offset to next dst (or src) in sw
80 unsigned int sw_io; /* Current software pointer in bytes */
85 int sw_ready; /* Bytes ready to be transferred to/from hw */
90 snd_pcm_uframes_t appl_ptr; /* Last seen appl_ptr */
115 typedef size_t (*snd_pcm_indirect2_copy_t) (struct snd_pcm_substream *substream, argument
116 struct snd_pcm_indirect2 *rec, argument